Hi
I'm trying the get my survey to calculate and save to the db subscale scores and totals.
I can get expressions manager to add the answer values from an array (5 point choice) question, eg:
Code:
{sum(question1_SQ001.value, question1_SQ002.value)}
This will show and save the answer to the db. the question type where the expression is entered is equation
But when the question type is a general array and the answer values are numeric (1,2,3..) the same expression won't calculate. I don't see a way to force the question to be considered as 'numbers only'.
I need a general array as the answers are categories with text descriptions (not just numbers, or yes/no..)
So... how do I do expressions maths on the array (general type) questions?
thanks!