←Select platform

PassingScore Property

Summary

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

Syntax
C#
VB
C++
Java
public double PassingScore { get; set; } 
public double getPassingScore(); 
public void setPassingScore( 
   double doubleValue 
); 
Public Property PassingScore() As Double 
   Get 
   Set 
public:  
   property double PassingScore 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

Specifies the minimum score/grade used to determine whether a student passed the exam.

Remarks

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

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.