Added by Ales Hrncal 85 days ago
I created a link from main menu to just one quiz. I don't need the "You cjose the quiz" page and would like my link to open the quiz right away. Is it possible to do it somehow? Thank you very much for your answer ;)
Hello,
In the file components/com_jquarks/controllers/quiz.php
Go to line 62, you will find this instruction:
JRequest::setVar('layout','_quizinfo') ;
Replace '_quizinfo' by 'default'
So All your quizzes will skip the first screen.
Hello Fayez,
thank you very much! Works like a charm ;)