You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a program that presents a few images for participants to study, followed by lineup with 6 photos presented simultaneously. The lineup includes either one of the studied images or a similar looking image. This image is surrounded by 5 images. At this point, people need to select one of the options (i.e., a radio button). The options are 1-6 and "Absent".
The problem is that when they select any of the 1-6 options, their response is empty (i.e., '{"Q0":""}'). This is not a problem when they select "Absent".
I don't believe that this was a problem in the past. I did modify the plugin that I used, but I don't think that is the problem. I'll paste it below just in case. The plugin is called "jspsych-lineup-multi-choice". It is a modified version of the "jspsych-survey-multi-choice" plugin. Again, I believe that this plugin worked in the past. The only things that I changed since then is that I made the lineup appear after a 500 ms delay.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I am trying to write a program that presents a few images for participants to study, followed by lineup with 6 photos presented simultaneously. The lineup includes either one of the studied images or a similar looking image. This image is surrounded by 5 images. At this point, people need to select one of the options (i.e., a radio button). The options are 1-6 and "Absent".
The problem is that when they select any of the 1-6 options, their response is empty (i.e., '{"Q0":""}'). This is not a problem when they select "Absent".
I don't believe that this was a problem in the past. I did modify the plugin that I used, but I don't think that is the problem. I'll paste it below just in case. The plugin is called "jspsych-lineup-multi-choice". It is a modified version of the "jspsych-survey-multi-choice" plugin. Again, I believe that this plugin worked in the past. The only things that I changed since then is that I made the lineup appear after a 500 ms delay.
I would appreciate any help that I can get.
Thanks,
Geoff
Here is the code in my program:
Here is the plugin:
Beta Was this translation helpful? Give feedback.
All reactions