- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
larissabruebach wrote: I do not want to show each participant all 15 question groups of one category. I would like randomly select 4 of each categoery. But I want ALL question groups to be mixed and not show one category after the other.)
Randomization group: To start randomizing a question group, enter a string into the field such as randgroup1. You will need to enter that same string in all question groups that you want to randomize and which will then appear in a random order when taking the survey. Only places inside the same group will be randomly switched!
As for now I only have one group, because the general concept is not working. That's why I only have one for now.I don't see in your lss export how you randomly select the questionsgroups you want to show.
If I write happy = 0 in the equation nothing happens and I cannot use happy as a variable (e.g. change it) in a later equation. If I just write 0 I can at least use the variable in later equations.The first equation, where you want to assign 0 to happy is not assigning 0, but {0}.
If you check happy==0 the result is FALSE cause happy is {0} instead of 0.
I suggested to write 0 instead of {0}. In your new LSSexport you did that and the variable has now a number instead of text assigned as a value.larissabruebach wrote: If I write happy = 0 in the equation nothing happens and I cannot use happy as a variable
happy= 1
happy = happy+1
Thanks! I now just wrote 0 and it works like beforeI suggested to write 0 instead of {0}. In your new LSSexport you did that and the variable has now a number instead of text assigned as a value.
This doesn't work for me. When I use this I just get text and it does not compute anything. When I write {happy = happy +1} in the first equation I get 2 and in the second one 6.Increment would be:
happy = happy+1
The problem is putting this equation in the question group. When it's in a separate question group it works just fine. As soon as it's in the same question group I can't see my questions (e.g. they're not shown, but they're there).That would the equation in every question group.
This is what I'm going for actually. Thanks for your help and quick replies!If you then have a relevance to show a question group only when happy is below a threshold you can might continue to develop your concept.
larissabruebach wrote: This doesn't work for me. When I use this I just get text and it does not compute anything. When I write {happy = happy +1} in the first equation I get 2 and in the second one 6.
That's what I have for the important question groups.And on all groups you want to have a relevance rule to be only shown when happy is below a threshold.
That is fine for now as this is not the real issue here.We ignore the fact that you have four topics.
larissabruebach wrote: The issue is that I can't use an equation in a question group. When I use an equation in a question group the question group is shown, but there are no questions.
larissabruebach wrote: Then it should show the first question group with one question and one equation. BUT there is only the button "next", NO question or equation. (relevance equation counter == 1) (sets counter = 2)
It's working correctly. You need to take into account that the relevance is checked constantly.