testmycode / testmycode/tmc-server
Allow rewarding points from exercises that are submitted late
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 51
- Forks
- 42
- Avg merge
- 1h 27m
- Merged PRs (30d)
- 1
Description
This is related to #145
There should be an option for providing a soft deadline. When the soft deadline passes, students can receive e.g. 75% percent of the points they would otherwise receive. When implementing this, we need to consider if the grading implementation and score list should be moved to a separate component from TMC core.
This would also override the show model solution after -option, in that if soft deadlines are enabled, model solutions would be shown only after hard deadline or when the assignment has been successfully completed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading related issue #145 and tracing the existing grading, score-list, deadline, and model-solution behavior in TMC core. Clarify how soft and hard deadlines interact, including partial points and solution visibility. Done means the behavior is specified and consistently implemented for late submissions, scoring, and model-solution access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100