Rating scale in Opensesame experiment
Hi there
Rookie undergraduate using Opensesame for dissertation -
im programming a facial recognition experiment in Opensesame which has worked well, however, I want to add a rating scale after the experimental phase has finished to see how confident participants were in their facial match responses - I’ve researched on this site and can see inline script & python being mentioned? I would simply like either a likert type scale or ratings of 0-100 if possible?
thank you in advance
Brooke
Comments
Hi!
Check out these sites for how to program a rating scale via an inline script: https://osdoc.cogsci.nl/3.2/manual/forms/widgets/
https://osdoc.cogsci.nl/3.2/manual/forms/custom/
You basically just need to copy the code there in an inline script and tweak it as you need.
For having a 0-100 scale, you may need to check how to program a "slider".
Best,
Paula