←Select platform

ObjectiveGrade Constructor(OmrField,int,double,double,double)

Summary

Initializes a new instance of ObjectiveGrade that can be used in grading an OmrFields object.

Syntax
C#
VB
C++
Java
Public Sub New(ByVal answerField As OmrField, ByVal pageNumber As Integer, ByVal correctGrade As Double, ByVal incorrectGrade As Double, ByVal noResponseGrade As Double) 
 MyBase.New 

Parameters

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly