Your commit message

This commit is contained in:
RameshT 2024-08-09 12:39:33 +05:30
parent 0505d21383
commit ee45c0f04b
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@ $(document).ready(function () {
let index = 1 let index = 1
let activeSection = null let activeSection = null
function addOption(type, container)
function addOption(type, container)
let optionHtml let optionHtml
if (type === 'multiple-choice' || type === 'checkboxes') { if (type === 'multiple-choice' || type === 'checkboxes') {