I am using canvasJS. It is fantastic for any graphical solution. Now I have a requirement that is
1. I have a set of assessment questions like:
Q1. This is first question
1. disappointed
2. Unsatisfactory
3. Needs Improvement
4. Adequate
5. Strong
Q2. This is second question
1. disappointed
2. Unsatisfactory
3. Needs Improvement
4. Adequate
5. Strong
2. Users will give their answer.
3. If there are three peoples answered Q1 and two peoples answered Q2
4. The graph will be
|
|——————-|3
|——————-|
|————-|2
|————-|Q1 (Avg: 3)
|————————-|4
|————————-|
|
|
|————————-|4
|————————-|
|——————-|3
|——————-|Q2 (Avg: 3.5)
|—————————————————
5. Data set will generate dynamically from database
6. Calculate average for every questions (based on the number of peoples are answered to each question).
7. Chart will be bar chart
Please help me how can I do this?
example image:
==============
https://drive.google.com/file/d/0B7mk4P417VqLckJrSWphd1czMUk/view?usp=sharing
-
This topic was modified 7 years, 6 months ago by mujahid_102.
-
This topic was modified 7 years, 6 months ago by mujahid_102.