Hello,
Is it possible to have the text that participants enter in the text box of an openended question, displayed in a larger font ?
If yes, where do I have to enter which command? In the openended element I assume? I tried the "font" command, but strangely this only changed the size of the "next" button :)
<openended list1>/ stimulusframes = [1=list1c]/ timeout = 15000/ size = (300, 100)/ position= (50%, 60%)/ charlimit = 30</openended><text list1c>/position= (42%, 39%)/ fontstyle = ("Arial", 6%, true)/items = list1/select = noreplacenorepeat/halign = left</text>
Thanks in advance for help and I apologize for the beginners question!Lille
AFAIK, changing the response font is currently not possible for the <openended> element. However, it is possible for the <textbox> / <surveypage> element via the '/ responsefontstyle' attribute.
~Dave
Thank you for your answer, Dave!