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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user