Developing experiments for android devices
Hi all,
I have a few questions about creating experiments for Android devices.
- What’s the best way to recording user trajectory on an Android device?
- Will the MouseTrap plug-in will work on the Droid backend?
- Can I specify a specific pace that the user will have to move his hand/mouse in? -> for example if the user is too slow the trial will end.
- Can I specify coordinates instead of buttons as a correct_response?
- Finally, Do you recommend programming my Android experiments using OpenSesame? (when the alternative is writing my own experiment app)
All the best,
Mickey.
Comments
Hi Mickey,
Based on the rest of your questions, I'm assuming that 'user trajectory' refers to mouse trajectories? I'm afraid that MouseTrap does not work on Android devices, because it isn't bundled with the OpenSesame runtime for Android. So if you want to do mouse/ touch tracking on an Android device, you'll have to implement this yourself with an
inline_script. (And then you can of course implement it to do whatever you want.)Yes, because writing your own app is quite tricky. Please do check beforehand whether OpenSesame works on your Android device though, because it crashes on some newer versions of Android.
Hope this helps!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!