diff index.html @ 244:eff3dfc433ae

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 dfd24b98c2b2
children 96a6cea228b3
line wrap: on
line diff
--- a/index.html	Fri Jun 26 12:25:36 2015 +0100
+++ b/index.html	Sun Jun 28 10:33:47 2015 +0100
@@ -25,7 +25,7 @@
 		</script>
 		<!-- Uncomment the following script for automatic loading of projects -->
 		<script>
-			url = 'example_eval/project.xml'; //Project XML document location
+			url = '/pseudo.xml'; //Project XML document location
 			loadProjectSpec(url);
 		</script>