labxchange / labxchange-xblocks

XBlocks for LabXchange
Apache License 2.0
2 stars 4 forks source link

fix: handles transcript requests from LX's XBlockRuntime #38

Closed pomegranited closed 2 years ago

pomegranited commented 2 years ago

LX calls the XBlock handler directly, and uses a slightly different request object. This change handles that difference.

Testing instructions

To be tested as part of https://gitlab.com/opencraft/client/LabXchange/labxchange-dev/-/merge_requests/1705