passThreshold property
If a Score.value meets or exceeds this threshold, Score.passed is
true. Defaults to 1.0 (binary) but graders may override to support
partial credit thresholds.
Implementation
@override
double get passThreshold => 1.0;
If a Score.value meets or exceeds this threshold, Score.passed is
true. Defaults to 1.0 (binary) but graders may override to support
partial credit thresholds.
@override
double get passThreshold => 1.0;