Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grader: Allow OK feedback to be on separate, third line #644

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

fushar
Copy link
Member

@fushar fushar commented Aug 11, 2024

Previously, to give a feedback from a scorer with a custom points, one would need to follow this format:

OK
50 a feedback

where 50 is the point and a feedback is the feedback.

This format is a bit weird and is not consistent with AC / WA verdicts, so with this PR, we allow this alternative format:

OK
50
a feedback

The old format is still supported for backward compatibility.

@fushar fushar merged commit 68fa199 into master Aug 12, 2024
8 checks passed
@fushar fushar deleted the scorer-ok-feedback-separate-line branch August 12, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant