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:
moodler 2003-01-01 14:47:11 +00:00
parent d78ab28640
commit 8e6c87ccf3
6 changed files with 90 additions and 22 deletions

View 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>

View file

@ -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:";