MCQConfig constructor
MCQConfig({})
Implementation
MCQConfig({
required this.id,
required this.question,
required this.answers,
this.questionNoToDisplay,
this.isToSelectAnswer = true,
});
MCQConfig({
required this.id,
required this.question,
required this.answers,
this.questionNoToDisplay,
this.isToSelectAnswer = true,
});