←Select platform

MinPercentPass Property

Summary

The minimum passing score for a graded OMR/bubble sheet exam.

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute()] 
public double MinPercentPass { get; set; } 
public double getMinPercentPass(); 
public void setMinPercentPass( 
   double doubleValue 
); 
public:  
   [DataMemberAttribute] 
   property double MinPercentPass 
   { 
      double get() 
      void set(double value) 
   } 
MinPercentPass # get and set (BaseGrade) 

Property Value

Specifies the minimum score/grade to consider a student passed the exam.

Remarks

This value is used by BaseGrade to compute pass/fail statistics. A score above or equal to this value is considered pass; otherwise it is considered fail.

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.