Can you provide a link to a quiz please?
Thanks.
What I can tell strait away is that is that the quiz itself is being rendered on the page. All questions and answers – so this is a good sign.
What isn’t loading, is the CSS style sheet or the JavaScript script files. This is the cause of your problems.
Looking at your source code, I think I can see a BIG issue on your site. Your site is not actually loading anything in your footer. The footer is where most plugins and theme’s load extra resources.
From what I can tell, the cause is one of your embedded iFrames “https://grammarteacher.substack.com/embed”. You have this incorrectly embedded which is breaking everything after it. I think you are using this as a widget.
You have <iframe src="https://grammarteacher.substack.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe
But you are missing the closing > symbol. It should be <iframe src="https://grammarteacher.substack.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
If you fix the above code, it should allow your site to start loading the footer again.
You are so clever. I took out the Substack widget and it worked fine. It was working fine with the widget before that so I suspect installing WP-Rocket did something.
I do contribute to your Patreon account but am having problems with my bank card.