Skip to content

Releases: openedx/xblock-lti-consumer

v9.6.0

02 Aug 13:35
16daaac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.5.7...v9.6.0

9.5.7

27 Jul 19:29
9225002

Choose a tag to compare

  • Fixed ACS actions constant.
  • Added LTI launch error messages to the template returned when these errors occur.

9.5.5 Fix internal xblock function call

14 Jul 13:12
dcdbf70

Choose a tag to compare

9.5.4 ProctoringConsumer launch fix

28 Jun 19:21
d82a697

Choose a tag to compare

9.5.3 Redirect to exam on LTI launch tab and show warning for invalid lti_id

12 Jun 17:49
5b059cf

Choose a tag to compare

9.5.2 Support proctored iframe launch

24 May 15:47
c5fec19

Choose a tag to compare

9.5.1: Add gate to only use ACS for proctoring

19 May 20:26
9a69753

Choose a tag to compare

  • Added gate to ensure the ACS scope is only added when using the LtiProctoringConsumer
  • Moved scope validation to a helper function

9.5.0: Add HTML on start assessment response to LTI proctoring launch

15 May 20:31
314cba1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.4.0...v9.5.0

9.4.0 Fix block/descriptor error

08 May 15:39
e580b96

Choose a tag to compare

Fixes compatibility issue with recent LMS changes to refactor item/module/block/descriptor terminology.

9.3.0: Support for ACS actions

05 May 16:45
61fb278

Choose a tag to compare

feat: Added support for ACS actions. This includes:

  • An added scope for ACS actions in the access_token endpoint
  • An ACS permissions class in permissions.py

Other changes:

  • Added documentation to README about unit testing