Hi all,
I am wondering if you can have clickable choices embedded in the Experiment Info section of an online experiment. Screen shot below shows an example of the section I am talking about.
When I am coding in psychopy coder (python), I can change the original dialogue box from an open text box to one that has choices. Such as:
myDlg.addField('Room letter: A-F:', choices = ['Please Choose','A','B','C','D','E','F'])
Is this possible with online experiments built through Builder?