Skip to content

Commit

Permalink
student version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
williamschen23 committed Aug 7, 2024
1 parent e593388 commit 2008199
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _docs/student/submission/resolving_version_conflict.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
category: Student > Submission
title: Resolving a Version Conflict
---

## Overview of Issue

When you choose to grade another version after the TA's have began/finished grading, there is a high likelihood that the version they graded is not the version that you recently submitted. This causes a Version Conflict that has to be either solved by you or the TA grading your assignment.


## Steps to Take to Resolve a Version Conflict

If the Instructor species that Version Conflicts will happen, then you can ignore the next steps.

Check the Version numbers for each rubric component.

![](/images/student_version_conflict.png)

If they are all the same number, then you can change your active version to that version. Check out [Managing Versions](/student/submission/managing_versions) to change submission version.

If they are different numbers, contact an Instructor/TA to regrade the assignment if possible to get a valid grade.

Binary file added images/student_version_conflict.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var NAVTREE =
[ "Automated Testing", "/student/submission/automated_testing", null ],
[ "Late Days & Extensions", "/student/submission/late_days", null ],
[ "Managing Versions", "/student/submission/managing_versions", null ],
[ "Resolving Version Conflicts", "/student/submission/resolving_version_conflict", null],
[ "Team Assignments", "/student/submission/team_assignments", null ]
] ],
[ "Grades", "/student/grades/index", [
Expand Down

0 comments on commit 2008199

Please sign in to comment.