|
Post by ignacio on Jun 3, 2021 10:02:29 GMT
dear all, we see the experiment lybrary can play the 2 n-back task in iphone. however, we designed a task that doesnt run on iphone. could someone help on which code line is critical for getting it right in iphone? we cant guess whats the solution.
thanks!
|
|
silk
Experienced
Posts: 32
|
Post by silk on Jun 7, 2021 12:33:18 GMT
Hi there, There is no need for an additional line in the script to make an experiment running on mobile devices. However, you may need to specify a scale instruction to make sure that the resolution of your experiment fit with the screensize of your device. Which problem do you have exactly when you run your experiment on your phone ?
|
|
|
Post by PsyToolkit on Jun 10, 2021 8:55:13 GMT
Many experiments need keyboard input. You can, in principle, write all experiments for mobile devices, but you need to replace "readkey" instructions with "readmouse" events and make sure that in the blocks, you wait for the mouse instead the keyboard. Look at the example code.
|
|
amirr
New Member
Posts: 1
|
Post by amirr on Aug 24, 2021 8:04:05 GMT
have you found the solution ignacio?
I'm also facing the same issue. I have set my own survey embedded with the n-back task (mobile device) experiment. When I try to run the experiment on phone, as I set the option to fullscreen, the experiment only shown in half size. I am looking for the code the same as the one in the demo version from the experiment library. Thanks
|
|
|
Post by Partenope on Dec 24, 2021 22:50:00 GMT
Hi! same issue...does anyone know ho to solve it?
Thank you all in advance
|
|