←Select platform

IncorrectGrade Property

Summary

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

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public double IncorrectGrade { get; set; } 
<DataMemberAttribute()>  
Public Property IncorrectGrade() As Double 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   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 OmrField. The default value is 0.

Remarks

If the OmrField is gradable, this value is used to grade the internal OmrCollections. In case the user needs to set different scores for different questions in the OmrField, the value can be set individually for every OmrCollection.

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