Plugin Author
atitan
(@atitan)
Hello,
First check out your browser’s JavaScript console by pressing F12 to see if there is any red warning.
That would be big help for debugging.
Hi,
There are no errors on the console. Also when I open the console, I can do refresh quiz. but without opening the console, the refresh quiz is not working. It seems like an issue with caching/minify. I am using W3 total cache. When I deactivate all caching and minify, the refresh button is working. Is there any option to exclude the refresh button query from caching?
Plugin Author
atitan
(@atitan)
Visit “http://{your site}/index.php?math_quiz_ajax=get_problem” to see if the problem changes upon refreshing.
The refresh button fetches content from the url above, and then insert into webpage using Javascript.
You’ll get the same problem if the content is cached. That looks like the button isn’t working.