Sum of 3 variables not displaying correctly in browser
Hi, I'm having an issue with version 8.0.0.145 - I have three variables which the user will increment or decrement depending on if they select the correct answer (via buttons). At the end of my custom quiz the individual totals display correctly and reliably in browser and in preview, however elsewhere I would like for the user to see a total of all 3 values. For this I set up a conditional action as follows:
If all conditions are true:
1 is equal to 1
Actions:
Expression v_AB = A + B
Expression v_ABC = v_AB + C
Assign v_total with v_ABC
A, B, and C are my three variables that display as individual scores elsewhere with no issues.
This works fine in preview, returning a total such as 45 or 51 etc. When published and viewed in browsers it takes the form of a much longer number ie 2213122020 - I thought perhaps these were individual values being displayed however I have character limit set to 50. Would anyone be able to advise where I am going wrong please?
