Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Hey! I have questions about my data

  • When I finish the experiment and look at the data, instead of seeing the responses entered in form_text_input in the Excel file, the participant's typing records are shown in the form_clicks and repeat_cycle columns. 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 correct column.


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.

    Buy Me A Coffee

  • hank you for answering my question.

    After changing it to correct_response within the loop, correct is displayed accurately. Previously, I had used correct_response1 within the loop and confirmed that it did not produce the correct result."

Sign In or Register to comment.