Quiz "AJAX-like" solution: hint: use an iframe
Posted by jhchnc on September 29, 2012 at 11:38pm
A very simple solution to having an "AJAX"-like experience with the Quiz module is to render your quiz on a page in an iframe.
It took me a day of toying with different ideas to realize that this would be a very simple method to employ when looking for a solution to the problem of not requiring the user to reload an entire page as they go through a quiz.
It is also a very good method for D7 users, as it assures compliance with core Quiz changing going forward.
Read more