• Resolved nbcampus

    (@nbcampus)


    Hello

    I am preparing a quiz for Java exam. As you know java code have a predefined format and I can’t use simple text alignment for Java code.

    I tried my level best to format the question but in exam question are being shown without any format i.e. even if I write question with proper formatting, that formatting is automatically disappering in quiz exam.

    Is there a way else it’s big headache for me. Fyi, I am using pro version.

    Regards
    Neeraj

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi dear @nbcampus,

    Thank you for the topic.

    There is an option called Question text alignment in the Style tab.
    See the screenshot: https://ibb.co/Q9xpGZh

    But, please note that it applies to only <p> tags inside the questions.
    We checked your quiz and noticed that they are under <p> tags, though we can provide you Custom CSS as well.

    Please copy the following CSS and paste it into the Custom CSS field of the given quiz. ( Quiz Maker → Quizzes → the given quiz → Styles tab → Custom CSS)

    Please note to change the YOUR_QUIZ_ID to the given quiz ID of yours. (do not delete the space after it)

    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays_quiz_question,
    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays_quiz_question * {
    	text-align: left;
    }

    Please delete all caches afterward.

    For further support, please contact us via this form . Our customer care specialists will always be happy to help you.

    Commercial products are not supported in these forums.

    Thank you.

    • This reply was modified 3 years, 5 months ago by ays-pro.
Viewing 1 replies (of 1 total)
  • The topic ‘Question format issue’ is closed to new replies.