Now I have to calculate the results of my survey follow formula.
Example: There are 20 questions in my survey with 4 options in each question: A, B, C, D
After users finished this survey, how do I show their results like this:
(number of option A) * 5 = ..... %A
(number of option B) * 5 = ..... %B
(number of option C) * 5 = ..... %C
(number of option D) * 5 = ..... %D
20 = 100%
Your percent of A-option (B,C,D) is highest so that .... (conclusion of survey)
Anyone can show me how to do it?
|