- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(random.NAOK == '1' OR random.NAOK == '2', '<img alt="" src="/upload/surveys/559527/images/01_Balea.jpg" />', if(random.NAOK=='3' OR random.NAOK == '4', '<img alt="" src="/upload/surveys/559527/images/01_Nivea.jpg" />', if(random.NAOK=='5' OR random.NAOK == '6', '<img alt="" src="/upload/surveys/559527/images/01_Lavera.jpg" />', '<img alt="" src="/upload/surveys/559527/images/01_Dove.png" />')))}
You don't seem to use tpartners solution. I still see '1','2'.Chrissl11 wrote: {if(random.NAOK=='1','2')
{if(is_empty(random), rand(1, 8), random)}
Is there a reason why you choose LimeSurvey to do a choice based conjoint (CBC)?Chrissl11 wrote: Don't know where my mind is at the moment...
Tony meant the issue, that the random number in a equation changes every time it triggered (e.g. a respondent is switching back and forth in a survey). So the random number would change during an interview and the respondent would get different questions when going forwards again.Chrissl11 wrote: I thought actually when having 1000 participants, that (almost, because it is random) every 50st will start with no. 1 again. Is that a wrong assumption?
Panelprovider runs the survey with LimeSurvey? Interesting. Splendid?Chrissl11 wrote: First, the panel provider I will be using, uses LimeSurvey too. Therefore, it will be very easy by simply providing them the final file.