You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the survey plugin's quiz model to run an experiment where participants have 10 seconds to answer a text reply question. The participants must wait the full 10 seconds before moving on to the next question. I am using the quiz model's timer feature to get this done, but I would like to have the timer hidden. Unfortunately, the timer does not start if it is hidden. Usually, if I were just using the SurveyJS plugin, I could call the StartTimer() method, but I am not sure how to do so with JSPsych
Here is an example of how it would be done with SurveyJS
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently using the survey plugin's quiz model to run an experiment where participants have 10 seconds to answer a text reply question. The participants must wait the full 10 seconds before moving on to the next question. I am using the quiz model's timer feature to get this done, but I would like to have the timer hidden. Unfortunately, the timer does not start if it is hidden. Usually, if I were just using the SurveyJS plugin, I could call the StartTimer() method, but I am not sure how to do so with JSPsych
Here is an example of how it would be done with SurveyJS
Here is an example of what I am doing with JSPsych
Beta Was this translation helpful? Give feedback.
All reactions