diff core.js @ 46:98fd53b83df8 Dev_main

Completed Handling of in-page pre/post responses
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 10 Apr 2015 17:43:53 +0100
parents 4884ca36ffaa
children b5cd02cb262f
line wrap: on
line diff
--- a/core.js	Fri Apr 10 17:18:45 2015 +0100
+++ b/core.js	Fri Apr 10 17:43:53 2015 +0100
@@ -26,7 +26,7 @@
 var testXMLSetups = []; // Hold the parsed test instances
 var testResultsHolders =[]; // Hold the results from each test for publishing to XML
 var currentTrackOrder = []; // Hold the current XML tracks in their (randomised) order
-var currentTestHolder; // Hold an intermediate results during test - metrics
+var currentTestHolder; // Hold any intermediate results during test - metrics
 var audioEngineContext; // The custome AudioEngine object
 var projectReturn; // Hold the URL for the return
 var preTestQuestions = document.createElement('PreTest'); // Store any pre-test question response