AngeloPisanii
About
- Username
- AngeloPisanii
- Joined
- Visits
- 72
- Last Active
- Roles
- Member
Comments
-
Hi @eduard , I just wanted to tell you that I have tried many possible solutions, even turning everything into an inline script (to create the “correct”, “incorrect” sketchpad, handle the keyboard and return the percentage of correctness of the resp…
-
Hi @sebastiaan , thank you for your reply. I asked other users here because they implemented a different procedure that worked for them. I tried the same, without success. Please let me know if you have any suggestions. Next time I will be careful…
-
Hi @cesco and @Tpatrick , I tried to do as you say ("leave that menu blank and put keypress as the Duration") but it still requires me to press a key twice (One to stop the video and another to log the response ). Could you please explain…
-
Hi @sebastiaan stiaan , you explained exactly what happens to me. Basically my participants see a video (media_player_mpy with kaybord duration) and respond with a button. I have a “keyboard response” that I also need to give a feedbeck on correctne…
-
Hi @Daniel, I tried to run the solution of your first answer but it tells me that var.my_media_player_mpy(with name it has in my experiment) does not exist. why?
-
HI @eduard, I was able to create and present my videos in random order. Now the problem is that when I press a button the video freezes. I would like to present the video and when the participant responds show me whether the response is correct or n…
-
Solved. I just needed to add the video format in the loop column (e.g., “.mp4”)
-
Hi Eduard, now the problem is how to present each video randomly. Can I do this by simply adding the meida player and call the list of videos from the loop? https://forum.cogsci.nl/uploads/321/JQLUCGGC8TIF.png https://forum.cogsci.nl/uploads/618/0V…
-
Hi everyone and thanks eduard, in the end I had chosen to create the experiment on psychopy. Here is the script. I hope it can be useful to someone, Angelo https://forum.cogsci.nl/uploads/274/R7ODZKCJ1RFR.txt
-
Hello everyone and thank you very much Eduard. I finally decided to use a script on psychopy to automate the creation of my stimuli. I attach the script that automatically takes all the images in my folder and overlays them with the rest of the sti…
-
Hi Eduard, very simple but effective solution! i didn't know this plugin existed, thank you! Angelo
-
https://forum.cogsci.nl/uploads/499/H254UKO2YBV0.osexp Hello Eduard, I have shared my experiment by simplifying it. Now in the trials you will see as text "aaaa" or "llll" just to tell you what the correct answer key is (in cas…
-
Hi eduard, thank you for your reply. I didn't specify that that is the example of a trial inserted in a loop. At the end of the block there is the feedback item and it already calculates my overall accuracy. In the calculation, for each trial, it co…