Skip to content
Discussion options

You must be logged in to vote

Hi @gdaroczy ,

I think you'll need to modify the survey-text plugin to include a timeout. You can see how this is implemented in other plugins that have this feature. For example, here's a relevant chunk of the html-keyboard-response plugin.

if (trial.trial_duration !== null) {
jsPsych.pluginAPI.setTimeout(function() {
end_trial();
}, trial.trial_duration);
}

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@becky-gilbert
Comment options

@gdaroczy
Comment options

@becky-gilbert
Comment options

@gdaroczy
Comment options

@mayaraza
Comment options

Answer selected by becky-gilbert
Comment options

You must be logged in to vote
2 replies
@gdaroczy
Comment options

@Stella-xyl
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants