Hi!
I have 24 sliders and I want to display them in groups of 4 per surveypage.
How can I display them randomly over different pages?
my approach was:
<list sliderlist>
/items = (slider1, slider2, slider3, ..)
/selectionmode = noreplacenorepeat
</sliderlist>
<surveypage testpage>
/questions = [1=lists.sliderlist.nextvalue]
</surveypage>
but I can't get it to work. Could you help me out on this?
Thanks a lot, the support here is fantastic!!