Segment duration in Self-Paced Reading #1732
Unanswered
gustavoestivalet
asked this question in
Q&A
Replies: 1 comment
-
Hi @gustavoestivalet! Thanks for providing your code - very helpful! Quick question: do you want one time limit parameter that applies to each phrase, e.g. var trial = {
type: "spr-keyboard",
words: jsPsych.timelineVariable("phrases"),
phrase_max_duration: 5000
}; or do you want the option to give the plugin different time limits for each phrase, which might look like this: var stimuli = [
{phrases: ["frase1","frase2"], phrase_max_durations: [2000,4000], question: "??",data: {correct_response: "f1 f2"}},
... etc. ...
];
var trial = {
type: "spr-keyboard",
words: jsPsych.timelineVariable("phrases"),
phrase_max_durations: jsPsych.timelineVariable("phrase_max_durations")
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Guys,
Ahow are you? I am fine! First of all, I would like to thank you so much for the jsPsych existence, my team and I have been using it extensivelly during the last months, and we are achieving great results!
I have a pointed question today.
I adapted the Self-Paced Reading Moving Window plug-in developed in the video 2 from the MovintResearchOnline to have a kind of Self-Paced Reading without moving window! Actually, I am doing a Reading Span Test and I just want to present different phrases (2 to 6 phrases), one over another. In the end of each group of phrases, there is a question.
The experiment is working, but I want to put a time limit for each phrase and not the whole trial. I mean, each trial is composed by 2 to 6 phrases, and I want to limit the time of each phrase presentation. Please could you help with this? Also, could I simplify even more the plug-in?
Plug-in: jspsych-spr-keyboard
Experiment:
Thank you very much for all your attention and assistance,
Best regards,
Gustavo Estivalet
Beta Was this translation helpful? Give feedback.
All reactions