comparison apeTool.html @ 1673:faa111de3b33

Added mandatory pre/post test questions
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 21 Apr 2015 21:15:12 +0100
parents 18566b250b97
children 06fbaccf3b58
comparison
equal deleted inserted replaced
1672:b572136b9ac1 1673:faa111de3b33
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