Hide Test Results While Completing Survey
-
Hi, I’m implementing this psychological test which has 3 outcomes depending on user’s selection of answers from total of 12 questions.
1) Score 0-19 2) Score 20-34 3) Score 35 above.
I’ve set the equation to fieldname9+fieldname10+fieldname11+fieldname12+fieldname13+fieldname14+fieldname15+fieldname16+fieldname17+fieldname18+fieldname19+fieldname2
In Define Dependencies I’ve
If value is value<=19 If rule is valid show: fieldname20
If value is value>=20 AND value<=34 If rule is valid show: fieldname8
If value is value>=35 If rule is valid show: fieldname7The problem
Now the form does the calculations right but fieldname20 and fieldname8 are always displayed while the fieldname7 is displayed if the value goes above 35.
I want nothing to be displayed until either the last question is clicked or by pressing a button all results should display.
Please assist. (i’m using the free version)
The page I need help with: [log in to see the link]
- The topic ‘Hide Test Results While Completing Survey’ is closed to new replies.