variable NA
in OpenSesame
hey all,
could you please help me with variable assignment in opensesame
i have used python script and defined variable accuracy and trials but the are not being shown in variable inspector and also log file is showing NA
WHY NA while in debug window it is responding.
Comments
Hi,
If you're using regular response items, such as the
keyboard_response, then you need to set thecorrect_responsevariable in order for OpenSesame to keep track of accuracy and average response times. This is described for example here:However, if you're using a Python
inline_scriptto collect responses, then you need to keep track of these variables yourself; that is, OpenSesame won't do it automatically for you anymore. How to do this depends on the details of your experiment, but in general you'll want to take a look at theresponsesobject, which can do most of the heavy lifting for you.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!