Home quiz editor byTheCrypticKnowledge -September 19, 2024 0 Quiz Editor Quiz Editor Background Color: Button Color: Font Color: Font Family: Question: Answers (Separate by commas): Correct Answer (e.g., 'a'): Add Question Clear Questions Clear Quiz Copy HTML Questions: Quiz Submit Quiz Restart Quiz `; // Copy generated HTML to clipboard navigator.clipboard.writeText(generatedHTML).then(() => { alert("HTML copied to clipboard!"); }).catch(err => { alert("Failed to copy: ", err); }); } // Initial quiz load loadQuiz();