Title: Facing Issue while creating a programming quiz
Last modified: July 18, 2020

---

# Facing Issue while creating a programming quiz

 *  Resolved [amlendra021](https://wordpress.org/support/users/amlendra021/)
 * (@amlendra021)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/)
 * First, I want to say thanks for this amazing plugin. I have tested almost all
   available Quiz plugin but I found this plugin very useful. No doubt it is working
   fine but I am facing issue while creating a programming quiz with enlighter syntax
   highlighter. All code comes in a single line, for example.
 * #include<stdio.h>union Point{ unsigned int x:4; unsigned int y:4; int res;};int
   main(){ union Point pt; pt.x = 2; pt.y = 3; pt.res = pt.y; printf(“\n The value
   of res = %d” , pt.res); return 0;}

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

 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13145771)
 * Hi [@amlendra021](https://wordpress.org/support/users/amlendra021/) ,
 * Thank you for the topic and kind words.
 * I have checked your mentioned text as I put it into a quiz question and it works
   fine.
    Can you please clarify the details, where you paste the code and how? 
   Or provide a link to the quiz.
 * Thanks
 *  Thread Starter [amlendra021](https://wordpress.org/support/users/amlendra021/)
 * (@amlendra021)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13150212)
 * In question, I am inserting the code in “code insert” of enlighterJs Syntax highlighter
   plugin. Check this demo page [https://aticleworld.com/onlytest/](https://aticleworld.com/onlytest/).
   In the last thanks for the quick response.
 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13154741)
 * Thank you for your reply.
 * Presumably, the issue is concerning to CSS of your mentioned plugin (Enlighter–
   Customizable Syntax Highlighter ( version 4.2 ) ).
    Maybe there is an enabled
   function regarding the scroll as the question container is selected as “enlighter-
   overflow-scroll”.
 * We recommend you either review the options of that plugin or use the following
   custom CSS code:
 *     ```
       .ays-quiz-container .ays_quiz_question .enlighter-c0{
       	white-space: break-spaces;
       }
       ```
   
 * Thanks
 *  Thread Starter [amlendra021](https://wordpress.org/support/users/amlendra021/)
 * (@amlendra021)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13159136)
 * I have disabled the scroll features in the plugin and as well I have used the
   mentioned script but still not working.No problem I will manage thank for the
   support.
 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13160323)
 * Thank you for your reply.
 * Please put this new CSS code and make a hard refresh (CTRL+F5)
 *     ```
       .ays-quiz-container .ays_quiz_question .enlighter span {
           white-space: break-spaces;
       }
       ```
   
 * The selector has been changed after changing the parameter.
    Thanks

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

The topic ‘Facing Issue while creating a programming quiz’ 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/)

## Tags

 * [formatting issue](https://wordpress.org/support/topic-tag/formatting-issue/)

 * 5 replies
 * 2 participants
 * Last reply from: [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/facing-issue-while-creating-a-programming-quiz/#post-13160323)
 * Status: resolved