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
#172 added functionality that adds edX assignments to Canvas and then pushes student grades for those assignments. Due to a minor bug, if an assignment is created as part of this view, the grades for that assignment aren't pushed in the same view. You need to click the button a second time to sync those grades. We want the grades to be pushed whether or not the assignment is newly created in the view.
Tech note: The view includes some logic that builds a dict of assignments that exist in Canvas. That dict is used to figure out which grades should be pushed. Basically we just need to add to that dict when new assignments are created.
#172 added functionality that adds edX assignments to Canvas and then pushes student grades for those assignments. Due to a minor bug, if an assignment is created as part of this view, the grades for that assignment aren't pushed in the same view. You need to click the button a second time to sync those grades. We want the grades to be pushed whether or not the assignment is newly created in the view.
Tech note: The view includes some logic that builds a dict of assignments that exist in Canvas. That dict is used to figure out which grades should be pushed. Basically we just need to add to that dict when new assignments are created.
┆Issue is synchronized with this Trello card by Unito
The text was updated successfully, but these errors were encountered: