laravel-quiz
laravel-quiz copied to clipboard
Extended validate function
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:
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:
Single choice: