Bruno
My feedback
-
258 votes
The Sensei team has been discussing how we can improve the quiz experience for students. We’ve come up with a first draft that enables showing the correct answers, as well as providing feedback for both correct and incorrect answers.
It’s important to note that this is very rough and is not representative of what the final solution will look like. This is just a starting point to get the discussion going and begin to co-create a solution with everyone who has an interest in this functionality.
To that end, here’s a link to the mock-up. You can leave feedback by clicking the “Leave Feedback” button – https://app.evrybo.com/share/project/12489/135181/oRxY05LKo1HAqAiKG1HT
Bruno supported this idea ·
An error occurred while saving the comment
Hello there,
If like me you were fed up with this problem, you can manually do this:
Edit the file:
\wp-content\plugins\woothemes-sensei\includes\class-sensei-question.php
Around line 625;
just replace
$show_answers = false;
by
$show_answers = true;
That will show all answers to the user whether it passed the quiz or not. If you don't know how to implement that, I can do this for a small fee. Just contact me at bruno@beginwithb.com.
Cheers.