mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-15750 - After the close date, the teacher cannot preview a quiz becuase the timer thinks the time is already up. Also, move the timer in to the new navigation block.
This commit is contained in:
parent
5bbf20b48d
commit
5533791abc
5 changed files with 24 additions and 55 deletions
|
@ -596,7 +596,7 @@ $string['temporaryblocked'] = 'You are temporarily not allowed to re-attempt the
|
|||
$string['time'] = 'Time';
|
||||
$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 Remaining';
|
||||
$string['timeleft'] = 'Time left';
|
||||
$string['timelimit'] = 'Time limit';
|
||||
$string['timelimitmin'] = 'Time limit (minutes)';
|
||||
$string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue