quiz lang MDL-24170 move an old string to a more logical name, before making the real change.

AMOS BEGIN
 MOV [finishattempt,mod_quiz],[submitallandfinish,mod_quiz]
AMOS END
This commit is contained in:
Tim Hunt
2010-11-01 17:36:15 +00:00
parent 5bef986516
commit 48c19b2551
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -228,7 +228,7 @@
echo '<input name="markall" type="submit" value="' . get_string('markall',
'quiz') . "\" />\n";
echo '<input name="finishattempt" type="submit" value="' .
get_string('finishattempt', 'quiz') . "\" />\n";
get_string('submitallandfinish', 'quiz') . "\" />\n";
echo '<br />';
echo '<br />';
// Print the fill correct button (unless the question is in readonly mode)