comparison ape.js @ 1457:c8a9825aaa05

Merge from branch "WAC2016"
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 23 Nov 2015 09:13:12 +0000
parents 04e8a9c07c7e
children a0d7a64d8325 235594325b84
comparison
equal deleted inserted replaced
1456:cacd98e7e1ff 1457:c8a9825aaa05
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 }