MDL-33517 quiz: revise timelimit help string.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Wed, 6 Jun 2012 18:24:48 +0000 (19:24 +0100)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Wed, 6 Jun 2012 18:24:48 +0000 (19:24 +0100)
Thanks Helen.

mod/quiz/lang/en/quiz.php

index dd4645f..30933e8 100644 (file)
@@ -808,7 +808,7 @@ $string['timecompleted'] = 'Completed';
 $string['timedelay'] = 'You are not allowed to do the quiz since you have not passed the time delay before attempting another quiz';
 $string['timeleft'] = 'Time left';
 $string['timelimit'] = 'Time limit';
-$string['timelimit_help'] = 'If enabled, a floating timer window (requiring JavaScript) is shown with a countdown. When the time limit is up, the quiz is submitted automatically with whatever answers have been filled in so far.';
+$string['timelimit_help'] = 'If enabled, the time limit is stated on the initial quiz page and a countdown timer is displayed in the quiz navigation block.';
 $string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
 $string['timelimitmin'] = 'Time limit (minutes)';
 $string['timelimitsec'] = 'Time limit (seconds)';