Initializes a new instance of ObjectiveGrade that can be used in grading an OmrFields object.
public ObjectiveGrade(
OmrField answerField,
int pageNumber,
double correctGrade,
double incorrectGrade,
double noResponseGrade
)
answerField
OmrFields to be graded using this ObjectiveGrade object.
pageNumber
Sets the ITemplate page number that answerField belongs to.
correctGrade
Sets the grade points corresponding to a correct answer for an OmrCollection in answerField.
incorrectGrade
Sets the grade points corresponding to an incorrect answer for an OmrCollection in answerField.
noResponseGrade
Sets the grade points corresponding to no answer/response for an OmrCollection in answerField.