diff --git a/mod/hotpot/mod.html b/mod/hotpot/mod.html index c1d6504355e..21fb8689ea2 100644 --- a/mod/hotpot/mod.html +++ b/mod/hotpot/mod.html @@ -122,10 +122,11 @@ $text_source_options = array( if (!$form->timeopen && $course->format == "weeks") { $form->timeopen = $course->startdate + (($form->section - 1) * 608400); } - print 'timeopen) ? '' : 'checked="checked"').' />'; print_date_selector("openday", "openmonth", "openyear", $form->timeopen); print ' - '; print_time_selector("openhour", "openminute", $form->timeopen); + print 'timeopen) ? '' : 'checked="checked"').' />'; + print ' '.get_string('enable').' '; helpbutton("timeopen", get_string("quizopen","quiz"), "quiz"); ?> @@ -135,10 +136,11 @@ $text_source_options = array( if (!$form->timeclose && $course->format == "weeks") { $form->timeclose= $course->startdate + (($form->section) * 608400); } - print 'timeclose) ? '' : 'checked="checked"').' />'; print_date_selector("closeday", "closemonth", "closeyear", $form->timeclose); print ' - '; print_time_selector("closehour", "closeminute", $form->timeclose); + print 'timeclose) ? '' : 'checked="checked"').' />'; + print ' '.get_string('enable').' '; helpbutton("timeopen", get_string("quizclose","quiz"), "quiz"); ?>