Replies: 1 comment 1 reply
-
Hi @Alexpathy, I don't think any of us have disabled any queries. Perhaps this is something on GitHub's end? Is there a thread you can point to so I can investigate? |
Beta Was this translation helpful? Give feedback.
1 reply
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!
Could someone help me with a plugin change for the video-slider-response? I want to continuously sample participants' slider responses while they are watching video content.
I tried to implement @becky-gilbert's code from this thread on how to change the audio-slider-response: #2244
My code is below. I got to a point where the code runs but responses are not saved in the data. My changes are on lines:
329-333
344-348
359-361
365
Then I run the plugin through the code below.
I get this data after my experiment:
Obviously, the response- and responses array are empty. At this point I am not sure if I managed to save multiple slider responses and failed to display the data or if the multiple slides responses failed to be logged at all.
Also, if you have any ideas on how to enable the continue button first after the video content finished, while still sampling responses as long as participant interacts with the slider, that would be helpful. I managed to turn off the button but then I was not able to continue :P
Lastly, some of my queries have been disabled. I don't feel like I break code of conduct, so am not sure why they are disabled. If any of the admins could say something about this I can make more efficient inqueries in the future.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions