Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.11
-
Fix Version/s: None
-
Component/s: Module: HotPot
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
The Hotpot module appears not to function properly with Custom Corners turned on.
Image uploaded: "Existing Hot Potatoes Matching with any Custom Corners Theme (Hot Potatoes not compatible with Custom Corners)"
Reference discussion: http://moodle.org/mod/forum/discuss.php?d=97503
Yes, as the reference discussion explains, currently the HotPot module up to and including Moodle 1.9 is not compatible with the custom corners theme.
In particular the display of the HotPot quizzes goes loopy, as the screen shot demonstrates.
To fix this properly requires modifiying mod/hopot/view.php to do the following:
1. separate the Hot Potatoes styles and Moodle theme styles
2. adding the special hacks to start and finish the custom corners
if ($THEME->customcorners) { print_custom_corners_start(); }
if ($THEME->customcorners) { print_custom_corners_end(); }
3. it may also be necessary to make sure that a standard Moodle footer is printed for some HotPot output formats