←Select platform

CorrectGrade Property

Summary

The grade points corresponding to a correct answer for an OmrField object.

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

Property Value

Integer value that represents the score for correct answer for an OmrField. The default value is 1.

Remarks

If the OmrField is gradable, this value will be used to grade the internal OmrCollections. In case the user needs to set different scores for different questions in the OmrField object, 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.