Self-Paced Reading Task with the first word masked #2270
-
Hi, thanks to Josh in the jspsych tutorial for introducing how to create plugin for self-paced reading task. I would like to ask how to modify the codes so that the first word in the sentence is masked in the first place. The display should be something like this: [------------------ The link below shows the complete jspsych-moving-window code in that tutorial. Thanks for any help in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
So I'm not sure if this will work, but try initializing the |
Beta Was this translation helpful? Give feedback.
So I'm not sure if this will work, but try initializing the
current_position
variable (line 30) to -1 instead of 0.