←Select platform

CorrectGrade Property

Summary

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

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

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