←Select platform

RubricGrade Constructor

Summary

Initializes a new instance of RubricGrade with the specified minPercentPass parameter.

Syntax
C#
C++/CLI
Python
public RubricGrade( 
   double minPercentPass 
) 
public:  
   RubricGrade(double minPercentPass) 
__init__(self,minPercentPass) # Overloaded constructor 

Parameters

minPercentPass

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

Remarks

minPercentPass is used by RubricGrade 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.