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. Edit the Test (Test Canvas), edit the Header (Test Information) to add the html code to the Description box.
    (Note: Before you add the html code into the Description box, click the <> icon located on the second row of
     toolbar icons by clicking the down arrow icon found under the first row of icons.)

3. Paste the HTML code into the Description box, (if any) either before or after your current description.
4. Click <> again to return to normal editing mode.
5. Click “Submit”.
   
(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.)