• Resolved qualityskillacademy

    (@qualityskillacademy)


    Please check out BASIC EXCEL TEST.

    There are some questions which have long text and this text is mixing with the question number for example question 3 is with long text then “3/30” mix up with the question text.

    Questions are randomized so please check few questions to understand my requirement.

    How can I remove question numbers or separate them with the text?

    I have custom CSS option in the Admin section, I think something can work with that but I’m not efficient in CSS.

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

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

    (@ays-pro)

    Hello Dear @qualityskillacademy
    Unfortunately, our plugin currently does not have this kind of option to hide questions counter.
    I will pass it to our developers and they will make it in further updates.
    Regarding your question I can offer two short solutions which you can use to solve this issue:
    1) For removing question counter you can paste this code into the Custom CSS field in edit quiz page in dashboard`
    .ays-question-counter{display:none}
    2) Or you can paste this one`
    .ays-quiz-container>.step{padding-top:20px}

    If these solutions will not solve the problem as you want, please reply us and we will do our best to make you satisfied.

    Thread Starter qualityskillacademy

    (@qualityskillacademy)

    Thank you so much for replying instantly.

    The first code worked for me, it removed the question counter.

    The code is:

    .ays-question-counter{display:none}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question number mixing with Question text’ is closed to new replies.