class AdjudicatorFeedbackBooleanAnswer(AdjudicatorFeedbackAnswer):
    ANSWER_TYPE = bool

    # Note: by convention, if no answer is chosen for a boolean answer, an
    # instance of this object should not be created. This way, there is no need