amlendra021
Forum Replies Created
-
They have sugested me to use below CSS,
.ays-quiz-container .ays_quiz_question .enlighter span {
white-space: break-spaces;
}But still, it did not work for me. Could you please suggest what I need to do?
Many thanks for quick response. Please check the link in which I have attached the image. You can also click on start quiz to check the issue, https://aticleworld.com/plugin-test-for-quiz/
Code should be vissible like this,
#include <iostream> using namespace std; //class class Test { //member variable int m; public: //non-static member function void value(int m) { // The 'this' pointer is used to //retrieve the object's m this->m = m; } void print() { cout << "m = " << m << endl; } }; int main() { Test testObj; testObj.value(6); testObj.print(); return 0; }Forum: Plugins
In reply to: [Quiz Maker by AYS] Facing Issue while creating a programming quizI 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.
Forum: Plugins
In reply to: [Quiz Maker by AYS] Facing Issue while creating a programming quizIn question, I am inserting the code in “code insert” of enlighterJs Syntax highlighter plugin. Check this demo page https://aticleworld.com/onlytest/. In the last thanks for the quick response.