Instructions with timer to enable "Next" button. #1321
Replies: 2 comments 3 replies
-
Hi @gaiamolinaro, If you want to use the instructions plugin to do this you'll need to modify the plugin file. You could take a look at how the audio plugins implement the parameter for |
Beta Was this translation helpful? Give feedback.
-
Hi, I am looking to solve the same problem (displaying the next button only after a few seconds, to force people to read the instructions). @gaiamolinaro would you have any code that you used to modify the instructions plugin? (Or @jodeleeuw perhaps there is an easier solution to do this? It seems like it could be a common request for experiments?) I am new to JavaScript and I have read this discussion but the code is a little complicated for me to understand. (And in the plugin code I can only see 'disabled' in the context of displaying the "previous" button, though maybe I am misunderstanding it.) Thank you for any help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I am using the jspsych-instructions plugin to display my instructions made of an image, some text, and an audio file (of a person reading the text). The audio file is on autoplay with no controls displayed. I would like to enable the participant to click "Next", but only after they have listened to the entire audio file. Audio files have different durations on each page. It's ok if they can click "Previous" whenever they want. Any ideas?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions