ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 34 forks source link

Removes redundant call to apiGetQuestionSet from scorescreen. #1450

Closed cayb0rg closed 1 year ago

cayb0rg commented 1 year ago

This issue was raised within Guess The Phrase. I believe this may solve potential expiration issues, since the call to function question_set_get will sometimes cause the score screen to expire unnecessarily if the user is not authenticated. apiGetWidgetInstance has a built-in option to fetch the qset already, so I've made the score screen use that instead.