Use API to determine if student has completed requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
I need to use the API to determine if a student has completed a requirement in an item. I have for instance this item:
{'id': 688577, 'title': 'siden', 'position': 3, 'indent': 0, 'quiz_lti': False, 'type': 'Page', 'module_id': 118330, 'html_url': 'https://uia.instructure.com/courses/17945/modules/items/688577', 'page_url': 'siden', 'publish_at': None, 'url': 'https://uia.instructure.com/api/v1/courses/17945/pages/siden', 'completion_requirement': {'type': 'must_mark_done'}, 'published': True, 'unpublishable': True}
I then need to determine if a student has marked this item as done.
I know I can obtain a count of how many requirements a student has completed in a module, but I need information per item.
Can anyone help?