The document creates a modal popup that displays the questions and answers from a Kahoot quiz game when a button is clicked. It loads CSS for styling, checks the URL for a Kahoot game, then dynamically creates DOM elements for the modal and content. It makes a request to the Kahoot API to get the question data, then loops through and displays each question and answer in the modal.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
214 views4 pages
Hack Quizziz
The document creates a modal popup that displays the questions and answers from a Kahoot quiz game when a button is clicked. It loads CSS for styling, checks the URL for a Kahoot game, then dynamically creates DOM elements for the modal and content. It makes a request to the Kahoot API to get the question data, then loops through and displays each question and answer in the modal.