mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
quiz: MDL-19891 fix that quiz navigation block that was broken by the blocks changes.
Sadly it now requries JavaScript again, at least for best operation.
This commit is contained in:
parent
75003899ae
commit
d18675a8d7
9 changed files with 331 additions and 133 deletions
|
@ -434,6 +434,7 @@ $string['multichoice'] = 'Multiple Choice';
|
|||
$string['multipleanswers'] = 'Choose at least one answer.';
|
||||
$string['multiplier'] = 'Multiplier';
|
||||
$string['name'] = 'Name';
|
||||
$string['navnojswarning'] = 'Warning: these links will not save your answers. Use the next button at the bottom of the page.';
|
||||
$string['neverallononepage'] = 'Never, all questions on one page';
|
||||
$string['newattemptfail'] = 'Error: Could not start a new attempt at the quiz';
|
||||
$string['newpage'] = 'New page';
|
||||
|
@ -675,6 +676,7 @@ $string['showbreaks'] = 'Show page breaks';
|
|||
$string['showcategorycontents'] = 'Show category contents $a->arrow';
|
||||
$string['showcorrectanswer'] = 'In feedback, show correct answers?';
|
||||
$string['showdetailedmarks'] = 'Show mark details';
|
||||
$string['showeachpage'] = 'Show one page at a time';
|
||||
$string['showfeedback'] = 'After answering, show feedback?';
|
||||
$string['showhidden'] = 'Also show old questions';
|
||||
$string['showinsecurepopup'] = 'Use a \'secure\' popup window for attempts';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue