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

Early submission bonuses #1401

Open
oseppala opened this issue Sep 12, 2024 · 0 comments
Open

Early submission bonuses #1401

oseppala opened this issue Sep 12, 2024 · 0 comments
Labels
experience: moderate required knowledge estimate type: feature New feature or change to a feature

Comments

@oseppala
Copy link
Contributor

A-plus once had a way of granting early submission bonuses. The remnants of this feature are still visible in the CourseModule model here:

# early_submissions_allowed= models.BooleanField(default=False)

There has been discussion about introducing the feature back to give students a incentive to submit exercises early. As the feature does not affect late submissions it should not affect deadline calculations and should be fairly straightforward to implement.

There are however a number of different ways this could work.

  • There could be one bonus deadline with a fixed bonus
  • There could be a bonus deadline with a bonus that linearly goes to zero
  • There could be a bonus deadline with a bonus that goes down in specified steps

The last and first option are the same if there is only one step

This is a feature request. Comments are welcome

@oseppala oseppala added the type: feature New feature or change to a feature label Sep 12, 2024
@jkotimak jkotimak added the experience: moderate required knowledge estimate label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experience: moderate required knowledge estimate type: feature New feature or change to a feature
Projects
None yet
Development

No branches or pull requests

2 participants