Update: Include associated contentObjects with cmi.interactions.n.objectives#332
Merged
joe-allen-89 merged 10 commits intomasterfrom Jul 28, 2025
Merged
Update: Include associated contentObjects with cmi.interactions.n.objectives#332joe-allen-89 merged 10 commits intomasterfrom
cmi.interactions.n.objectives#332joe-allen-89 merged 10 commits intomasterfrom
Conversation
…jectives` (fixes #331).
Member
|
As discussed on call.
This allows the objectives to be derived and attached at appropriate times with meaningful reported states. Question objectives as follow:
Course-wide objective completion_status as follows:
Following scorm 2004 rte: |
Contributor
Author
|
This requires further work before going through another round of reviews and ultimately a release. |
…ended `_isAvailable` logic for content object objectives. Fixed an issue with scores when resetting objectives. Added the ability to exclude content object objectives via JSON config.
Co-authored-by: Oliver Foster <oliver.foster@kineo.com>
danielghost
commented
Jul 3, 2025
…pted" to denote unavailable objectives.
… Ideally would only do this once regardless, but `isFirstSession` is not always accurate due to LMS implementations of `cmi.entry` not always returning "ab-initio" for the first entry.
|
🎉 This PR is included in version 5.14.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Fixes #330.
Fixes #331.
Update
cmi.interactions.n.objectives.completion_statusof 'unknown' for SCORM 2004 and astatusreuse of 'not attempted' for SCORM 1.2. Any previously recorded scores are maintained unless the associated model has been reset.Dependency