[ARCHIVED] LTI assignment selection and Submissions api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021
10:37 AM
Hello, I'm in the process to converting our assignments into using an external LTI tool with assignment selection. I'm trying to submit the user's assignment via the Submissions API as an `online_text_entry`, but I keep getting a `"message": "Invalid submission[submission_type] given"` error. I'm sure that the request parameters are correct
body: {
submission: {
submission_type: 'online_text_entry',
body: submissionHTML,
user_id: userID,
},
},
Is submitting this way not supported for assignments created with LTI external applications?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.