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

[FEATURE] Limit quiz participations per user #56

Closed gckng closed 7 months ago

gckng commented 9 months ago

Hi there, right now it is possible to check if the user has already participated. There is a use case in one of our quizzes, where the user should have 3 possibilities to pass the quiz. Maybe this could be useful for other users as well?

bihor commented 9 months ago

Do you mean the cookie-check or the fe_users check? For which of this szenario do you need this feature?

gckng commented 9 months ago

Thanks for your quick response.

Need this feature for logged in fe_users. Like an extended feUserCheck, right now the quiz is feasible only once if the check is activated. Would be nice to have more tries (maybe set by an integer value).

bihor commented 7 months ago

OK, this should work now in version 5.0.0 if you set settings.user.checkFEuser=3 Can you test it?

gckng commented 7 months ago

Looks great! Thank you very much, awesome support!