Closed akroii closed 2 years ago
Well, I don´t think that multiple quizzes are submitted because the content-element-ID is used to submit a quiz: $('#quiz-form'+ceuid).submit();
I guess, the problem is, that all other plugins recieve a submit message. So its not a JavaScript problem, but a PHP problem.
Currently I have no idea how to solve this problem with multiple plugins.
Normally when multiple quizzes being placed in one page, alle quizzes are submitted when one quiz is klicked (no ajax mode).
Is it possible to place multiple quizzess in one page?