Speedometer #1727
Replies: 2 comments
-
Hi @adrian-bender, I developed a jsPsych 'dial response' plugin, which I think might do what you need: jspsych-dial-response repo. It uses the jQuery-Knob library. You can download the code from the repository and run the example HTML file locally, or see the live demo on cognition.run here: https://kb8n5md7ql.cognition.run/ I think you'd want some combination of the 3rd example trial (angle_arc: 180) and 5th example trial (cursor_mode: false, thickness: 1). I didn't write any documentation, but the parameters and descriptions are all listed in the plugin fie. |
Beta Was this translation helpful? Give feedback.
-
This is really helpful. Thank you very much Becky.
El mar, 13 abr 2021 a las 20:28, Becky Gilbert ***@***.***>)
escribió:
… Hi @adrian-bender <https://github.com/adrian-bender>, I developed a
jsPsych 'dial response' plugin, which I think might do what you need: jspsych-dial-response
repo <https://github.com/becky-gilbert/jspsych-dial-response>. It uses
the jQuery-Knob library. You can download the code from the repository and
run the example HTML file
<https://github.com/becky-gilbert/jspsych-dial-response/blob/master/jspsych-dial-response.html>
locally, or see the live demo on cognition.run here:
https://kb8n5md7ql.cognition.run/ I think you'd want some combination of
the 3rd example trial (angle_arc: 180) and 5th example trial (cursor_mode:
false, thickness: 1). I didn't write any documentation, but the parameters
and descriptions are all listed in the plugin fie
<https://github.com/becky-gilbert/jspsych-dial-response/blob/master/jspsych-dial-response.js>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1727 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFNB7MF46YGX7546NNITJLTITHSTANCNFSM424GMBHA>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
m kind of newbie in this incredible tool. I have to copy a trial which in its original version ask the user to input a continuous value through a click on an image like this.
Is it possible to implement a control like this? How difficult is it? Can you guide me on how to implement it?
Beta Was this translation helpful? Give feedback.
All reactions