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

Add achievement items that modify reduced scoring. #2523

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

Conversation

somiaj
Copy link
Contributor

@somiaj somiaj commented Aug 17, 2024

This adds achievement items that modify the reduced scoring time period while leaving other settings alone. These are designed for classes which use reduced scoring and keep assignments open in the reduced scoring period for a long time (such as the end of the course).

  • ExtendReducedDate -> Extends the reduced scoring date 24 hours.
  • SuperExtendReducedDate -> Extends the reduced scoring date 48 hours.
  • NoReducedCred -> Removes the reduced scoring flag on an assignment to allow full credit after the reduced scoring date.

In short these provide extensions for a reduced scoring setup.

@drgrice1 drgrice1 changed the title Add achievement itmes that modify reduced scoring. Add achievement items that modify reduced scoring. Aug 17, 2024
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch 4 times, most recently from 16c28d2 to 892d7f7 Compare August 21, 2024 02:23
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch from 892d7f7 to f751675 Compare September 3, 2024 01:20
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch from f751675 to b8af387 Compare September 29, 2024 03:38
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch from b8af387 to 13eebc0 Compare November 13, 2024 05:45
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch from 13eebc0 to 47dff20 Compare November 23, 2024 01:44
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch 2 times, most recently from 590f4dd to 4bdf826 Compare December 10, 2024 19:57
This adds achievement items that modify the reduced scoring time period
while leaving other settings alone. These are designed for classes which
use reduced scoring and keep assignments open in the reduced scoring
period for a long time (such as the end of the course).

+ ExtendReducedDate -> Extends the reduced scoring date 24 hours.
+ SuperExtendReducedDate -> Extends the reduced scoring date 48 hours.
+ NoReducedCred -> Removes the reduced scoring flag on an assignment to
  allow full credit after the reduced scoring date.
@somiaj somiaj force-pushed the reduced-cred-achievement-items branch from 4bdf826 to 9111ee8 Compare December 17, 2024 23:13
@somiaj
Copy link
Contributor Author

somiaj commented Dec 17, 2024

Updated with the suggestions from the meeting. I now correctly don't let the extension to go beyond the due date, and don't list sets whose due date and reduced scoring date are the same. I also added a statement about the reduced scoring date cannot be extended beyond the due date in the items description.

Copy link
Member

@drgrice1 drgrice1 left a comment

Choose a reason for hiding this comment

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

This looks good.

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