From 08225854c2bcee1d9e188c6a93cdffa0935bdc84 Mon Sep 17 00:00:00 2001 From: suryabulusu Date: Mon, 23 Oct 2023 20:04:12 +0530 Subject: [PATCH] changes to splash and instr --- src/components/InstructionPage.vue | 30 +++++++++++++++--------------- src/components/Splash.vue | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/InstructionPage.vue b/src/components/InstructionPage.vue index 5e71e2e..087fa49 100644 --- a/src/components/InstructionPage.vue +++ b/src/components/InstructionPage.vue @@ -2,7 +2,7 @@

Test Paper Overview

- +
@@ -60,21 +60,21 @@
  • The countdown timer in the top right corner of screen will display the remaining time available for you to complete the test. When the timer reaches zero, the test will end by itself. You will not be required to end or submit your test.
  • You can click on the button on the top left corner of the page to expand the Question Palette.
  • The Question Palette will show the status of each question using one of the following symbols: -
    -
    - - You have answered the question -
    -
    - - You have not visited the question yet -
    -
    - - You have not answered the question -
    +
    +
    + + You have answered the question
    -
  • +
    + + You have not visited the question yet +
    +
    + + You have not answered the question +
    + +
  • You can click on the button again to collapse the Question Palette.
  • diff --git a/src/components/Splash.vue b/src/components/Splash.vue index 2ff1a98..9456a4c 100644 --- a/src/components/Splash.vue +++ b/src/components/Splash.vue @@ -63,7 +63,7 @@ :maxQuestionsAllowedToAttempt="maxQuestionsAllowedToAttempt" :quizTimeLimit="quizTimeLimit" :questionSetStates = "questionSetStates" - class="xl:mr-20 xl:ml-10 lg:mr-24 lg:ml-24 md:mr-48 md:ml-48 sm:mr-60 sm:ml-60" + class="mx-4 md:mx-40" > @@ -181,7 +181,7 @@ export default defineComponent({ config.value = "Let's Start"; } else { if (props.hasQuizEnded && !props.reviewAnswers) { - config.class = "text-sm md:text-sm text-primary text-white font-poppins-bold"; + config.class = "text-sm md:text-sm text-white font-poppins-bold"; config.value = "You cannot review answers now. Please come back after test ends."; if (props.sessionEndTimeText != "") { config.value += ` (${props.sessionEndTimeText})`
    Test Name