diff --git a/mod/quiz/config.html b/mod/quiz/config.html index f4b25d2d918..375ae3304fc 100644 --- a/mod/quiz/config.html +++ b/mod/quiz/config.html @@ -139,10 +139,7 @@ : shufflequestions, "", "", ""); + choose_from_menu ($yesnooptions, "shufflequestions", $form->shufflequestions, "", "", ""); helpbutton("shufflequestions", get_string("shufflequestions","quiz"), "quiz"); ?> @@ -156,10 +153,7 @@ : shuffleanswers, "", "", ""); + choose_from_menu ($yesnooptions, "shuffleanswers", $form->shuffleanswers, "", "", ""); helpbutton("attempts", get_string("attemptsallowed","quiz"), "quiz"); ?> @@ -193,10 +187,7 @@ : attemptonlast, "", "", ""); + choose_from_menu ($yesnooptions, "attemptonlast", $form->attemptonlast, "", "", ""); helpbutton("repeatattempts", get_string("eachattemptbuildsonthelast", "quiz"), "quiz"); ?> @@ -280,10 +271,7 @@ : popup, "", "", ""); + choose_from_menu ($yesnooptions, "popup", $form->popup, "", "", ""); helpbutton("popup", get_string("popup","quiz"), "quiz"); ?>