Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently changed my class' grading structure to allow for early completion of assignments.
The desired behavior is for students to be able to start an assignment early (tag
early
) for full credit; after the official release date they can continue to complete it underregular
rules. I am using theroll_over
setting to handle access before the official release date so that they can continue to work.Some students at least are reporting that after the official release (
regular
tag) they are no longer able to work on early sessions.Can you tell me if these rules are wrong for this use case?
They are invoked in a flow file as:
Beta Was this translation helpful? Give feedback.
All reactions