- #1
aaronsmith4
- 2
- 0
I'm a freelance web developer and right now I'm stuck into a mathematical(probability) issue where I'm developing an answer filtering tool.
This tool works as follows:
1) There are six questions that the user will be asked
2) Based on the answer of first question, my server will decide which should be the second question. Based on the answer of second question, the server will decide which should be the third question.
3) Each question has 5-6 options values
Now, for the six questions and each question has 5-6 options, what is the probability each options on my app? Is there any math equation to find out this? Once I solve the math logic, I would easily code the same.
This tool works as follows:
1) There are six questions that the user will be asked
2) Based on the answer of first question, my server will decide which should be the second question. Based on the answer of second question, the server will decide which should be the third question.
3) Each question has 5-6 options values
Now, for the six questions and each question has 5-6 options, what is the probability each options on my app? Is there any math equation to find out this? Once I solve the math logic, I would easily code the same.