Hi Antonio,
I need to discuss this with my development team. Hopefully, I will get back to you with the solution.
Regards,
Sumit
Hi Antonio,
I don’t think there is a need to use JavaScript in this case.
You can use conditions on the results page to show the HTML content you want, depending on the points. Please check the below-given screenshot link for your reference.
https://app.usebubbles.com/2BqL9XkThnSKCFEnFCU3yo/untitled-bubble
Let me know if you need more help.
Regards,
sumit
of course i know about this feature, i already use it to show different messages, but I need to show something that is not in your plugin:
– a percentage score point value (e.g. (%POINT_SCORE% / %MAXIMUM_POINTS%) * 100), since %CORRECT_SCORE% gives just correct answers percentage
– a progress bar indicator to show graphically to user his percentage score, even for single category.
To do this, i thought i can pick values from result text and build in js what i need to append. I could use filters or hooks if they could help, but documentation about them is very poor
Update for those who will search for a solution: I solved by using jQuery(document).ajaxComplete() to execute front end code in results page.
thank you anyway.