mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Added explanation about editing quizzes that have already been attempted by students, in response to bug 2924
This commit is contained in:
parent
d5b681ceca
commit
66d08f2697
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $string['attemptlast'] = 'Derni
|
||||||
$string['attemptquiznow'] = 'Faire le test maintenant';
|
$string['attemptquiznow'] = 'Faire le test maintenant';
|
||||||
$string['attempts'] = 'Tentatives';
|
$string['attempts'] = 'Tentatives';
|
||||||
$string['attemptsallowed'] = 'Nombre de tentatives autorisées';
|
$string['attemptsallowed'] = 'Nombre de tentatives autorisées';
|
||||||
$string['attemptsexist'] = 'Quelqu\'un a déjà effectué ce test';
|
$string['attemptsexist'] = 'Quelqu\'un a déjà effectué ce test.<br />Vous ne pouvez plus y ajouter ou en retirer des questions.';
|
||||||
$string['attemptsunlimited'] = 'Nombre illimité de tentatives';
|
$string['attemptsunlimited'] = 'Nombre illimité de tentatives';
|
||||||
$string['back'] = 'Retour à la question précédente';
|
$string['back'] = 'Retour à la question précédente';
|
||||||
$string['backtoquiz'] = 'Retour à l\'édition du test';
|
$string['backtoquiz'] = 'Retour à l\'édition du test';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue