From b2ff4c0aace3df4371055af2364b79adc57d5a07 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 16 Dec 2004 08:42:33 +0000 Subject: [PATCH] New strings for the secure popup window --- lang/en/help/quiz/popup.html | 23 +++++++++++++++++++++++ lang/en/quiz.php | 1 + 2 files changed, 24 insertions(+) create mode 100644 lang/en/help/quiz/popup.html diff --git a/lang/en/help/quiz/popup.html b/lang/en/help/quiz/popup.html new file mode 100644 index 0000000000..e89e0e6d83 --- /dev/null +++ b/lang/en/help/quiz/popup.html @@ -0,0 +1,23 @@ +

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