This repository was archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Automated assignment creation with LTI 1.3 #260
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ses. Do not use auth_state to save the lineitems endpoint. Create the assignment when the user logs on
…t and save it in Course model. Fix the grades submissions to ignore the error when the user is an instructor (canvas is refusing it with 422 http error)
Codecov Report
@@ Coverage Diff @@
## main #260 +/- ##
==========================================
- Coverage 80.72% 78.39% -2.34%
==========================================
Files 20 21 +1
Lines 1209 1268 +59
==========================================
+ Hits 976 994 +18
- Misses 233 274 +41
Continue to review full report at Codecov.
|
…/illumidesk into feat/assignment-creation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes apply for LTI 1.3 when the user launches our tool from the 'Assignment selection' .
Creates the assignment in nbgrader with the value of
https://purl.imsglobal.org/spec/lti/claim/resource_link['title']
to facilite the flow and avoid name conflictsCloses #253