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

adding assessment.countdown_date to show students an alternative target date to the due date #610

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

etrickel
Copy link
Contributor

This is a slight change from what I discussed with Connor, but I think it's more flexible because I do like the countdown timer.

With the integration with Canvas, I have a due date in Canvas and a pwn.college due date that comes two days later. Building in a slight grace period, with the intent, that they will treat the Canvas deadline as the target deadline. This gives them a bit of a grace period if something comes up; however, pwn.college counts down to the secondary date deadline and as the semester has gone on some students have started focusing on the pwn.college date and the countdown instead of the Canvas due date.

To prevent those students from doing that in the future, I have added a countdown_date functionality that will show the countdown date instead of the assessment date. I plan to have the assessment's countdown_date match the Canvas date and make the pwn.college penalty date an unknown and random date that occurs after the Canvas date that way they'll focus on completing assignments by the due date listed in Canvas and have a bit of a grace period when things come up.

-Erik

@zardus
Copy link
Contributor

zardus commented Oct 26, 2024

This might be easier to implement using a grace_period field than a countdown_date field, and just set a custom grace_period on each assignment. It's hidden to the users, only has to be implemented on the grades page, and makes more sense terms-wise

@etrickel
Copy link
Contributor Author

etrickel commented Oct 26, 2024 via email

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.

2 participants