←Select platform

CorrectGrade Property

Summary

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

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

Property Value

The grade points for the correct answer of an OmrCollection object.

Remarks

CorrectGrade specifies the value in points of a correct answer for the question corresponding to an 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