←Select platform

NoResponseGrade Property

Summary

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

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

Property Value

NoResponseGrade specifies the deduction value in points of a no answer/response 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