You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Describe the bug
When assignments have starter code from which student repositories are created, assignments are marked as "Submitted" whether or not the student has pushed any of their own work. Because Classroom interprets the last commit before the deadline as a submission, the initial commit that populates the repositories with the starter code is counted.
To Reproduce
Create an assignment with starter code.
Set a deadline.
Have students accept the assignment but not push any changes.
Expected behavior
I would expect only students who have pushed their own work (>1 commit for assignments with starter code, > 0 for assignments without starter code) before the deadline to be counted as submissions.
Screenshots
Actual
Expected
Additional context
This seems related to but distinct from some of the items mentioned in #2488. Also possibly related to #1353
The text was updated successfully, but these errors were encountered:
Describe the bug
When assignments have starter code from which student repositories are created, assignments are marked as "Submitted" whether or not the student has pushed any of their own work. Because Classroom interprets the last commit before the deadline as a submission, the initial commit that populates the repositories with the starter code is counted.
To Reproduce
Create an assignment with starter code.
Set a deadline.
Have students accept the assignment but not push any changes.
Expected behavior
I would expect only students who have pushed their own work (>1 commit for assignments with starter code, > 0 for assignments without starter code) before the deadline to be counted as submissions.
Screenshots
Actual
Expected
Additional context
This seems related to but distinct from some of the items mentioned in #2488. Also possibly related to #1353
The text was updated successfully, but these errors were encountered: