Home > Public Services > Distance Learning > Vista > Frequently Asked Questions > Enroll Members
Frequently Asked Questions
How Do I Limit Printing of Assessments in BlazeVIEW?
Instructors can limit students from printing assessments in BlazeVIEW by using the following HTML.
<style type="text/css">@media print {BODY {display:none}!important}</style>
<body oncontextmenu="return false;">
1. After logging into the course, from the Build tab, click the Assessments link.
2. Click the drop down arrow and choose Edit Properties.
3. You can now edit the properties. Scroll down to the bottom of page and click the Custom Instructions link.
4. Copy and paste the following code into the custom instructions:
<style type="text/css">@media print {BODY {display:none}!important}</style>
<body oncontextmenu="return false;">

Be sure that the Use HTML box is checked. Click Save.
<< Back to BlazeVIEW Home | View Frequently Asked Questions >>