←Select platform

GradePartialAnswer Property

Summary

Indicates whether to enable partial credit on a gradable OmrField.

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

Property Value

true to enable partial grading credit; otherwise, false.

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