Index: lams_tool_scratchie/web/includes/css/scratchie-learning.scss =================================================================== diff -u -r21aea119939539ce08a947354f84cb7dc6980d38 -r8954302ed9109e5bd84df58c2eb95f2cbc447892 --- lams_tool_scratchie/web/includes/css/scratchie-learning.scss (.../scratchie-learning.scss) (revision 21aea119939539ce08a947354f84cb7dc6980d38) +++ lams_tool_scratchie/web/includes/css/scratchie-learning.scss (.../scratchie-learning.scss) (revision 8954302ed9109e5bd84df58c2eb95f2cbc447892) @@ -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; } Index: lams_tool_scratchie/web/pages/learning/learning.jsp =================================================================== diff -u -r21aea119939539ce08a947354f84cb7dc6980d38 -r8954302ed9109e5bd84df58c2eb95f2cbc447892 --- lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision 21aea119939539ce08a947354f84cb7dc6980d38) +++ lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision 8954302ed9109e5bd84df58c2eb95f2cbc447892) @@ -551,5 +551,12 @@ <%@ include file="questionlist.jsp"%> + +
+ +
+
\ No newline at end of file Index: lams_tool_scratchie/web/pages/learning/questionlist.jsp =================================================================== diff -u -r52a6369ce66a2ea70d38bfa2e627dfcde6354b10 -r8954302ed9109e5bd84df58c2eb95f2cbc447892 --- lams_tool_scratchie/web/pages/learning/questionlist.jsp (.../questionlist.jsp) (revision 52a6369ce66a2ea70d38bfa2e627dfcde6354b10) +++ lams_tool_scratchie/web/pages/learning/questionlist.jsp (.../questionlist.jsp) (revision 8954302ed9109e5bd84df58c2eb95f2cbc447892) @@ -31,10 +31,4 @@ - -
- -
-
+ Index: lams_tool_scratchie/web/pages/learning/results.jsp =================================================================== diff -u -r471ceb8244c3c504e9055b27c470c33fa2a86de8 -r8954302ed9109e5bd84df58c2eb95f2cbc447892 --- lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 471ceb8244c3c504e9055b27c470c33fa2a86de8) +++ lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 8954302ed9109e5bd84df58c2eb95f2cbc447892) @@ -350,7 +350,9 @@ +
<%@ include file="scratchies.jsp"%> +