Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
d54b370a
Commit
d54b370a
authored
3 years ago
by
Giovanni Cimolin da Silva
Committed by
Ned Batchelder
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: Update LTI-AGS docs and changelog
parent
79129d98
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+15
-3
15 additions, 3 deletions
README.rst
with
15 additions
and
3 deletions
README.rst
+
15
−
3
View file @
d54b370a
...
...
@@ -230,9 +230,15 @@ This XBlock supports LTI 1.3 and the following LTI Avantage services:
* Deep Linking (LTI-DL)
* Assignments and Grades services (LTI-AGS)
To enable LTI-AGS, your block needs two properties set: `has_score` and `weight`. Once that is configured, the
service will be automatically enabled and the tool will be able to send scores back to the platform through
a `LineItem`.
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 submit grades only (declarative)(Default)**: enables LTI-AGS and
creates a single fixed LineItem that the tools can send grades too.
* **Allow tools to manage and submit grades (programmatic)**: enables LTI-AGS and
enables full access to LTI-AGS endpoints. Tools will be able to create, manage and
delete multiple LineItems, and set multiple grades per student per problem.
*In this implementation, the tool is responsible for managing grades and linking them in the LMS.*
To enable LTI-DL and its capabilities, you need to set the following feature flag:
...
...
@@ -318,6 +324,12 @@ Please do not report security issues in public. Send security concerns via email
Changelog
=========
2.8.0 - 2021-04-13
------------------
* LTI Advantage - AGS Service: Added support for programmatic grade management by LTI tools.
* Improved grade publishing to LMS when using LTI-AGS.
2.7.0 - 2021-02-16
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment