laravel-quiz icon indicating copy to clipboard operation
laravel-quiz copied to clipboard

Extended validate function

Open alex1897 opened this issue 2 years ago • 0 comments
trafficstars

In addition to the ticket #28 it would be good to have the id's of the given and the correct/wrong answers.

What I would like to archive is to show the user something like that: Bildschirmfoto 2023-10-19 um 20 30 21 Source: https://www.daypo.com/c-cpi-14.html#test

I am using this function: $this->quiz_attempt->validate($quiz_question_id)[$quiz_question_id]

But that function does not provide me enough information to be able to show it in the way above.

Multiple choice: Bildschirmfoto 2023-10-19 um 20 22 50

Single choice: Bildschirmfoto 2023-10-19 um 20 22 18

alex1897 avatar Oct 19 '23 18:10 alex1897