- Disallow Printing of the Test
- Disallow Printing and the Copying/Pasting of the Test
Disallow Printing of the Test
<style type="text/css">@media print {BODY {display:none}!important}</style>This code, pasted into the HTML screen of the instructions area in Blackboard, disallows printing of the assessment. When users submit a print request, the resulting printout is blank. It has been tested on Windows XP and the following browsers: Internet Explorer 6.0, Netscape 8.0, Firefox 1.5, and Opera 8.51. The script may work differently in other browsers and on other operating systems.
To insert code:
- In the Control Panel click Test Manager, then click Modify (for the selected test).
- This takes you to the test "canvas." Click Modify for the assessment instructions.
- In order to copy the code into the proper location, click on the small down arrow to reveal the additional text options.

- Click on the<html>option

- Copy and paste the code into the HTML View, either before or after your test instructions.

- Submit
- The code will not be visible to students.
Disallow Printing and the Copying/Pasting of the Test
<SCRIPT language=Javascript src="http://www.blackboard.niu.edu/blackboard/javascript/noprintcopy.js"></script><STYLE type=text/css>@media print {BODY {display:none}}</STYLE>
The above code can be copied into test instructions to disable the right click and copy feature; it will also prevent students from printing the test. It has been tested on Windows XP and the following browsers: Internet Explorer 6.0, Netscape 8.0, Firefox 1.5, and Opera 8.51. The script may work differently in other browsers and on other operating systems. While users can still use the print function of the browser, a blank page is printed. Users are also prevented from copying and pasting test content.
To prevent printing and copying Blackboard tests, follow the instructions for copying the no-print code into the HTML screen. Substitute the longer script listed above:

No comments:
Post a Comment