Suggest autocomplete while typing #2945
Unanswered
gonzalezgarcia
asked this question in
Q&A
Replies: 1 comment
-
Hi @gonzalezgarcia, You could incorporate the code in that example in a custom jsPsych plugin. We have a guide about creating custom plugins and I also recorded a video tutorial a few years ago. The video tutorial show how to do this in version 6, but the concepts are the same. For this plugin you could probably start with the survey-text plugin and modify that to meet your needs. This sounds like a useful plugin to have, so if you do create it please consider adding it to jspsych-contrib. |
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.
-
Hi,
I'm programming an experiment where we ask people to type the name of an object. We would like to display autocomplete options (from a predefined list of words) as participants type. Something similar to this: https://www.w3schools.com/howto/howto_js_autocomplete.asp
I've taken a look at the available plugins but can't seem to find the right option. I was wondering if there's a way to implement such feature within jsPsych.
Best,
Carlos
Beta Was this translation helpful? Give feedback.
All reactions