Hey! I have questions about my data
in OpenSesame
- When I finish the experiment and look at the data, instead of seeing the responses entered in
form_text_inputin the Excel file, the participant's typing records are shown in theform_clicksandrepeat_cyclecolumns. I want to resolve this issue. - I also want to understand why accuracy is not recorded if feedback is not provided.
- I want to know why "undefined" is recorded in the
correctcolumn.
Comments
Hi @Chan,
It is not possible to answer your question without a mor complete description of how your experiment is implemented.
Responses to forms are saved under the variable you defined as the response variable for that form.
The fact that you don't get accurate values for the accuracy and correct variables indicates that you have not correctly set up the correct response in your task.
Kind regards,
Fabrice.
hank you for answering my question.
After changing it to
correct_responsewithin the loop,correctis displayed accurately. Previously, I had usedcorrect_response1within the loop and confirmed that it did not produce the correct result."