Skip to content

Commit

Permalink
Merge pull request #68 from EmpowrOrg/locatoin
Browse files Browse the repository at this point in the history
Add blockId
  • Loading branch information
dri94 authored Jul 17, 2023
2 parents 5c758fb + b6286f9 commit ee9ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftplugin/swiftplugin/swiftplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def handle_assignment_request(self):
body = {
'referenceId': self.reference_id,
'studentId': self.student_id(),
'blockId': self.scope_ids.def_id
'blockId': self.scope_ids.usage_id
}
url = self.build_api_url("request")
r = requests.post(url, json=body,
Expand Down

0 comments on commit ee9ec22

Please sign in to comment.