←Select platform

IncorrectGrade Property

Summary

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

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public double IncorrectGrade { get; set; } 
public:  
   [DataMemberAttribute] 
   property double IncorrectGrade 
   { 
      double get() 
      void set(double value) 
   } 
IncorrectGrade # get and set (OmrFieldOptions) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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