Your LimeSurvey version:
LimeSurvey Community Edition
Version 5.6.29+230704
Own server or LimeSurvey hosting: University of Zurich
==================
Dear LimeSurvey Community,
(This is the third time I'm trying to post this question because I cannot find it after submitting, I hope I didn't upload it three times now).
I have the problem that we want to form four experimentalgroups, with each group having to evaluate a different brand. So there will be three "questions" in total, where the 4 groups will have different questions (same question but e.g. name of the brand is different). I have tried the solutions and combinations of these solutions found on the internet, e.g.
if(is_empty(equation), rand(1, 4), equation)
if(is_empty(randnum), rand(1, 4), randnum)
{if(randomisation>0,randomisation,rand(1,4))}
{if(grouping>0,grouping,rand(1,4))}
{if(grouping>0,grouping,margin(1,4))}
But my version of limeSurvey doesn't recognise the syntax (randomisation, grouping, randnum,...). I tried to put it as an equation at the beginning of the questionnaire, as well as in the question group, under conditions, etc., and I don't know what the problem is.
I hope somebody can help us.
Best