Drop-down menu with OpenSesame forms?
in OpenSesame
Hi!
I am working on a questionnaire with OS forms, and was wondering if there is any way to insert a drop-down menu so that participants can choose their age from a list of numbers?
Thanks in advance!
Comments
Hi Paula,
No there is nothing like that implemented. You can try to use Python coding to do it yourself though. I think the package TKinter has drop down menus implemented (e.g. https://stackoverflow.com/questions/45441885/how-can-i-create-a-dropdown-menu-from-a-list-in-tkinter
However, they rely on making a new GUI which would interfere with opensesame's window...
Alternatively, you build everything from scratch. or use some other functionality, e.g. multiple-choice forms (I'd go for that).
Eduard
Thank you very much for the response. Yes, I may use the multiple-choice forms instead, it seems like a suitable solution.