comparison interfaces/mushra.js @ 2363:95dc0833eb0a

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Mon, 16 May 2016 16:20:59 +0100
parents a3099bdb056c
children ae6a9d3426f8
comparison
equal deleted inserted replaced
2350:1ab42e36b6c8 2363:95dc0833eb0a
490 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options 490 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options
491 } else 491 } else
492 { 492 {
493 if (audioEngineContext.timer.testStarted == false) 493 if (audioEngineContext.timer.testStarted == false)
494 { 494 {
495 alert('You have not started the test! Please press start to begin the test!'); 495 interfaceContext.lightbox.post("Message",'You have not started the test! Please press start to begin the test!');
496 return; 496 return;
497 } 497 }
498 } 498 }
499 testState.advanceState(); 499 testState.advanceState();
500 } 500 }