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

Points per correct answered question #55

Closed gckng closed 7 months ago

gckng commented 9 months ago

Hello! Is there any possibility to create the following scenario? We would like to credit the user with one point per question, if the question is answered correctly. For single choice questions (radio) this is no problem at all. But we have got mixed quizzes with single and multiple choice questions. A multiple choice question for example has 5 answers and 3 of them are true. The user should be awarded with one point for this question only if he chooses all 3 correct answers. The evaluation should only count correct answered questions (e.g. 12 out of 20).

bihor commented 9 months ago

This is currently not possible, but I think it is a very good feature. I will implement it in the next version.

bihor commented 8 months ago

OK, I have added in version 4.3.0 the setting pointsMode. Try pointsMode=3 Is it OK?

bihor commented 8 months ago

Oh, I forget to set the given points to 1 instead of e.g. 1. But now only correct answered questions are counted.

bihor commented 8 months ago

You can now try settings.pointsMode.4 with version 4.3.1 Is it OK?

gckng commented 8 months ago

Thank you very much! That looks great.

bihor commented 7 months ago

I think, this was not done correct:

I fixed that in version 5.0.1.