Error Report

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

* * * MERMAC -- TEST ANALYSIS AND QUESTIONNAIRE PACKAGE * * *
 NAMETEST SCORE 
 DODD10 
*** HERE IS A SUMMARY OF THE 5 ITEM(S) YOU MISSED ***

 

Item No.Your ResponseCorrect ResponseItem No.Your ResponseCorrect ResponseItem No.Your ResponseCorrect ResponseItem No.Your ResponseCorrect Response
5.DB10.CD12.AC14.CA
15.DC         

 

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.