Nynke
About
- Username
- Nynke
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
That did it, the function indeed kept running forever if no button was pressed, disturbing the behavior of the while loop. Thanks!
-
Also if others have ideas or suggestions for other approaches to get the wanted behavior, I would be very thankful! I'm kind of in a hurry to get this task running properly.. so any hints in the right direction are welcome!
-
Dear Knante, Thank you for your help. I have adapted the task to what you suggested but it still doesn't give the desired behavior. What now happens with the adapted script, is that the trial stays on the screen forever if no button is pushed. When…
-
Any ideas? Any suggestion is welcome and might steer me in the right direction for solving this issue.
-
I have an additional question (if its better to open a new topic, please let me know). I want to continue to the next trial after a certain duration and not after a certain amount of keypresses. Therefore, I adapted the while loop and incorporated a…
-
Hi Josh, Thank you you so much! After a few small modifications it works! For others that want to use the same paradigm: In prepare tab: my_canvas = canvas()path = exp.pool[u'choicescr_blank.png'] # To get the absolute path to the image in the f…
-
Amandine, I hope you don't mind me breaking into your topic. I was wondering how your experience with the EyeTribe in combination with Pygaze is? I have much difficulties in calibrating subjects with the Pygaze calibration routine (about 50% of subj…
-
Hi Josh, Thank you for your response. We do set the variables (i.e., pic_left_0 to pic_left_39) with the exp.set command. In the loop object we have a column named pic_left in which [pic_left_0], [pic_left_1], etc. are used (exactly the same as in:…
-
I solved the problem. I guess it is bad practice to change the name of the response item each log (as response var name I gave [my_question_label] so that changes in every question). Now I just gave a single response variable name and logging works …
-
Hi Sebastiaan, Thank you for the new release and fixing the small bug! I do not get the recursion errors anymore and the task runs. However, the logging is still not performed properly. As you see, I have logger items after each question but the r…
-
I certainly will, I already had a look at how plugins can be made. BTW I still didn't figure out what the problem is with my script, would you please have a look? : http://pastebin.com/3pqk4V82
-
I have pasted the script to: http://pastebin.com/3pqk4V82 Hopefully you'll notice what the problem is! A rating-scale plugin might be something that I'll be making anyway, if I manage so I'll share it!
-
I'm afraid that the problem is not solved completely yet. Although the script runs fine after changing the variable names (FYI variable names are now my_question_text and my_question_label), the problem reoccurred after I added a logger item to the …
-
Many thanks for the quick reply! This was indeed the problem and it is now working perfectly! B.t.w., Is it correct that there is no easy direct way (e.g., a gui-based configuration as for the form_multiple_choice without programming) to make a qu…