Group: Administrators
Posts: 13K,
Visits: 104K
|
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>
|