rowShuffle attribute in Decipher
When we're working on this attribute(rowShuffle="rotate") in the survey, we're seeing the same rotation order throughout the survey when the length of the answer options is the same. And also let us know how this rowShuffle will work in the survey.
Example: Q1: ABCD, Q2: ABCD, Then after adding shuffle we're seeing Q1: BCDA, Q2: BCDA. When we're using the new test link we're seeing the different order but the order remains the same at both questions(Q1, Q2) in the new test link.
Note: We're using shuffle="rows" attribute along with rowShuffle="rotate"
Every time we're seeing the same order throughout the survey. We need different orders for every question when we use this attribute rowShuffle="rotate". Can you please suggest to us the best possible solution for this?
-
Vamsi,
I believe you can do this by simply.
<radio label="Q1" shuffle="rows">
<title>Fake text</title>
<row label="r1">A</row>
<row label="r2">B</row>
<row label="r3">C</row>
<row label="r4">D</row>
</radio><radio label="Q2" shuffle="rows">
<title>Fake text</title>
<row label="r1">A</row>
<row label="r2">B</row>
<row label="r3">C</row>
<row label="r4">D</row>
</radio><suspend/>
Michael
Please sign in to leave a comment.
Comments
1 comment