MultipleChoiceAnswerFormat constructor
const
MultipleChoiceAnswerFormat({
- required List<
TextChoice> textChoices, - List<
TextChoice> defaultSelection = const [], - bool otherField = false,
- int maxAnswers = 100,
Implementation
const MultipleChoiceAnswerFormat({
required this.textChoices,
this.defaultSelection = const [],
this.otherField = false,
this.maxAnswers = 100
}) : super();