The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
The context_modules_progressions table is said to show which items a student has completed, started and not started in a module.
However, the data in the table is at the user/module grain with no means of identifying individual items via the content_tags table.
Does anyone know a way to identify which individual specific module items have been completed and which haven’t?
You would need to use the REQUIREMENTS_MET and INCOMPLETE_REQUIREMENTS fields from that table. Both contain JSON objects that you could parse to get the ids of the individual items within the module, along with the action required to consider the item as complete (e.g., must_view, min_score, etc.).
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in