We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b2b114 + 4d43615 commit 1f69996Copy full SHA for 1f69996
2 files changed
evaluation_function/evaluation.py
@@ -48,6 +48,7 @@ def evaluation_function(
48
student_fsa = validate_fsa(response)
49
expected_fsa = validate_fsa(answer)
50
51
+
52
53
# Get require_minimal from params if present
54
require_minimal = params.get("require_minimal", False) if hasattr(params, "get") else False
0 commit comments