Quiz with no right or wrong answers

Oct 28, 2022

I am building  a quiz where on each slide user has to select “orange statement” or “blue statement”. Like this there are 6 slides. At the end if “orange statements” are more than “blue statements” then there is a result page which shows recommendations in orange color . Similarly  if  “blue statements “ are more than “ orange statements” then there is a result page which shows recommendations in blue color. So in my case there are 2 customised result page but based on user choices any one of them will appear.

I have tried setting up “blue” and “orange” variables with default value 0. On each slide if the user clicks on “orange statement” then increasing count of “orange” variable by 1. Similarly doing for “ blue” variable.  At the last slide of question on click of “Blue statement”  or “orange statement “ checking if blue variable < orange variable then jump to orange result slide.  Also, if blue variable > orange variable then jump to blue result slide.

I am getting results but they are random not accurate to number of choices made by user.

Can anyone help with examples?

 

 

1 Reply