Index: lams_monitoring/web/includes/javascript/monitorLesson5.js =================================================================== diff -u -r7fe497ec7a7438f220dfd18d071c02431cc24abc -re63f171f9fe9c08cdf47514249ecb9757419193c --- lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision 7fe497ec7a7438f220dfd18d071c02431cc24abc) +++ lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision e63f171f9fe9c08cdf47514249ecb9757419193c) @@ -3186,4 +3186,35 @@ } }); eventSources = []; +} + + +function printTable() { + var title = document.title; + var divElements = document.getElementById('questions-data').outerHTML; + var printWindow = window.open("", "_blank", ""); + //open the window + printWindow.document.open(); + //write the html to the new window, link to css file + printWindow.document.write('