Skip to content

Commit 2008199

Browse files
student version conflict
1 parent e593388 commit 2008199

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
category: Student > Submission
3+
title: Resolving a Version Conflict
4+
---
5+
6+
## Overview of Issue
7+
8+
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.
9+
10+
11+
## Steps to Take to Resolve a Version Conflict
12+
13+
If the Instructor species that Version Conflicts will happen, then you can ignore the next steps.
14+
15+
Check the Version numbers for each rubric component.
16+
17+
![](/images/student_version_conflict.png)
18+
19+
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.
20+
21+
If they are different numbers, contact an Instructor/TA to regrade the assignment if possible to get a valid grade.
22+

images/student_version_conflict.png

108 KB
Loading

navtreedata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var NAVTREE =
4848
[ "Automated Testing", "/student/submission/automated_testing", null ],
4949
[ "Late Days & Extensions", "/student/submission/late_days", null ],
5050
[ "Managing Versions", "/student/submission/managing_versions", null ],
51+
[ "Resolving Version Conflicts", "/student/submission/resolving_version_conflict", null],
5152
[ "Team Assignments", "/student/submission/team_assignments", null ]
5253
] ],
5354
[ "Grades", "/student/grades/index", [

0 commit comments

Comments
 (0)