mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Teachers can choose to allow review of quizzes, which means that students
are allowed to see past quizzes. This only works once the quiz is completely closed (to perhaps prevent easy cheating).
This commit is contained in:
parent
d78ab28640
commit
8e6c87ccf3
6 changed files with 90 additions and 22 deletions
|
@ -6,6 +6,7 @@ $string['modulenameplural'] = "Quizzes";
|
|||
#------------------------------------------------------------
|
||||
|
||||
$string['addselectedtoquiz'] = "Add selected to quiz";
|
||||
$string['allowreview'] = "Allow review";
|
||||
$string['alwaysavailable'] = "Always available";
|
||||
$string['alreadysubmitted'] = "It is likely that you have already submitted this attempt";
|
||||
$string['answer'] = "Answer";
|
||||
|
@ -68,6 +69,8 @@ $string['noanswers'] = "No answers were selected!";
|
|||
$string['noattempts'] = "No attempts have been made on this quiz";
|
||||
$string['nomoreattempts'] = "No more attempts are allowed";
|
||||
$string['noquestions'] = "No questions have been added yet";
|
||||
$string['noreview'] = "You are not allowed to review this quiz";
|
||||
$string['noreviewuntil'] = "You are not allowed to review this quiz until \$a";
|
||||
$string['publish'] = "Publish";
|
||||
$string['question'] = "Question";
|
||||
$string['questioninuse'] = "The question '\$a' is currently being used:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue