From b2ff4c0aace3df4371055af2364b79adc57d5a07 Mon Sep 17 00:00:00 2001
From: moodler Display in a "secure" window The "secure" window tries to provide a little more security for quizzes
+ (to prevent copying and cheating) by restricting some of the things
+ that students can do with their browsers. What happens is that:
+
+
+
NOTE: This security is NOT watertight. Do NOT rely on these protections + as your sole strategy. It is impossible to implement complete protection + of quizzes in a web environment so please do not rely on this option if + you are really worried about students cheating. Other strategies you can + try are to create really large databases of questions from which you + randomly choose questions, or even better, rethink your overall assessment + to put more value on constructive forms of activity such as forum discussions, + glossary building or assignments.
diff --git a/lang/en/quiz.php b/lang/en/quiz.php index f793774606..335468bae7 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -180,6 +180,7 @@ $string['overdue'] = 'Overdue'; $string['paragraphquestion'] = 'Paragraph Question not supported at line $a. The question will be ignored'; $string['passworderror'] = 'The password entered was incorrect'; $string['percentcorrect'] = 'Percent Correct'; +$string['popup'] = 'Show quiz in a \"secure\" window'; $string['preview'] = 'Preview'; $string['previewquestion'] = 'Preview question'; $string['publish'] = 'Publish'; -- 2.39.5