Thanks for your answers.
I seem to have solved my original problem, although I am not yet quite sure whether the time measurement with the "time()" solution instead of the Javascript solution is correct.
In case anyone is interested or has the same problem: My original goal was to measure the time a participant took to take the whole questionnaire, then evaluate whether he was faster than a certain amount of seconds, then label those that were faster as speedsters.
I created an equation question in group 1, measuring the UNIX time with time(). I did the same in the last group. It follows an equation question that measures the time difference, evaluating whether the difference is bigger than a pre-given amount. IF yes, the respecitive variable is set to nospeedster.
Since I additionally have Quota, I also need to make sure that participants that are screened out do not count towards the quota. Therefore, I used a solution that was provided here (unfortunately in German: www.limesurvey.org/de/foren/german-forum...-quote-setzen#143646). I created a hidden question with two answer options. This was set to nospeedster if the above statement was true. I then changed all my quotas so that they also had to fulfill "nospeedster = TRUE" to be triggered.
Hope that helps some people with the same challenges.
Thanks.
I seem to have solved my original problem, although I am not yet quite sure whether the time measurement with the "time()" solution instead of the Javascript solution is correct.
In case anyone is interested or has the same problem: My original goal was to measure the time a participant took to take the whole questionnaire, then evaluate whether he was faster than a certain amount of seconds, then label those that were faster as speedsters.
I created an equation question in group 1, measuring the UNIX time with time(). I did the same in the last group. It follows an equation question that measures the time difference, evaluating whether the difference is bigger than a pre-given amount. IF yes, the respecitive variable is set to nospeedster.
Since I additionally have Quota, I also need to make sure that participants that are screened out do not count towards the quota. Therefore, I used a solution that was provided here (unfortunately in German: www.limesurvey.org/de/foren/german-forum...-quote-setzen#143646). I created a hidden question with two answer options. This was set to nospeedster if the above statement was true. I then changed all my quotas so that they also had to fulfill "nospeedster = TRUE" to be triggered.
Hope that helps some people with the same challenges.
Thanks.