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

Paginated score objects are not being merged correctly in individual student scores #1523

Closed
clpetersonucf opened this issue Oct 16, 2023 · 0 comments · Fixed by #1521
Closed
Assignees
Labels

Comments

@clpetersonucf
Copy link
Member

In the MyWidgetScoreSemesterIndividual component, state.logs is an array where every index is the User ID of a student. state.logs[id].scores should be a flat array of all the scores for a given instance for a given student, but when multiple pages of results are returned, the scores array can instead become an object nested within an array, causing problems with the component rendering.

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

Successfully merging a pull request may close this issue.

1 participant