#include <ShrinkingChoiceQuestion.h>


A shrinking choice question is a multiple choice question where each answer given is removed from the list of valid answers.
Definition at line 43 of file ShrinkingChoiceQuestion.h.
Private Member Functions | |
| virtual void | haveChosen (string choice) |
| Overridden to remove the answer that was given from the allowed answer set. | |
| virtual void ShrinkingChoiceQuestion::haveChosen | ( | string | choice | ) | [inline, private, virtual] |
Overridden to remove the answer that was given from the allowed answer set.
Reimplemented from MultipleChoiceQuestion.
Definition at line 49 of file ShrinkingChoiceQuestion.h.
References MultipleChoiceQuestion::dropChoice().