-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make survey-slider plugin for multiple analog (slider) scales #94
Comments
It would be great to have this added here. The conversion from your plugin code to a TypeScript version is mainly just copy/pasting the code into the right spots in our templates. I recently added a CLI tool that helps with setting up the new plugin files. If you fork this repository, run |
Tagging @Max-Lovell as a reminder to myself to get his help |
As a side comment, apparently |
Hi, I've made a pull request to include the code above into JSPsych contrib, see: #105 |
Thanks Max! |
This is now implemented with |
Amazing thanks a lot @Max-Lovell and @jodeleeuw |
Given that jspsych has already several useful plugins for creating questionnaires (survey-likert), it would benefit a lot for being able to use analog scales (i.e., sliders) instead of discrete choices (PS: note that this option is not available either in SurveyJS/survey-plugin afaik).
We've been using this plugin code in the past to get:
with:
I believe such plugin would benefit from being added here (or even as part of the official distribution IMO) but for this it would need to be updated (to typescript if I understand?) and cleaned up (and add a data simulation option). Although it's probably not a lot of work, it's still slightly beyond my javascript skill level. And I was wondering if I could get some guidance and help with that?
The text was updated successfully, but these errors were encountered: