←Select platform

CorrectGrade Property

Summary

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

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

Property Value

Integer value that represents the score for a correct answer in the OmrCollection object. The default value is 1.

Remarks

CorrectGrade specifies the value in points of a correct answer for the question corresponding to an OmrCollection object.

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.