diff --git a/QuestionPaperPreview.js b/QuestionPaperPreview.js index f2ac23f..fe74ade 100644 --- a/QuestionPaperPreview.js +++ b/QuestionPaperPreview.js @@ -341,7 +341,7 @@ function QuestionPaperPreview(jsonData){ if (multipleAnswer == 'false') { questionPaper += `

${answerA.padEnd(10)}

`; }else{ - questionPaper += `

${answerA.padEnd(10)}

`; + questionPaper += `

${answerA.padEnd(10)}

`; } } } diff --git a/QuestionPreview.html b/QuestionPreview.html index 5880bcc..e06bfc1 100644 --- a/QuestionPreview.html +++ b/QuestionPreview.html @@ -53,6 +53,9 @@