Avatar

Howdy, Stranger!

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

Supported by

andrea

About

Username
andrea
Joined
Visits
28
Last Active
Roles
Member

Comments

  • Hi Josh! First of all, sorry for the very late reply!!! I've tried your suggestion and it works! Now the experiment doesn't crash anymore! Thank you so much! Cheers, Andrea
  • Hi Josh, Yes, it works correctly if participants respond after the first second! There is no pop-up window, it just stops and doesn't go on.... Theoretically they could respond at any time, even if I think that in this specific case a response fast…
  • Hi Eduard, No problem!!! I figured it out! It was a problem in the break criterion. I've replaced the repeat_cycle plug-in with an inline_script in which for each condition I've used a while: while self.get('accuracy condition 1') != 3: exp.ite…
  • Hi Eduard, sorry for bother you again (I'm quite new of Opensesame and Phyton code in particular)! I've tried in a second way to do it: instead of randomize the 21 trials, I've randomized only the condition level. I've created one big loop that con…
  • Hi Eduard, thanks to your suggestion I have figured out that problem, so that I have created a new list that the include all the trials I need to repeat. However I can't display the new trials; I've tried with for trial in trials exp.items['s…
  • Hi Eduard, thank you so much for your help. I'm working on it but I have some troubles in appending the trial: which information do I need to put in this line? trials.append([list_with_all_trial_information]) Thanks again, Andrea
  • Hi Eduard, I've tried your suggestion but it doesn't work: using the while loop the experiment presents only the first trial of the first condition to infinity. How can I do? Thanks, Andrea
  • Hi Eduard, My experiment is random on a trial level, so that my 21 trials (3 for each condition) are presented totally random. I have only one loop (and the same sequence) for all the trials. For example, I need to pick up only three out of the 21…
  • It absolutely makes sense!! Thank you so much! Andrea
  • I'm sorry for the code format! I try again! Here it is the code I used to declared the variables: exp.set('acc_id1', 0)exp.set('acc_id2', 0) And this is the code I used to update the variables: err_corr = self.get('correct')if self.get('id') == …
  • Hi Sebastiaan, oh I see! I've change the image format to .png and now the experiment works! Thank you so much! Andrea
  • I've update my version of OpenSesame to 2.9.4 and tried it again, but it still gives me the same error. I don't really know what could be....could the backend make any difference?
  • Hi Eduard, I have tried my experiment again (the same I've uploaded) and it gives me the same error. Actually, I'm running the 2.9.2 version of OpenSesame; so I'll update my version of OpenSesame and try it again! Meanwhile I post here the error m…
  • Hi Eduard, You're right!! Sorry for the incovenience!! Here it is: http://www.filedropper.com/fullfacesopensesametar Thank you so much, Andrea
  • Hi, the error occurs before the screen with the eight image_button appears. I've also shared the entire experiment; here it's the link: http://www.filedropper.com/fullfaces Thank you! Andrea
  • Hi Eduard! Thank you so much for your reply and your suggestions! I'm not sure I've completely understood what the problem is...Do you mean that there are some variable on my list that are not include in the loop? I attach the code I'm using. After…
  • Thank you Sebastiaan! If I present multiple image buttons on the screen and then the videos start when the participant click on the corresponding image, is there any way to present the video (for example with the media_player_gst plug-in) not in t…