From d78d653a345eee7477484e14b9f3e0d12c54eaae Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Fri, 26 Aug 2005 18:51:40 +0000 Subject: [PATCH] removed unnecessary code as suggested by Olaf Rempel in bug 3850 --- mod/quiz/config.html | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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"); ?>