comparison ape.js @ 820:7b0ce3a9ddc1

Merge from branch "WAC2016"
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 23 Nov 2015 09:13:12 +0000
parents 9c579fc05a09
children a0d7a64d8325 235594325b84
comparison
equal deleted inserted replaced
819:bf38bba18886 820:7b0ce3a9ddc1
586 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options 586 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options
587 } else 587 } else
588 { 588 {
589 if (audioEngineContext.timer.testStarted == false) 589 if (audioEngineContext.timer.testStarted == false)
590 { 590 {
591 alert('You have not started the test! Please press start to begin the test!'); 591 alert('You have not started the test! Please click a fragment to begin the test!');
592 return; 592 return;
593 } 593 }
594 } 594 }
595 testState.advanceState(); 595 testState.advanceState();
596 } 596 }