- Posts: 14
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
Random groups but force two groups to occure together
2 years 11 months ago #196696
by rakittam
Random groups but force two groups to occure together was created by rakittam
Hey community,
I need some advice on group presentation.
My question groups need to occur randomly, so I assigned them to "randomization groups", and this works fine. However, I also need for one of these question goups, call it A, that it is always followed by the same question group B.
So e.g.
Q Q Q A B Q Q
or
Q A B Q Q Q Q
etc.
Is there a way to do this?
Best regards
I need some advice on group presentation.
My question groups need to occur randomly, so I assigned them to "randomization groups", and this works fine. However, I also need for one of these question goups, call it A, that it is always followed by the same question group B.
So e.g.
Q Q Q A B Q Q
or
Q A B Q Q Q Q
etc.
Is there a way to do this?
Best regards
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 12891
- Thank you received: 2371
2 years 11 months ago #196865
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic Random groups but force two groups to occure together
Not in core LimeSurvey
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The following user(s) said Thank You: rakittam
The topic has been locked.
2 years 11 months ago #196903
by holch
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic Random groups but force two groups to occure together
If we would have a real "page" concept besides the "group" concept, this would be easy peasy. But we don't. And from the opinion in some of my feature requests we probably will never get a real "page" concept.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
The following user(s) said Thank You: rakittam
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 12891
- Thank you received: 2371
2 years 11 months ago #196928
by DenisChenu
It can be done in plugin on LimeSurvey 4, but still not easy.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic Random groups but force two groups to occure together
You can not say be easy ...holch wrote: If we would have a real "page" concept besides the "group" concept, this would be easy peasy. But we don't. And from the opinion in some of my feature requests we probably will never get a real "page" concept.
It can be done in plugin on LimeSurvey 4, but still not easy.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
2 years 11 months ago #196938
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Random groups but force two groups to occure together
You could hide half of the content in a group and use the "Next" button to hide the first half and show the second half of the content, simulating the submission of a group.
Caveats:
- You may need some validation on the "Next" clicks to verify that mandatory questions are answered.
- Returning to the group may be problematic.
Caveats:
- You may need some validation on the "Next" clicks to verify that mandatory questions are answered.
- Returning to the group may be problematic.
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 12891
- Thank you received: 2371
2 years 11 months ago #196940
by DenisChenu
Group B must be after group A
Group A position must be randomized (at position 1, 2, 3 etc ...)
Clearly : can be done in a complex plugin in 4.X
setVariableExpressionEnd usage
Sample of usage for reconstruction of questionnaire
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic Random groups but force two groups to occure together
Yes, but i don't think it's OK with needed system.tpartner wrote: You could hide half of the content in a group and use the "Next" button to hide the first half and show the second half of the content, simulating the submission of a group.
Caveats:
- You may need some validation on the "Next" clicks to verify that mandatory questions are answered.
- Returning to the group may be problematic.
Group B must be after group A
Group A position must be randomized (at position 1, 2, 3 etc ...)
Clearly : can be done in a complex plugin in 4.X
setVariableExpressionEnd usage
Sample of usage for reconstruction of questionnaire
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.