Skip to content

Commit

Permalink
Add blockId
Browse files Browse the repository at this point in the history
  • Loading branch information
dri94 committed Jul 10, 2023
1 parent a1d92bd commit 5c758fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swiftplugin/swiftplugin/swiftplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def handle_assignment_request(self):
body = {
'referenceId': self.reference_id,
'studentId': self.student_id(),
'blockId': self.scope_ids.def_id
}
url = self.build_api_url("request")
r = requests.post(url, json=body,
Expand Down

0 comments on commit 5c758fb

Please sign in to comment.