- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Because the second one would be possible with this approach from the svn. It isn't stable though.
as one question per Group. Not all three questions on one page.ask the same series of questions about each
The implementation looks a bit strange. I just copy the name of the group into the field of the question to make the group randomizing.
jelo wrote:
The implementation looks a bit strange. I just copy the name of the group into the field of the question to make the group randomizing.
How is it strange? It is most flexible and very easy to configure. Just edit the questions you want to be in the same rand group and enter the same freely choosable name in each question for the new randomization attribute.
The advantage is that the so randomized questions can span across different question groups (in fact the implementation is not related to question groups at all).
So for example you can pick question 1a from question group a, question 5b from question group B and question 3c from question group c, just put them into your randgroup1 and these three question will be shown in randomized oredr, but at their destined places in the survey.
The advantage is that the so randomized questions can span across different question groups (in fact the implementation is not related to question groups at all).
holch wrote: Due to quite frequent requests in the forum, I would like to see the possibility to randomize questions, question groups and if possible answer groups (which do not exist yet, but see www.limesurvey.org/en/support/forums/20-...option-group-headers ).
It should be possible to define a group of questions, and those question should be possible to randomize.
Example:
Q1
Q2
Q3a
Q3b
Q3c
Q4
Q5
So the different Q3 questions should be randomized, while the order of the rest stays the same:
Q1, Q2 -start randomize- Q3b/Q3a/Q3c -stop randomize- Q4
The same thing should be possible with groups of questions, example:
Q1
Q2a,b,c
Q3a,b,c
Q4a,b,c
Q5
So this could look like this:
Q1 -start randomize- Q4a,b,c - Q3a,b,c - Q2a,b,c -stop randomize- Q5.
Ideally the questions within the group should be possible to randomize as well (see above).
spacejanitor wrote: Just wondering - how much of this has now been implemented in LimeSurvey