document.addEventListener('DOMContentLoaded', () => { const addQuestionBtn = document.getElementById('add-question'); const generateHtmlBtn = document.getElementById('generate-html'); const questionsContainer = document.getElementById('questions'); const htmlCodeOutput = document.getElementById('html-code'); let questionCount = 0; // Function to add a new question input function addQuestion() { questionCount++; const questionDiv = document.createElement('div'); questionDiv.className = 'question'; questionDiv.innerHTML = `
Correct
Correct
Correct
Correct
`; questionsContainer.appendChild(questionDiv); } // Function to generate the HTML code function generateHTML() { let html = `
एक टिप्पणी भेजें