Hello!
Beforehand I beg pardon for my English.
I create Quiz project with multichoice questions. User visits the site, register and pass the quiz. After the quiz he sees the results and they look good. Later user sees the results through the administration of his profile (example, 'site/user/20/myresults' and selects the quiz) but the results look different - without marked right or wrong results.
To better understand what I mean I attach files: 01.JPG - right results immediately after the quiz; 02.JPG - user sees the results through the administration of his profile.
How to make that in a profile of the user results of a quiz (02.jpg) were displayed as in a file 01.jpg?
| Attachment | Size |
|---|---|
| 01.JPG | 40.46 KB |
| 02.JPG | 25.72 KB |
Comments
view quiz results fully with correct and wrong answers
You can view the results by just making the output theme function
with the 3rd param to TRUE in the theme_quiz_user_summary function in quiz.pages.inc file.
Regards,
Kiran Leonardo