IgottaPauer
About
- Username
- IgottaPauer
- Joined
- Visits
- 91
- Last Active
- Roles
- Member
Comments
-
Hi Eduard, I managed to start the countdown now, there seem to be only two problems left now, with which you could probably help, das would super :) First the cursor flickers the whole time. I put Mouse().show_cursor(True) at the end of the while…
-
Hi Eduard, Thank you for your detailed response, it is very useful! I am trying your second approach, it seems perfect for me. Now, when I try running it it returns this error: Inline script, line 9, in <module> NameError: name 'countdow…
-
Hey everyone, I'm trying to implement a countdown in my experiment as well by using your code for countdown in range(30, 0, -1): exp.set('countdown', countdown) exp.items['new_feedback'].prepare() exp.items['new_feedback'].run() the cou…
-
Hi Eduard, could you re-upload the file? I can't seem to access it. Thank you! Charlotte
-
Thanks and thanks :D
-
Hey everyone. I have a similar task like Francisco. I want my participants to work under time pressure. For that reason I want to show a 30 second timer on the top right corner of my sketchpad for every trial. I am not using keyboard but mouse_res…
-
Hi sebastiaan, thanks for the response. The sequence did in fact continue with the next trial, since there was a mouse_response collected by clicking on the pause button (I guess). However I was able to fix it slightly different than you suggested…
-
I tried to implement this solution but it is not really perfect for me. is there any way to restrict mouse clicks completely if not on predefined ROI? Thanks a lot!
-
Never mind, solved it :) Thanks for the help anyway!
-
Hi Eduard, I'm combining inline_script and sketchpad simply because i could't figure out how to do this only in sketchpad. If there is a way to do that that would be great. In the beginning of this discussion I described my issue a little more deta…
-
Ok.Now I managed to combine sketchpad and image. What I can't manage is to put the image in the background. I tried z_index=1 but it's not working. Here is my script so far: prepare (after sketchpad): my_canvas = items['new_sketchpad'].canvas ru…
-
Hi Stephan, thank you for your quick response. I'm trying to draw the picture on my canvas using an inline script before my sketchpad prepare: my_canvas = Canvas () path = exp.pool[u'Dringend.png'] my_canvas.image(path) run: my_canvas.show () b…
-
Hi Eduard, in fact one picture is only about 50 KB big, so this should work with 350 pictures then. Thanks for the help :)
-
I managed the counting problem now. @cleroux1998 I too want nothing to happen if subjects miss the ROI, meaning my target and distractors. How did you manage that? I couldn’t figure it out through your comment.
-
@cleroux1998 Hey there. I'm new to OS and have a similar problem. I have 9 ROI on my Sketchpad, of which one ist the target. I want the variable totalCorrect (as you defined it) count the correct responses what does not seem to work. Only if all …