RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 225 forks source link

Quizly questions in MobileCSP loading random ones in Assignments page (but ok in context) #1360

Closed bhoffman0 closed 2 years ago

bhoffman0 commented 2 years ago

@bnmnetp @ram8647 , the quizly component is doing weird things on the Assignment page of MobileCSP. It's loading random ones in instead of the one with the correct quizname. But it works fine on the e-book pages and when you click on context. It's also giving a "Error: Missing the component factory! Clear you browser cache." when you click to view Quizly problems in the Instructor's page/Assignments tab, but clearing the cache doesn't seem to help. Here's what happens when I click on the quiz_pause_the_player. It shows a random one instead and gives the console error "blockly.html:1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()." It loads and works fine in the ebook page though.

image
bnmnetp commented 2 years ago

I fixed this yesterday. It was related to rewriting the path to the index file. It was pointing to the old server.

bhoffman0 commented 2 years ago

Thanks!