By Nachtara - 11/16/2017
Hey, i need to make a question which looks like: "I am _____ years old"
At the moment textbox is like: "Age: ____" i need to get the box to fill out in the text, not beside.
Thanks in advance for your help!
|
By Dave - 11/17/2017
+xHey, i need to make a question which looks like: "I am _____ years old" At the moment textbox is like: "Age: ____" i need to get the box to fill out in the text, not beside. Thanks in advance for your help! Set up two <caption> elements, one with the text "I am", and the other with the text "years old". Use the <caption> elements' and the <textbox> element's /position attributes to place them as needed on the surveypage, i.e. <caption> #1 on the left, <caption> #2 further to the right, and the <textbox> in between the two <caption>s. Display all three elements via the <surveypage>'s /questions attribute.
|
By Nachtara - 11/17/2017
+x+xHey, i need to make a question which looks like: "I am _____ years old" At the moment textbox is like: "Age: ____" i need to get the box to fill out in the text, not beside. Thanks in advance for your help! Set up two <caption> elements, one with the text "I am", and the other with the text "years old". Use the <caption> elements' and the <textbox> element's /position attributes to place them as needed on the surveypage, i.e. <caption> #1 on the left, <caption> #2 further to the right, and the <textbox> in between the two <caption>s. Display all three elements via the <surveypage>'s /questions attribute. Got it! Thank you
|
|