Hi, I am trying to create a quiz that asks a series of questions (say 15) with a few subsections within it (say 3).
What I’d like to be able to do is assign variables for each of the sections, so a score is calculated for each section in the background.
Following this, I’d like the ending to have a text response based on the score calculated for each of the subsections as well as the entire quiz.
For example:
Respondent 1
- Score of sub section 1: 6/10
- Score of sub section 2: 8/10
- Score of sub section 3: 3/10
- Total score: 17/30
The ending should look like:
Your responses show that you need to work significantly harder in subsection 3, a little bit harder in subsection 2, and continue to remain as focused on subsection 1.
Overall, you’re doing ok but there is room for improvement.
Respondent 2
- Score of sub section 1: 5/10
- Score of sub section 2: 2/10
- Score of sub section 3: 9/10
- Total score: 16/30
The ending should look like:
Your responses show that you need to work significantly harder in subsection 2, a little bit harder in subsection 1, and continue to remain as focused on subsection 3.
Overall, you’re doing ok but there is room for improvement.
Respondent 3
- Score of sub section 1: 3/10
- Score of sub section 2: 3/10
- Score of sub section 3: 3/10
- Total score: 9/30
The ending should look like:
Your responses show that you need to work significantly harder in subsection 1, significantly harder in subsection 2, and significantly harder in subsection 3.
Overall, you’re doing you need to put in a lot more effort.
Etc.