Vit27
About
- Username
- Vit27
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
Thank you, Eduard. I just found what was wrong in my experiment. I simply inserted a logger after each form and not just after the trial sequence. Now I can see the responses in the responses_form column. Moreover, I didn't define in a proper way t…
-
Hi Edwin, In my output I cannot find any variable with slider_percent. I ust say that I inserted a logger not immediatly after the inline script, but in the end of the trial. Anyone can tell me why? # save the slider's filling slider_percen…
-
ok done! I didn't write the second line in the run part of the same inline script in which I wrote the first! Now it (seems to) work! :) Next step will be trying to use the text input form instead of the sketchpad. How can I eliminate the sound fr…
-
Hi Edwin, hi Josh, like mstudent I'm trying to build a trial where participants have to complete as many arithmetics as possible within a given time. if I do just copy paste in the break if statement of my "new loop" (arithmetics) the expe…
-
Thanks Edwin! This is amazing and really useful and it works well! But what if I would to let participant chose to answer just to one of these three sliders, and not to each one sequencially? Should I add a mousetrap to let the mouse visible?
-
Yes Eduard, it make sense. but how can I do that? I've done it, but the rectangles are displayed sequentially not all in the same time. I mean first the first rectangle appear and immediatly disappear, then the second rectangle appears. The same ha…
-
Thanks a lot Josh! I'm stacked at the first point. Do I have to create (in Prepare) a canvas for each object (in this case: 3 rectangles, 3 words, 3 lines and 6 words) and ask OpenSesame to show them in the run section, right? It shows me the canva…