Graph for Analyzing Strength and Weakness
Although this is not detailed solution for
analyzing grade to show strengths and weakness but this
solution is good enough just to show grade of subjects for
testers.

You could learn this sample by
downloading the sample
AnalyzeGrade1.zip.

- See on
GradeDetail.IsCorrect.
GradeDetail.IsCorrect = -1 means
correct answer.
GradeDetail.IsCorrect = 0 means
wrong answer.
GradeDetail.IsCorrect = 1 means
user did not answer.
- See on G
radeDetail.QuestionTopic.
- By looking on those atributes and what subject (
tblExam)
and who took the test
(tblGrade.TesterName), we could create good
solution to show strength and weakness for someone for
particular subject and topic.
You do not need to be a master of VB
or VBA to create a good solution for this. It could be a
good
opportunities for Microsoft Office developers. |