How to Prevent Students from Printing Quizzes
Copy and paste this line of code into your first question (instructions and description don't accept html):
<style type="text/css">@media print {BODY {display:none}}</style>
This will prevent the quiz from being printed from Internet Explorer versions 4, 5 & 6, or Netscape 6. It does not work with Netscape 4.
Tip developed by David Carter-Tod at Wytheville Community College