taskPassThreshold property

double taskPassThreshold
final

If a task's mean score across its non-null graders meets or exceeds this threshold, the task is considered "passed" for this suite. The default is 1.0 (binary). Lower values let suites accept partial credit when grading multi-component tasks.

Implementation

final double taskPassThreshold;