Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Objective Assessments in STAR #98

Open
jayckaiser opened this issue Nov 5, 2024 · 0 comments
Open

Issue with Objective Assessments in STAR #98

jayckaiser opened this issue Nov 5, 2024 · 0 comments

Comments

@jayckaiser
Copy link
Contributor

There is some kind of bug in the STAR bundle that prevents all three subjects from running simultaneously. When running more than one subject and sending the results using Lightbeam, a subset of studentAssessments records (about one-fifth) will fail with this error:

The value supplied for the related `studentassessmentstudentobjectiveassessment` resource does not exist.

This is caused by a handful of objectiveAssessments records failing with the following:

409: The value supplied for the related `objectiveassessment` resource does not exist.

Again, this only happens when running multiple subjects at the same time. My theory is that multiple subjects share several objective assessments and set the same unique identifier for each. Then, the latest-version of the objective assessment matches only one subject, causing the other subject to fail. We may want to include the top-level assessment identifier in the objective assessment identifier or MD5 hash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant