←Select platform

IncorrectGrade Property

Summary

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

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

Property Value

IncorrectGrade specifies the deduction value in points of an incorrect answer for the question corresponding to an OmrCollection. The default value is 0.

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