mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-26165 quiz submit are-you-sure is potentially confusing.
This commit is contained in:
parent
8f78cd5abc
commit
6c7da46108
4 changed files with 8 additions and 9 deletions
|
@ -175,7 +175,7 @@ $string['configshufflewithin'] = 'If you enable this option, then the parts maki
|
|||
$string['configtimelimit'] = 'Default time limit for quizzes in minutes. 0 mean no time limit.';
|
||||
$string['configtimelimitsec'] = 'Default time limit for quizzes in seconds. 0 mean no time limit.';
|
||||
$string['configurerandomquestion'] = 'Configure question';
|
||||
$string['confirmclose'] = 'You are about to close this attempt. Once you close the attempt you will no longer be able to change your answers.';
|
||||
$string['confirmclose'] = 'Once you submit, you will no longer be able to change your answers for this attempt.';
|
||||
$string['confirmserverdelete'] = 'Are you sure you want to remove the server <b>{$a}</b> from the list?';
|
||||
$string['confirmstartattemptlimit'] = 'Number of attempts allowed: {$a}. You are about to start a new attempt. Do you wish to proceed?';
|
||||
$string['confirmstartattempttimelimit'] = 'This quiz has a time limit and is limited to {$a} attempt(s). You are about to start a new attempt. Do you wish to proceed?';
|
||||
|
@ -719,6 +719,7 @@ $string['sorttypealpha'] = 'Sort by type, name';
|
|||
$string['specificapathnotonquestion'] = 'The specified file path is not on the specified question';
|
||||
$string['specificquestionnotonquiz'] = 'Specified question is not on the specified quiz';
|
||||
$string['startagain'] = 'Start again';
|
||||
$string['startattempt'] = 'Start attempt';
|
||||
$string['startedon'] = 'Started on';
|
||||
$string['startnewpreview'] = 'Start a new preview';
|
||||
$string['statenotloaded'] = 'The state for question {$a} has not been loaded from the database';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue