Hi!
I have been working with the Quiz module for the past week - thank you for an awesome contribution!
One problem though (I have searched extensively for a solution BTW):
I didn't realize that the final user results table has the ability to display either the "correct.gif" or "incorrect.gif" image depending on the users answer. After looking at some sites to compare output, I stumbled on one site that displayed these correctly - whereas most others (including the demo site I believe) don't display the image(s) at all.
Is there anything special that needs to be done to get this working?
As it is there is an empty column (class="quiz_summary_qcell") that appears on the result pages. From a theming standpoint I would like to remove the extra column - if I am unable to get the incorrect.gif/correct.gif images to appear.
Thanks so much for any help you can provide - it is certainly appreciated!
Comments
Comment #1
FWE commentedBTW - I don't believe this is related to this issue: #439156: User Results Not Displaying Correctly
These images do not appear in either the Admin "review users result" *or* the quiz takers final results page.
Thanks again - GREAT MODULE!!!
Comment #2
mbutcher commentedI'm not sure whether or not this is related to #439156: User Results Not Displaying Correctly, but both of these certainly fall into the same family of issues. I'll take a look at the theme and see what needs fixing.
A screenshot is helpful (at least in theory), so if you could provide one of those, that would be great.
Matt
Comment #3
mbutcher commentedThe issue was a result of a missing theme declaration in the hook_theme() function. This has been fixed in 6.x-3.x.
We are looking at releasing 6.x-3.0-alpha1 very soon.
Matt
Comment #4
FWE commentedThanks so much Matt! Just tried 6.x-3.x-dev and the images are showing correctly - best wishes!