The question is how to use mootools library with ari-quiz component. To be exactly in questions and results.
What I did is add "JHTML::_( 'behavior.modal' );" on each view.html.php (in questions and in results).
In all the questions on any test there's a popup link (this is the reason for the library...). The point is to click in a image and show it bigger getting a effet similar to a fancy box. The links are like this:
<a class="modal" href="/images/big/image1.png" ><img src="/images/image1.png"></a> the "modal" class is to make that effect. I try it in articles adding the library in my index.php, and I read that If you want to use it in a component you have to add it in view.html.php (I did it in questions and and results but it doesn't works.
Regards.