comparison apeTool.html @ 64:c943465de196 Dev_main

Added mandatory pre/post test questions
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Tue, 21 Apr 2015 21:15:12 +0100
parents c23050ad945a
children 4924b57165c2
comparison
equal deleted inserted replaced
62:fcd6eaa4f2fa 64:c943465de196
31 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; 31 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
32 }; 32 };
33 </script> 33 </script>
34 <!-- Uncomment the following script for automatic loading of projects --> 34 <!-- Uncomment the following script for automatic loading of projects -->
35 <script> 35 <script>
36 url = 'example_eval/project2.xml'; //Project XML document location 36 url = 'example_eval/project.xml'; //Project XML document location
37 loadProjectSpec(url); 37 loadProjectSpec(url);
38 </script> 38 </script>
39 39
40 </head> 40 </head>
41 41