Index: lams_tool_scratchie/web/includes/css/scratchie-learning.scss =================================================================== diff -u -rb311244c55b221fc9f910cf4de25874d13d2296d -rf7cef94ca52db067b65e14be5ce99531621612b5 --- lams_tool_scratchie/web/includes/css/scratchie-learning.scss (.../scratchie-learning.scss) (revision b311244c55b221fc9f910cf4de25874d13d2296d) +++ lams_tool_scratchie/web/includes/css/scratchie-learning.scss (.../scratchie-learning.scss) (revision f7cef94ca52db067b65e14be5ce99531621612b5) @@ -1,5 +1,16 @@ @import "_lams_variables.scss"; +.instructions, #questionListArea { + -webkit-user-select: none; + user-select: none; +} + +@media print { + .instructions, #questionListArea { + display: none; + } +} + .scratches a, .scratches a:hover { border-bottom: none; }