//var NoOfRetries = ;
//var TryAgainPrompt = "try_again.mp3";
//var TryAnotherPrompt = "try_another.mp3";

var arraySize = 3;
var nRetries = 0;
var RepeatQuestion = true;
var RepeatQuestionAfterSeconds = 10;
var ReinforcerTimeoutSeconds = 10;
var FullScreen = false;
var WrongHitDelaySeconds = 0;
//var WrongHitDelayIncrement = 1;
