←Select platform

IncorrectGrade Property

Summary

The grade points corresponding to an incorrect answer for an OmrCollection.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public double IncorrectGrade { get; set; } 
public double getIncorrectGrade(); 
public void setIncorrectGrade( 
   double doubleValue 
); 
<DataMemberAttribute()>  
Public Property IncorrectGrade() As Double 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property double IncorrectGrade 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The grade points for an incorrect answer of an OmrCollection object.

Remarks

IncorrectGrade specifies the value in points subtracted as a penalty for incorrect answers for the question corresponding to an OmrCollection.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.