This program uses item data from multiple-choice tests for which there is ONE correct response per item. It computes a test score for each student and lists the items missed with their responses and the correct answers. Each student's results are presented on a separate page. Printed output consists of each student's score1, incorrect responses with the corresponding correct responses, with subject identification and group identification if requested.
Sample output
Item No. |
Your Response |
Correct Response |
Item No. |
Your Response |
Correct Response |
Item No. |
Your Response |
Correct Response |
Item No. |
Your Response |
Correct Response |
5. |
D |
B |
10. |
C |
D |
12. |
A |
C |
14. |
C |
A |
15. |
D |
C |
| | | | | | | | |
1The student score in this program is based on the sum of the number of correct answers. Item weighting or multiple correct answers are not reflected in the test score reported here.