- I have designed a set of questions in the form of an assessment.
- I want to present the respondent a customised (their company name) page that depends on their assessment score.
I created at question group called RESULTS with the following questions
- score: (equation) this stores the value of the current assessment {ASSESSMENT_CURRENT_TOTAL}
- laggard: (text display) with relevance equation if(ASSESSMENT_CURRENT_TOTAL <-6,1,0)
- lukewarm: (text display) with relevance equation if((ASSESSMENT_CURRENT_TOTAL >-7) AND (ASSESSMENT_CURRENT_TOTAL <15),1,0)
- leader: (text display) with relevance equation if(ASSESSMENT_CURRENT_TOTAL >14,1,0)
Problem is that when the score is >14, it always shows the "lukewarm" or "leader" questions even though the relevance equations for those two evaluate to 0 (I used the if statement to force it to be 0)
What am I doing wrong? I've attached some screenshots
Personally, I would scrap the assessments and create your own "scores" in equation type questions with Expression Manager. You will find it much more versatile.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.