Group: Forum Members
Posts: 2,
Visits: 8
|
Hi!
I have a little problem. I have a surveypage with textbox, and than another surveypage (the same look, background etc) with another textbox (also looks the same). I would like to get as many answers I can get, o one question (participant should write some idea in textbox, press "next" and write next idea press "next", and so on). What I don't know is how to erase previous answer, because now, previous answer is on first and the second surveypage (it stays in textbox).
Example:
<image abcd> / items = ("def_norm_puszk.png") / position = (15, 3) </image>
<textbox abc> /caption = "For the purpose of this task, write down below all the extraoridinary, creative and unusual uses of cans that will come to your head.." /required = true /multiline = true /textboxsize = (50,10) /position = (25%,55%) </textbox>
<surveypage abc> /questions = [1=abcd, abc] /showpagenumbers = false /showquestionnumbers = false / showbackbutton = false / nextbuttonposition = (50%, 50%) </surveypage>
<survey abc> / pages = [1-200 =abc] /nextlabel = "next" /finishlabel = "next" /timeout = 210000 /screencolor = (216, 216, 216) </survey>
Help me please :)
|