hiiiiiii
About
- Username
- hiiiiiii
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Oh, I'm sorry. I shouldn't use full factorial design. It will randomize automatically. I'm inexperienced with open sesame. Sorry for the question, and thank you for your help!
-
I want to show each n/nn only once but in a randomize fashion, if I just write 1-25 on the loop variable, it will run in sequence. How do I shuffle?
-
There is another console: (randomize nn) set duration 0 set description "Displays stimuli" draw image center=1 file="nn[nn].png" scale=0.4 show_if=always x=0 y=0 z_index=0
-
And this is what the next console's split view looks like: set duration 0 set description "Displays stimuli" draw image center=1 file="n[n].png" scale=0.4 show_if=always x=0 y=0 z_index=0
-
Hi, thank you for the quick response! I basically follow the beginner tutorial to randomize This is what the loop's split view looks like: set repeat 0.04 set order random set description "Repeatedly runs another item" set cycles 625 set c…