I have a survey with 5 question groups
Each group has a List(radio) question
Based on the answer it it show the second question
I have enabled assessment on the survey and assigned values to the radio selections
Now my problem:
I want to record the value in the database for each question group.
I used a equation question at the end of each question group that displays ASSESSMENT_CURRENT_TOTAL
The problem is that this value increases based on the previous question groups.
I need to get a total just for the current question group only
I tried {ASSESSMENT_CURRENT_TOTAL}-{Tot1.value} but that just shows 3 - 2 in the database instead of 1
Yes the {sum(Tot1.value, Tot2.value, Tot3.value)} do the trick.
For the 1st issue : can you send a little survey file ? I'm unsure it must do something like this : if your survey is group by groiup and you add an assesment equation : each assesment equation must be different ( 1st is for 1st group, 2nd for 2nd group + 1st group etc ..., EXCEPT is user move previous ....)
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
BUT : there are issue if user move previous back / move next
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Last edit: 8 years 9 months ago by DenisChenu. Reason: Math