# Functions
ChallengeUser requests a challenge from c and prompts the user for an answer using p.
# Interfaces
Challenger is implemented by objects that can generate CAPTCHA image challenges.
Prompter is implemented by objects that display a CAPTCHA image to the user, ask them to type their contents and return back their response.