Skip to content
Snippets Groups Projects
Commit c2e201a7 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Update README for NRPS

parent 311bc6c0
No related branches found
No related tags found
No related merge requests found
...@@ -229,6 +229,7 @@ This XBlock supports LTI 1.3 and the following LTI Avantage services: ...@@ -229,6 +229,7 @@ This XBlock supports LTI 1.3 and the following LTI Avantage services:
* Deep Linking (LTI-DL) * Deep Linking (LTI-DL)
* Assignments and Grades services (LTI-AGS) * Assignments and Grades services (LTI-AGS)
* Names and Roles Provisioning services (LTI-NRP)
To enable LTI-AGS, you need to set **LTI Assignment and Grades Service** in Studio to To enable LTI-AGS, you need to set **LTI Assignment and Grades Service** in Studio to
allow tools to send back grades. There's two grade interaction models implemented: allow tools to send back grades. There's two grade interaction models implemented:
...@@ -247,6 +248,13 @@ To enable LTI-DL and its capabilities, you need to set the following feature fla ...@@ -247,6 +248,13 @@ To enable LTI-DL and its capabilities, you need to set the following feature fla
FEATURES: FEATURES:
LTI_DEEP_LINKING_ENABLED: true LTI_DEEP_LINKING_ENABLED: true
To enable LTI-NRP, you need to set the following feature flag:
.. code:: yaml
FEATURES:
LTI_NRPS_ENABLED: true
Development Development
=========== ===========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment