Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

having trouble with my code I'm using VScode to code a javascript code, please help JavaScript Quiz JavaScript Quiz Enter your initials: Submit //script.js //

having trouble with my code I'm using VScode to code a javascript code, please help

JavaScript Quiz

JavaScript Quiz

    //script.js

    // Define the quiz settings

    const quizSettings = {

    duration: 75, // in seconds

    penalty: 10, // in seconds

    questions: [

    {

    text: "What does CSS stand for?",

    choices: ["Computer Style Sheets", "Creative Style Sheets", "Cascading Style Sheets", "Colorful Style Sheets"],

    answer: "Cascading Style Sheets"

    },

    {

    text: "What is the correct syntax for referring to an external script called 'script.js'?",

    choices: ["