thanks for making such great plugin , the free version is providing the features which I cant even Expect.
No.1 I have Stuck in a issue please help me resolve , actually I was trying to change the colors and layouts of Quiz Design , But unfortunately I could not set the global design or apply same design to my all existing quizzes. I have more than 40+ quizzes it is very difficult to change the designs one-by-one , there must be such feature to apply styling on all existing quizzes.
No.2 Even in single quiz we can change the colors and design that appears before the test sumbit , but once we sumbit the test the result page contains the same old default colors , and even there is no design settings for result page , I tried to this by inspecting the page and giving custom css but even it’s not working because existing css already contains the “!important” attribute. So please at least solve my 2nd problem because 1st one may take time .
The page I need help with: [log in to see the link]
Thank you for your topic and kind words. We appreciate it so much.
Please find the answers to your questions below.
I would like to mention that unfortunately, there is no such feature available for usage. But we will take your request as a suggestion and will let you know in case of adding it in one of the future updates of the plugin.
I am not sure I understand your question correctly. Please clarify what styling you have set and what problem exactly you are facing by providing us with screenshots so that we can understand it better and guide you accordingly.
Qno.2 (continue) You can see below in the image Same quiz contains two different styling basically background color options, before submission vs after submission, I want to see same styling in result page too. I found no option in the plugin so i decided to achieve by custom css but unfortunately it already contains !important attribute in css. I want the same color that is before submit , that is somehow light orange color
As for your question about changing the colors of the right and wrong answers, I would like to mention that unfortunately, there is no such feature available for usage.
By the way, thanks a lot for your suggestion. I will pass your request to our Product Management Team for future consideration. We will let you know once there is an update in this regard in the future.
For the current solution, you can reach your desired result with custom CSS, just by using stronger selectors than we use in the plugin for certain reasons.
You can use the following selectors for your chosen quiz theme. The selectors will affect both the result page and the quiz questions page.
#ays-quiz-container-YOUR_QUIZ_ID.ays_quiz_classic_light .ays_quiz_results .correct_div – for the right answer #ays-quiz-container-YOUR_QUIZ_ID.ays_quiz_classic_light div.wrong_div – for the wrong answer
If you want to change only the colors of the result page, you can use the following selectors.
#ays-quiz-container-YOUR_QUIZ_ID.ays_quiz_classic_light .ays_quiz_results .correct_div – for the right answer #ays-quiz-container-YOUR_QUIZ_ID.ays_quiz_classic_light .ays_quiz_results .wrong_div – for the wrong answer
Please replace the YOUR_QUIZ_ID with the corresponding Quiz ID. Here is an example:
Thank you for your response. Glad to hear that it worked for you.
As for your question, I would like to mention that in general, it is possible to make changes for all quizzes with custom CSS. However, unfortunately, in this case, you need to write custom CSS separately for each quiz.
Let me know if you have any further questions.
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Custom Css Issue for Result page’ is closed to new replies.