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
)
public ObjectiveGrade(
OmrField answerField,
int pageNumber,
double correctGrade,
double incorrectGrade,
double noResponseGrade);
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
public:
ObjectiveGrade(OmrField^ answerField, Int32 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document