- Posts: 12270
- Thank you received: 2873
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(Psych==0, "Your score is 0 out of 100",)}
{if(Psych == 0, 'Your score is 0 out of 100', if(Psych == 1, 'Your score is 10,6 out of 100', if(Psych == 2, 'Your score is 17,5 out of 100')))}
Reveb wrote: Just adding )) won't work. It will make the last one wrong saying it doesn't support 2 arguments
{if(Psych == 0, 'Your score is 0 out of 100', if(Psych == 1, 'Your score is 10,6 out of 100', if(Psych == 2, 'Your score is 17,5 out of 100','Something went really, really wrong')))}
{if(Psych == 0, 'Your score is 0 out of 100', if(Psych == 1, 'Your score is 10,6 out of 100', if(Psych == 2, 'Your score is 17,5 out of 100', if(Psych==3, 'Your score is 21,9 out of 100','Your score is 37 out of 100'))))}
{if(Psych==0,"Your score is 0 out of 100","")}