comparison index.html @ 882:594e617b75ad

PythonServer now supports pseudorandom page setup using preconfigured XML files. Set the PSEUDO_PATH in the python file, it will cycle through all .xml files in there. Index based off file save number. Set the .html url to /pseudo.xml to trigger
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Sun, 28 Jun 2015 10:33:47 +0100
parents ca4ae613f1dd
children 7a8fcf04aad3
comparison
equal deleted inserted replaced
881:2580a999670f 882:594e617b75ad
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; 23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
24 }; 24 };
25 </script> 25 </script>
26 <!-- Uncomment the following script for automatic loading of projects --> 26 <!-- Uncomment the following script for automatic loading of projects -->
27 <script> 27 <script>
28 url = 'example_eval/project.xml'; //Project XML document location 28 url = '/pseudo.xml'; //Project XML document location
29 loadProjectSpec(url); 29 loadProjectSpec(url);
30 </script> 30 </script>
31 31
32 </head> 32 </head>
33 33