Hi!
I need to get an array of strings at the end of the quiz/survey.
(for example)
If the choose:
Question 1:
– Option A: “Wide letters” -> Secure personality
– Option B: “Narrow letters” -> Insecure personality.
Question 2:
– Option A: “Legible” -> Methodic individual
– Option B: “Unlegible” -> Chaotic individual
If the user chooses “A” on question 1 and “B” on question 2 should return:
Secure personality. Chaotic individual.
It should be easy given the fact that it’s possible to assing point to questions. (if it can add them based on the answers,