Millisecond Forums

openended response fontstyle

https://forums.millisecond.com/Topic15028.aspx

By Alexx - 11/18/2014

Is there any way to control the size of the text within an openended trial textbox? And likewise the size of the text within the next button?
I've had some participants complain that they're too small. Thanks
By Dave - 11/18/2014

No, that's not possible with <openended> elements. It is possible to do using <surveypage> / <textbox> elements, though.

<surveypage mypage>
/ showpagenumbers = false
/ showquestionnumbers = false
/ questions = [1=mytextbox]
/ navigationbuttonfontstyle = ("Times New Roman", 5%, true)
</surveypage>

<textbox mytextbox>
/ caption = "Write stuff here:"
/ responsefontstyle = ("Verdana", 3%, false, true)
/ textboxsize = (90%, 60%)
</textbox>