|
Post by melihv on Apr 13, 2020 19:06:20 GMT
Hello everyone.
First of all i would like to thank admins for creating the site, it really helped me create the experimental design i need to in order to execute my experiment.
I have mostly set up my experiment but i have 2 questions moving forward:
* I need to present the pictures for 2 seconds then (not at the same time) ask two questions back to back about the same picture.
How can I code this? I couldnt find answers to my questions in rating stimuli. I hope you can help me.
With best regards, Melih.
|
|
|
Post by PsyToolkit on Apr 15, 2020 0:04:09 GMT
Dear Melih, This should not be difficult. The documentation is a bit hidden, but check this out: www.psytoolkit.org/doc2.6.1/syntax.html#task-rateSo you just use "rate". First show your image as follows:
show bitmap MyBitmap
delay 2000
rate option pos -200 0 rate 10000 5
|
|
|
Post by melihv on Apr 15, 2020 8:57:28 GMT
Thank you for the answer, I managed to do the task easily!
|
|
|
Post by Matia on Apr 22, 2020 15:04:15 GMT
Dear everyone, I have come across the same problem, tried to do what you've suggested (I used exact commands with different bitmap ofcourse), however I am prompted that:
"Problem: You use one of the response related variables without having any response data collection statement (such as "readkey")."
And indeed, it makes sense, however I do not know how should I resolve this problem. Thanks in advance! Best, Matia
|
|
|
Post by PsyToolkit on Apr 22, 2020 15:07:19 GMT
Can you please send your experiment (download as zip file via left menu) to psytoolkit@gmx.com with a clear description of what the difficulty is, and then I can help you (and later put a clear answer for all). I will also update the rating lesson online after I have received your email.
|
|
|
Post by matia on Apr 22, 2020 19:20:45 GMT
Dear all, I have sent an e-mail with my experiment and the more detailed description of the problem. I am looking forward to Your answer!
Best, Matia
|
|
|
Post by PsyToolkit on Apr 22, 2020 22:49:47 GMT
There was a bug in the software, which has now been fixed
Thanks to Matia for explaining well what went wrong. This way, the software can be improved quickly.
|
|