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

168 expected penalties are applied to grade after extra credit points are added #173

Conversation

frozenfrank
Copy link
Contributor

This closes #168.

It also begins to put some of the key functionality in place for #156 via a GradingSettings record.

While I have confirmed that this code compiles, I'm not sure how to run it on submissions to verify that the results are correct. Please do that, or help me figure out how to.

@frozenfrank frozenfrank added the enhancement New feature or request label Feb 17, 2024
@frozenfrank frozenfrank requested a review from pawlh February 17, 2024 22:50
@frozenfrank frozenfrank self-assigned this Feb 17, 2024
@frozenfrank
Copy link
Contributor Author

@19mdavenport See my comment to Paul above. Maybe would you help me run the code in order to test it on submissions?

Comment on lines +119 to +126
private GradingSettings getGradingSettings() {
// FIXME! Import from some dynamic location
return new GradingSettings(
5,
10,
10
);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the future prep here 💯

@pawlh
Copy link
Collaborator

pawlh commented Feb 22, 2024

Sorry, I created some conflicts between this and main as part of adding Phase 3 support 😬

@frozenfrank
Copy link
Contributor Author

That's fine, I'll tackle it. Thanks for letting me know.

@frozenfrank frozenfrank marked this pull request as draft March 14, 2024 06:48
@frozenfrank
Copy link
Contributor Author

The underlying issue has already been resolved by #263.

If we want to preserve any of the other ideas from this PR, they'll come from a new one.

@frozenfrank frozenfrank deleted the 168-expected-penalties-are-applied-to-grade-after-extra-credit-points-are-added branch May 2, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expected penalties are applied to grade after extra credit points are added
2 participants