List<String> get quizOptionSelectedIds { return quizOptions .where((element) => element.isSelected) .map((e) => e.optionId) .toList(); }