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

maximal points do not respect that only one answer can be choosen #12

Closed linawolf closed 3 years ago

linawolf commented 3 years ago

I am using fp_masterquiz 1.4.2 on TYPO3 9.5.23

I have one quiz with two questions. in each question only one answer can be chosen. (select-box) the answers have 0, 1 or 2 points.

The quiz totals the reachable number of points to 6 where I would expect it to be 4.

https://github.com/bihor/fp_masterquiz/issues/11 suggests the issue got fixed with 1.3.2 however I am already using 1.4.2

linawolf commented 3 years ago

Attached Patch fixes the bug for me.

[BUGFIX]_maximal_points_should_respect_that_only_one_answer_can_be_choosen.zip

bihor commented 3 years ago

OK, I have fixed this bug in version 1.4.4.

linawolf commented 3 years ago

Could you make 1.4.4 available via packagist please?