\n'); } function doTimeOut() { // This function will be called when the specified time is over //controller_DoFSCommand("exitWindow") } function scoreFromFlash() { if(!exitCalled) { if(testCompleted) { setScore(score); if(score >= 70) { updateLessonStatus("passed"); doQuit("passed"); } else { updateLessonStatus("failed"); doQuit("failed"); } exitPageStatus = true; } else { setScore("0"); doQuit("incomplete"); } exitCalled = true; } } //-->