• Resolved knowledgegallery

    (@knowledgegallery)


    Hi
    I have created 2 quizzes last day. In those quizzes, Question is not showing, only options are showing. So please check this issue.

    Thanks

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

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

    (@ays-pro)

    Hi Dear @knowledgegallery ,

    Thank you for the topic.

    The questions which you have created are placed in the div element. They inherit a white text color, and that is the reason why they are not displaying properly.

    Please change them with p tag via Question WP editor or use the custom CSS below.

    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)

    #ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question,
    #ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question * {
    color: red;
    }

    Thank you.

    Thread Starter knowledgegallery

    (@knowledgegallery)

    Thanks
    But there are some issues like some questions are in ‘div’ and some are in ‘p’ tag. So please check this. Now I have done this with css but please resolve this issue because all questions should be in ‘p’ tag only.

    Plugin Author ays-pro

    (@ays-pro)

    Thank you for your reply, Dear @knowledgegallery.

    While creating a question and typing inside the question editor, the text is being placed in the <p> tag automatically.
    The <div> tag is being formed while formatting the question via the WP editor; it does not have any connection with us.

    Anyway, you can change the tags manually.

    Thank you

    Plugin Author ays-pro

    (@ays-pro)

    Thank you for your patience, Dear @knowledgegallery .

    We have made some changes that will serve the best interest of your case and updated the plugin.
    Please update it.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Question is not showing in quiz, only options are showing’ is closed to new replies.