mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
lang/en/help/quiz/review.html
Normal file
6
lang/en/help/quiz/review.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<P ALIGN=CENTER><B>Allow review once quiz is closed</B></P>
|
||||
|
||||
<P>If you enable this option, then students will be able to
|
||||
review their past attempts at this quiz.</P>
|
||||
|
||||
<P>This is only enabled once the quiz is closed.</P>
|
|
@ -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