←Select platform

PassingScore Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public double PassingScore { get; set; } 
public double getPassingScore(); 
public void setPassingScore( 
   double doubleValue 
); 
public:  
   property double PassingScore 
   { 
      double get() 
      void set(double value) 
   } 
PassingScore # get and set (OmrAnalysisEngine) 

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 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.