Hey @aquesada001 – I see two issues on the page that are blocking the quiz from loading. The first is with a bit of JavaScript:
jQuery("#twitter-165954").getTwitter({
userName: "",
numTweets: ,
loaderText: "Loading tweets...",
slideIn: true,
showHeading: true,
beforeHeading: "<h3>",
afterHeading: "</h3>",
headingText: "",
id:"#twitter-165954",
showProfileLink: false
});
The numTweets: ,
part needs a value, even if it’s just a blank string, there must be some value there. Not sure if that is a custom script you’ve added or something coming from a plugin.
There also seems to be an issue with the Events Planner plugin, so if fixing the first issue doesn’t get the quiz working, I’d try disabling this plugin as well.
Hope that helps!