←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 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