Is this page helpful?
Initializes a new instance of RubricGrade with the specified minPercentPass parameter.
public RubricGrade(
double minPercentPass
)
minPercentPass
Specifies the minimum score/grade to consider a student passed the exam.
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.