zyko
About
- Username
- zyko
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
Could you try to use "count_stimulus_presentation" as counter variable? I tried something like this by using count_trial_coroutines. However, I could not reset the variable. Actually, it counts the trial_coroutines through all block. Thus…
-
Hi eduard, I think I found the tip. I set a counter_trial variable before the block_loop and update it in the trial_coroutines. I also set a number_to_display variable in the trial_coroutines sequence that get the number in the number_list variable…
-
Hi eduard, If you have a trial sequence (Opensesames loop/sequence structure), you need a variable that counts iterations, e.g. trial number. This variable you can then use to index the number list you generated. You're totally right! I previously …