I want to simply add the results of a set of questions within another question (which will be hidden) so it will show up in the database. So if I have Q1, Q2, Q3, Q4, and Q5 which are all Question Type: List (radio) and the resulting answers will show numbers 1-5 for each of the answers selected I would like Field T1 (Question Type: Equation) to include the sum of those numbers. I tried to input a couple of different options like Q1+Q2+Q3+Q4+Q5 or {SUM(Q1,Q2,Q3,Q4,Q5)} into the Question but the first one one sent me all the numbers not the totals and the second one has an error in the logic file which I have attached. I assume this equation goes in the Question field not in the Equation field but I have tried it in both places.
I would also like to do this for the average of these questions. So if I have Q1, Q2, Q3, Q4, and Q5 which are all Question Type: List (radio) and the resulting answers will show numbers 1-5 for each of the answers selected I would like Field A1 (Question Type: Equation) to include the average of those numbers. I assume that if I get the correct syntax above that the average syntax might be something like {SUM(Q1,Q2,Q3,Q4,Q5) / COUNT(Q1,Q2,Q3,Q4,Q5)} or something like that since I do not see an average function in EM.
I searched through the Forum but did not find anyone who seemed to have addressed this question. I would appreciate any direction on what I am missing in my syntax or where I am placing the syntax.