From 8792c8653c9e55ded913c10f60518b5b17965197 Mon Sep 17 00:00:00 2001 From: aadhavan Date: Fri, 1 Dec 2023 13:04:34 +0530 Subject: [PATCH 1/5] CHOICEANSWERCHECK ALIGNMENTINTRTE : AADHAVAN --- QuestionPaperPreview.js | 2 ++ QuestionPreview.html | 57 ++++++++++++++++++++++++++++++++++----- addform.html | 59 +++++++++++++++++++++++++++-------------- html2json.js | 2 +- json2xml.js | 4 +-- 5 files changed, 94 insertions(+), 30 deletions(-) diff --git a/QuestionPaperPreview.js b/QuestionPaperPreview.js index 8f025d9..58d2177 100644 --- a/QuestionPaperPreview.js +++ b/QuestionPaperPreview.js @@ -164,6 +164,8 @@ function QuestionPaperPreview(jsonData){ GroupQuestionTilteAlign =40 }else if(question_id_length == 6) { GroupQuestionTilteAlign =54 + }else if(question_id_length == 2){ + GroupQuestionTilteAlign =23 } diff --git a/QuestionPreview.html b/QuestionPreview.html index 82cf55b..c976b15 100644 --- a/QuestionPreview.html +++ b/QuestionPreview.html @@ -44,12 +44,29 @@ - + +