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 score screen when embedded within Webcourses #30

Open
clpetersonucf opened this issue Feb 15, 2023 · 0 comments · Fixed by #31
Open

Issue with score screen when embedded within Webcourses #30

clpetersonucf opened this issue Feb 15, 2023 · 0 comments · Fixed by #31

Comments

@clpetersonucf
Copy link
Member

The custom score screen is making a request to the API for question_set_get to get qset information. This isn't a problem most of the time, because the assumption is the user is already logged in. However, there's one context where this isn't true: when visiting an assignment submission page in Canvas, the student may not be authenticated, and the API call for the qset fails, resulting in the score screen failing to load. The question information should already be baked into the widget_instance_play_scores_get request all score screens normally made, so ideally we use that instead.

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

Successfully merging a pull request may close this issue.

1 participant