Chloec
About
- Username
- Chloec
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
I add the same block loop/ trial sequence for both practice and experiment. If i write a break if statement for the block loop, it would break out after 20 trials in the experiment too. Finally, i found a solution myself, i made practice and experi…
-
Hi guys, I try to break out of the practice loop after 2 trials. I added the inline script at the start of the experiment, in the prepare phase, and entered the break-if statement in my practice loop juste like you did. But it still doesn't work,…
-
In fact, when i try [count_trial_sequence] > 4 and [practice] = yes, in the brea-if field of the practice loop,they tell me that the variable practice doesn't exist. When i just write [count_trial_sequence] > 4, the practice loop keeps runnin…
-
Hi, I'm new to programming, and i have the same problem. I wrote : [count_trial_sequence] > 4 and [practice] = yes , and thought to reset the trial counter to 0 in a inline script. But when i try to run a quick view of the experiment, they tell…
-
Hi ! I'm new at using open sesame, and i'd like to stop the practice-loop after 5 trials too. I followed all your instructions (july, 2015), but it still doesn't work, and they tell me that the variable 'practice' doesn't exist... please help ! …