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

Overview of text answers #25

Closed msollmann closed 3 years ago

msollmann commented 3 years ago

Hi,

is there a backend overview of text answers? I would expect it in the chart, but there I can find only the number of text answers. In the list view of tx_fpmasterquiz_domain_model_selected records there is no possibility to show only text answers. So: where can I evaluate it?

Regards Michael

bihor commented 3 years ago

I think this currently only at the "user details" visible. You want to see all answers in the chart view?

msollmann commented 3 years ago

Yes, I would expect all answers in one place, so that I could export all results as a pdf.

bihor commented 3 years ago

OK, all answers of a text-question are now visible in the chart in the BE. Version 2.1.3.

msollmann commented 3 years ago

Oh, great that you implemented it so quick!

I have tested it and found these issues:

Thanks!

bihor commented 3 years ago

OK:

msollmann commented 3 years ago

That's awesome, thank you!

Only the first answer - positioned with content: attr(title) under the empty chart - will be covered by the answers if they are long. A margin-bottom: 30px; for .chart would solve this little last problem :-)

bihor commented 3 years ago

OK, I have added a margin and a ruler in version 2.1.9