mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Add a javascript confirmation when submitting a quiz attempt
This commit is contained in:
parent
776dc2709f
commit
9307692fdf
2 changed files with 4 additions and 1 deletions
|
@ -77,6 +77,7 @@ $string['quizclosed'] = "This quiz closed on \$a";
|
|||
$string['quizopen'] = "Open the quiz";
|
||||
$string['quiznotavailable'] = "The quiz will not be available until: \$a";
|
||||
$string['random'] = "Random set";
|
||||
$string['readytosend'] = "You are about to send your whole quiz to be graded. Are you sure you want to continue?";
|
||||
$string['regrade'] = "Regrade all attempts";
|
||||
$string['regradecomplete'] = "All attempts have been regraded";
|
||||
$string['regradecount'] = "\$a->changed out of \$a->attempt grades were changed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue