←Select platform

NoResponseGrade Property

Summary

The grade points corresponding to a no answer/response for an OmrCollection object.

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

Property Value

The grade points for a no answer/response of an OmrCollection.

Remarks

NoResponseGrade specifies the value in points of a no answer/response for the question corresponding to an OmrCollection.

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.