Hello,
Update the plugin to v. 1.5.12. After this open "Advanced" tab on "ARI Stream Quiz -> Settings" page and populate "Custom JS code" parameter with the following code:
Code: |
if (jQuery) {
jQuery(document).on('question-result:stream_quiz', function(e, options) {
if (typeof(MathJax) != 'undefined') {
MathJax.Hub.Queue(["Typeset",MathJax.Hub,options.container.get(0)]);
}
});
}
|
Open also quiz settings page and make sure "Settings -> Support shortcodes in quiz description, questions, answers and results" parameter is enabled.
It should help.
Regards,
ARI Soft