From ce6d38d32942919b326d6c4aed2222e6108513b3 Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Fri, 19 Jan 2024 09:41:05 +0530 Subject: [PATCH] SECTIONDELETEFUNCTION CHOICEQUESTIONPREVIEW: AADHAVAN --- QuestionPaperPreview.js | 2 +- QuestionPreview.html | 29 ++++++- addform.html | 109 ++++++++++++++++----------- assets/js/custom-js-css/drag-drop.js | 17 ++--- nav_pane.js | 1 - rtc_hide_and_show.js | 2 +- 6 files changed, 97 insertions(+), 63 deletions(-) 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 @@