Hi,
I have a problem coding the following, any help is much appreciated. I'm trying to present two input boxes to participants that they can put either two 1's or a 1 or a 2 in. My problem is that the openended element is a trial in itself and I can't figure out a way to present both boxes next to each other at the same time. Any suggestions?
<openended left>
/ position = (20%, 50%)
/ required = true
/ buttonlabel = "Left Hand"
/ charlimit = 1
/ trialcode = "left"
/ stimulusframes = [1=question_writing]
</openended>
<openended right>
/ position = (60%, 50%)
/ required = true
/ buttonlabel = "Right Hand"
/ charlimit = 1
/trialcode= "right"
/simulusframes = [1=question_writing]
</openended>