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
Lots of coupling currently; by right unsubmission should reset the state (remove XP, remove submitted at, etc) but we also want to keep the grading comments (attached to the answer version)
At the same time, there's also a "grader ID" null/not-null in the answer table which is used for graded_count
Need to come up with a design (possibly with something like an answer "version")
The text was updated successfully, but these errors were encountered:
Lots of coupling currently; by right unsubmission should reset the state (remove XP, remove submitted at, etc) but we also want to keep the grading comments (attached to the answer version)
At the same time, there's also a "grader ID" null/not-null in the answer table which is used for
graded_count
Need to come up with a design (possibly with something like an answer "version")
The text was updated successfully, but these errors were encountered: