MultipleChoiceQuestion constructor

MultipleChoiceQuestion({
  1. List<String>? choices,
})

Implementation

MultipleChoiceQuestion({this.choices});