Community
Hi there,
I have a linear scale form that has successfully calculated each section's scores using Points(SECTION). Now I'd like to add a final 'Total score' at the end which calculates the points from each of those sections. In the preview, it successfully shows the score of each of the sections but does not sum them. I have followed the instructions on your FAQ pages but no luck. I hope you can help.
Also, I have a custom Submit message based on this final summed score which I have configured (it's not yet working bc it's reliant on score function working) but I wonder if there was a way to have a custom message at the end of each section based on that sections score as well, like it is possible at the 'Submit' stage?
Thanks!
Haley
Comments (1)
Nov 17
HI Haley, you can either use the POINTS or SUM function to calculate the overall score. Login to Formfacade > click on the form to open it > Edit page will be displayed > In the Edit page, click on the Total score question > click on the settings gear icon for this question > Question settings page will be displayed > click Answer > enter POINTS() in the Calculate option and click Save. Once you fix the total score formula, the conditional message work well. Instead of POINTS, you can also use the SUM function. Syntax SUM( question#1, question#2, question #3, ...) where question#1, question#2, question#3 are questions you want to add. You must type @ and select the required field from the list to include them in the formula above. Currently Formfacade supports conditional message based on total score only. We do not have option to setup the conditional message for each section score.
Add your comment
Add photo