Hello,
I'm trying to make an app that basically works as a questionnaire/survey.
I have Question 1 to 4, and each question have 6 choices.
I want to dynamically control the items(choices) of each question based on the answer from the previous question.
This is an example:
Q1, chose Choice 3.
Then for Q2, limit the radio items to only show : Choice 2, Choice 3, Choice 4
Q2, chose Choice 2.
Then for Q3, limit the radio items to only show : Choice 1, Choice 2, Choice 3
Q3, chose Choice 3.
Then for Q4, limit the radio items to only show : Choice 2, Choice 3, Choice 4
Plus, according to the answers that the user choose each question, I store the 'Score'.
In this example, it would be
Score = 3 + 2 + 3 + 4 = 12
Then I divide this by 4, which is the number of the questions, round it up == 3.
According to this value, I assign the user arbitrary "Result" value.
I have no clue where to start. Should I utilize sharepoint list? or collection? or what?
This is my first time building this kind of questionnaire/survey app, so it would be greatly appreciated any approach I can take to achieve the goal.
Thank you for reading this.

Report
All responses (
Answers (