How to record the
information that was actually on a survey page. With noreplace the selection order of itemB1, itemB2 and itemB3 is randomized. But the output as it is now, looks like this:
050211 12:04 1 2 aanbieding 1 itemB1 30000 1 0
050211 12:04 1 2 aanbieding 1 itemB2 30000 1 0
050211 12:04 1 2 aanbieding 1 itemB3 30000 1 0
In blockcode 1 either itemB1, ItemB2 or itemB3 is chosen, but it is not clear which. What do I have to change to see what item is chosen?
This is the survey page:
<surveypage
items1>
/
fontstyle = ("Arial", 20pt, true, false)
/
subcaptionfontstyle = ("Arial", 14pt, false, true)
/
itemfontstyle = ("Arial", 20, false, false)
/
showbackbutton = false
/
questions = [1=noreplace(itemA1,
itemA2, itemA3)]
/
showquestionnumbers = false
/
showpagenumbers = false
/
timeout = 25000
/
showmousecursor = false
/
finishlabel = "."
</surveypage>