comparison interfaces/horizontal-sliders.js @ 2362:a3099bdb056c

Implemented #55
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 16 May 2016 16:14:52 +0100
parents 426995e02e79
children 5b23f2e05207
comparison
equal deleted inserted replaced
2361:c6c214cea795 2362:a3099bdb056c
466 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options 466 // This function is called when the submit button is clicked. Will check for any further tests to perform, or any post-test options
467 } else 467 } else
468 { 468 {
469 if (audioEngineContext.timer.testStarted == false) 469 if (audioEngineContext.timer.testStarted == false)
470 { 470 {
471 alert('You have not started the test! Please press start to begin the test!'); 471 interfaceContext.lightbox.post("Warning",'You have not started the test! Please press start to begin the test!');
472 return; 472 return;
473 } 473 }
474 } 474 }
475 testState.advanceState(); 475 testState.advanceState();
476 } 476 }