You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! The class qtype_multichoice_override_renderer extends core qtype_multichoice_single_renderer and can only render multichoice question with single right answer, so every question renders with radio-inputs. As an option, you can extend qtype_multichoice_multi_renderer class below and add condition in utils::get_question_renderer()
The text was updated successfully, but these errors were encountered:
Hi! The class
qtype_multichoice_override_renderer
extends coreqtype_multichoice_single_renderer
and can only render multichoice question with single right answer, so every question renders with radio-inputs. As an option, you can extendqtype_multichoice_multi_renderer
class below and add condition inutils::get_question_renderer()
The text was updated successfully, but these errors were encountered: