Skip to content

Commit

Permalink
chore: change rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 28, 2023
1 parent d911787 commit b655b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grader/grader.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def grade(self):
try:
self.validate()
except InvalidResponseStructureError as e:
return self.grade_response(75, e)
return self.grade_response(70, e)
except ResponseFailedError as e:
return self.grade_response(80, e)
except IncorrectResponseValueError as e:
Expand Down

0 comments on commit b655b4e

Please sign in to comment.