bihor / fp_masterquiz

TYPO3 extension to create a quiz, poll or test. The user result will be saved in the DB too and could be displayed as a chart.
GNU General Public License v3.0
5 stars 10 forks source link

Allow multiple quizzes of one archive in one page #34

Closed akroii closed 2 years ago

akroii commented 2 years ago

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?

bihor commented 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.