MultipleChoiceButtons.define_choices()#

MultipleChoiceButtons.define_choices()[source]#

Abstract method for the definition of the individual choices belonging to this element.

Must be redefined by inheriting elements and return a list of Choice instances.