bstilwel
About
- Username
- bstilwel
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
I got it to work! I think you were right, there was way too much going on in terms of conditional statements and clutter. I trimmed the code down greatly and now it works like a charm! Thank you for your help!
-
How would I actually implement this design? I like your suggestion a lot better than my current set-up. So essentially I would have 4 numbers (0 = up, 1 = right, 2 = down, 3 = left). Then I assign the target to a number on each trial. Then I pick a …
-
Distractor_Location_Value = random.randint(0, 3)Line_Orientation = random.randint(0, 1)Distractor_Location_X = 0Distractor_Location_Y = 0Filler_1_Location_X = 0Filler_1_Location_Y = 0Filler_2_Location_X = 0Filler_2_Location_Y = 0if Distractor_Locati…
-
Never mind, as usual it was a simple fix. I put the code in the "Run" instead of "Prepare" Section.
-
For the feedback question, again I didn't utilize the tutorial to its full potential and I apologize. However, I am still stuck on how I would implement a variable reward (either 5 cents or 1 cent) and then the running total. I want each trial to ad…
-
Never mind on the display and keyboard response part. I apologize for missing that in the beginner tutorial when I went through it the first couple times. I'm not sure how I missed that!
-
My good sir, you are a saint!! Words cannot express my gratitude. I have spent this whole semester working on this project, hours upon hours struggling with this, asking everyone I could think of for help, with no results. Your solution works perfec…
-
I think I have everything set up to how I want it. I think all I need is a couple lines of code that randomly assign a number between 5 and 7 for Early and 9 and 11 for Late. I have a variable "Stream_Position" that is either Early or Late…
-
Sorry, the code I pasted into the comment got formatted differently, the image above shows it in Open Sesame.
-
(Image)
-
(Image)
-
Essentially the stream is 14 images long. I want Target positions at 5, 6 and 7 (corresponding Distractor pair at 3, 4 and 5) for the "early" condition and Target at 9, 10 and 11 (corresponding Distractor pair at 7, 8 and 9) for the "…