How to Disable Printing and Copying of Online Assessments in Bb
This code will:
1. Disable the web browser's copy function (Edit -> Copy and Ctrl+C) and
2. Cause the web browser's print option (File Print -> and Ctrl+P) to
print only blank pages thereby
preventing students from printing and/or copying
the online exam.
To disable printing and copying of an online exam, the following code is required:
<SCRIPT language=Javascript src="http://www.pgcconline.com/scrxm.js"></SCRIPT>
<STYLE type=text/css>@media print {BODY {display:none}}</STYLE>
Steps:
1. Copy both lines of
the HTML code exactly as they appear above.
2. From the Test Canvas, click on the "Modify" button of the instructions.
3. Click the <> icon (located on the second row of toolbar icons).
(Note: If you do not see the <> icon on the
second row of toolbar icons, display the second row
of icons by clicking the down arrow icon found under the first row of
icons.)
4. Paste the HTML code into the instructions (if any) of the test (either before or
after your instructions).
5. Click <> to return to normal editing mode.
6. Click “Submit” to save the question and HTML code.
(Note: This method prevents copying and
pasting of exam text only while the student is taking
the exam; this will not prevent a student from copying or printing while
viewing the test results
upon completion of the exam.)