mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
New lang string for clarifying quiz UI.
This commit is contained in:
parent
a982d582c4
commit
b10e17ecb4
@ -198,6 +198,7 @@ $string['filloutoneanswer'] = 'You must provide at least one possible answer. An
|
||||
$string['filloutthreequestions'] = 'You must provide at least three questions with matching answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
|
||||
$string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.';
|
||||
$string['finishattempt'] = 'Submit all and finish';
|
||||
$string['finishreview'] = 'Finish review';
|
||||
$string['forceregeneration'] = 'force regeneration';
|
||||
$string['formatnotfound'] = 'Import/export format $a not found';
|
||||
$string['formatnotimplemented'] = 'This format has not been correctly implemented, please post a bug report';
|
||||
|
@ -21,7 +21,7 @@ document.write('<input type="button" value="<?php print_string('closewindow') ?>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
print_single_button("view.php", array( 'id' => $cm->id ), get_string('continue'));
|
||||
print_single_button("view.php", array( 'id' => $cm->id ), get_string('finishreview', 'quiz'));
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user