I am trying to build a short 12 question audit. It will be divided into four sections -- with 3 questions in each section.
Each of the 3 questions in each section will have 4 different choices. Each choice will have a different score (scores is 1 or 2 or 3 or 4). The score for the 3 questions in each section will be added together (minimum score would be 3 and the maximum would be a 12).
So that we can score this on a 1-5 scale we are translating that score of 3-12 as follows:
3 or 4 = 1
5 or 6 = 2
7 or 8 = 3
9 or 10 = 4
11 or 12 = 5
At the end of the audit, the score for each section will be multiplied together to deliver an overall score.
(For example:
Section 1 >> 3 question scores added together = 6 (which turns into a 2)
Section 2 >> 3 question scores added together = 11 (which turns into a 5)
Section 3 >> 3 question scores added together = 9 (which turns into a 4)
Section 4 >> 3 question scores added together = 7 (which turns into a 3)
Overall Score = 2*5*4*3= 120)
Then I would like to serve up a block of text that explains their score
(For example:
You are: "2 sentences that explains the Section 1 (2) score" AND "2 sentences that explains the Section 2 (5) score" AND "2 sentences that explains the Section 3 (4) score" AND "2 sentences that explains the Section 4 (3) score")
Possible?