Avatar

Howdy, Stranger!

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

Supported by

Sarah

About

Username
Sarah
Joined
Visits
2
Last Active
Roles
Member

Comments

  • Hi Florian, Thank you for your email. In only run one experiment. Therefore, in the folder, there was only one file associated with one participant. In this single .xpd file, I had 20 trials. When I open the .xpd file manually, I could see the resu…
  • Dear Flad, Thanks for your reply. I am sorry but I don't why in the output csv file I only could see the *first rows od the data * ( instead of 20 rows). It's very starnge... Here is the code: data_folder='./data' file_name='nback' agg = …
  • Here is the result of the task in brief: subject_id,block.name,button,rt 3,A4,275,2 3,A4,275,121 3,A4,None,None 3,A4,None,None Is there any way of programming that I could open .xpd file in a way that I could above result in an arr…
  • I had exp.data_variable_names in my code but still I cant see the name of the variables here is the code: exp.add_data_variable_names = ["button", "rt"] #### start experiment############ expyriment.control.start() f…