Home › Forums › Support › saving num of Trial per minute › Reply To: saving num of Trial per minute
September 1, 2015 at 11:09 am
#4397
Guest
Hi everyone,
I already solved this problem. But may I ask how can I end the loop when the time is up?
I think the QRTE.Exit(); is about start a new trial, not about break and end the loop.My code is…
if (minutesTime >= 180000){
QRTE.setTrialData(this.questionId + ‘[MinutesNO]’,3);
QRTE.setSurveyData(“MinutesNO”,3);
QRTE.Exit(); //function select wrong?
}
// End of loop and block once the total test time is over 3 mins.
Could you please letting me know how to end it? Thanks!
Jialin