Nasa Tlx - displaying multiple sliders on one page plugin? #799
-
Has anyone tried recreating the NASA-TLX questionnaire with jspsych? I am currently trying out the image-slider-plugin for the rating scales. However, I haven't figured out how to display multiple rating scales on the same page yet. If you have any ideas, thanks! P.S. I have found other sources of web-based NASA-TLX online:
My overall goal is to incorporate both a custom image complex span task (in progress) + nasa tlx for my thesis project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Looking at the source for this one: https://www.keithv.com/software/nasatlx/nasatlx.html, it would be relatively easy to transform it to a jsPsych plugin. You can pretty much copy and paste most of the code, just changing a few bits to interact with jsPsych. https://www.jspsych.org/plugins/creating-a-plugin/ will help! |
Beta Was this translation helpful? Give feedback.
Looking at the source for this one: https://www.keithv.com/software/nasatlx/nasatlx.html, it would be relatively easy to transform it to a jsPsych plugin.
You can pretty much copy and paste most of the code, just changing a few bits to interact with jsPsych.
https://www.jspsych.org/plugins/creating-a-plugin/ will help!