Title: Question Explanation
Last modified: August 13, 2024

---

# Question Explanation

 *  Resolved [ali0045](https://wordpress.org/support/users/ali0045/)
 * (@ali0045)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/question-explanation-3/)
 * Please go to question 7 choose an option and in question Explanation you will
   see it goes out of box. Try it on mobile view
    -  This topic was modified 1 year, 10 months ago by [ali0045](https://wordpress.org/support/users/ali0045/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fquestion-explanation-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [gggggdsfgr](https://wordpress.org/support/users/gggggdsfgr/)
 * (@gggggdsfgr)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/question-explanation-3/#post-17951609)
 * Same problem 😢
 *  Plugin Support [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * (@hyenokian)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/question-explanation-3/#post-17951862)
 * Dear [@ali0045](https://wordpress.org/support/users/ali0045/),
 * Thank you for the topic.
 * We checked and noticed that you are using the MathJax plugin, which adds large
   equations with long texts to our quiz.
   The MathJax plugin gives special CSS codes
   and HTML tags from its side, due to which, the text break (line-wrap) can’t be
   performed.
 * That means, if you insert the same equation out of the Quiz and check the case
   with the mobile version, you will see that the equation gets out of the screen.
   The problem doesn’t come from our plugin.
 * As you can see in the screenshot below, the CSS for not wrapping the element 
   is set in the <nobr> HTML tag (not to break the specified text) by the MathJax
   plugin.
 * **See the screenshot below:**
 * > [View post on imgur.com](https://imgur.com/5tERXwu)
 * Also, the min-width is set for lots of elements with big sizes.
 * > [View post on imgur.com](https://imgur.com/vdcFAp8)
 * Due to this, and other similar CSS codes, the explanation text gets out of the
   box.
   For now, we can offer 2 solutions for this case.
 * 1. You can get in touch with the MathJax Plugin Support Team, describe the case
   to them, and let them suggest a solution for the mobile view.
 * 2. Or, you can use the CSS code written by our Development Team **specially for
   you.**
   By this, a scroll will be displayed and the element will not get out of
   the box.The users can scroll on the mobile view to see the whole equation.
 * Please take this Custom CSS code and insert it into the **Quizzes > particular
   quiz > Styles tab > Custom CSS option.**
 * Then, replace YOUR_QUIZ_ID with the corresponding Quiz ID (for instance, like
   this: div#ays-quiz-container-3).
   Do not delete the space after it.Do not forget
   to clear the cache afterward.
 * `div#ays-quiz-container-YOUR_QUIZ_ID .ays_questtion_explanation .MathJax_Display{
   overflow-y: scroll; }`
 * Please check this and let us know about the outcome.
 * Thank you for your response, Dear [@gggggdsfgr](https://wordpress.org/support/users/gggggdsfgr/).
 * Please find the answer to your request in the following topic: [https://wordpress.org/support/topic/quistion-title-explanation/](https://wordpress.org/support/topic/quistion-title-explanation/)
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Question Explanation’ is closed to new replies.

 * ![](https://ps.w.org/quiz-maker/assets/icon-256x256.png?rev=2174282)
 * [Quiz Maker by AYS](https://wordpress.org/plugins/quiz-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-maker/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jasmine](https://wordpress.org/support/users/hyenokian/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/question-explanation-3/#post-17951862)
 * Status: resolved