Hello,
Is it possible to increase the fontsize in the text box for openended trials?
Below is the script regarding some openended trials. Using this script, I am able to present the stimulus in Arial 20pt boldface, but the responses in the text box gets entered in much smaller font (than Arial 20pt). Also, the buttonlabel displays a small font. Are there any properties that I can use to modify the font size for the openended-answer-text-box and the button labels?
--
<openended easyprac>
/ stimulustimes = [0=fixation; 500=easyprac]
/ recorddata = true
/ fontstyle = ("Arial", 20pt, true)
/ buttonlabel = "Press <Enter> to submit your answer"
/ timeout = 10000
/ position = (50%, 60%)
/ linelength = 5
/ numlines = 1
/ inputdevice = keyboard
/ mask = integer
/ iscorrectresponse=[openended.easyprac.response == list.easypracans.nextvalue]
/ pretrialpause = 500
</openended>
No, it isn't possible. There are no attributes that would allow for such customization applicable to <openended>.