←Select platform

CorrectGrade Property

Summary

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

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

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