Feature: Predefined single choice questions
This update will add two question types:
- The Yes-No question
- The True-False question
Both inherit their behavior from the SingleChoiceQuestion. The only difference is that they will add 2 DefaultAnswerOptions on initialization with predefined answer texts. Also they do not allow to modify the amount of answers. So is not possible to remove or add answer options.
The answer text and the isCorrect settings can be changed although.
The validation has not changed and is inherited from the SingleChoiceQuestion.