Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1, 2.2
-
None
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_21_STABLE
-
Description
running Moodle 2.1 (Build: 20110701)
In Moodle 2.0, the Preview question popup window contains only the question interface.
In Moodle 2.1, this has changed and the Preview question popup window contains the site breadcrumb and the navigation block as well, which IMHO is quite useless and obtrusive in this context.
This is related to file lib/questionlib.php, function question_preview_url(),
if ($context->contextlevel == CONTEXT_MODULE)
else if ($context->contextlevel == CONTEXT_COURSE)
{ $params['courseid'] = $context->instanceid; }I do not understand the need for these conditions, and would really prefer
$params['courseid'] = $context->instanceid;
at all times...
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-28074 Question preview does not set $PAGE->course, and so does not set forced language
-
- Closed
-