MultipleChoice.input#

property MultipleChoice.input: dict[source]#

Dictionary of subject inputs. Returns an empty dictionary, if there is no input.

The keys are ‘choice{{i}}’, with {{i}} being replaced by the choice number. The values are True or False, indicating whether the respective choice has been selected.

Type

Dict[str, bool]