Keeping track of a random default response


Author
Message
Francis&m
Francis&m
Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)Associate Member (103 reputation)
Group: Forum Members
Posts: 8, Visits: 119
Hi,
I wrote a script to evaluate several images, 4 questions per image, I'm using survey pages. The responses is given with a slider.
I've menaged to put the sliders' default response as random, but I don't know how to keep track of the default response value effectively set.
I'd like to have a column in my data telling me which random default response was shown in each survey page.
Is it possible?

This is a part of the code:

<slider slid_aro>
/ caption = "Question?"
/ range = (1,7)
/ required = true
/ defaultresponse = list.sliderRandom.nextvalue
</slider>

<list sliderRandom>
/ items = (1-7)
/ selectionmode = random
/ replace = true
/ selectionrate = always
</list>

Francesca
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search