-
Improvement
-
Resolution: Fixed
-
Minor
-
2.2.2, 2.5.1
-
MOODLE_22_STABLE, MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
lib/questionlib.php contains code s.t. the images in the questiontext of a question can be displayed outside an attempt context.
PLUGINFILE URLs are rewritten to special links. The function question_pluginfile() contains special code to call
a special plugin function of the activity module wanting to display the question. This function then serves the image file.
So far (Moodle 2.2.2), this is not possible for images questionanswer texts, although images can now be added to question answers (e.g. in multichoice questions).
Improvement: Find and implement a proper solution for activity modules to serve image files in questiontexts and answertexts of questions.
- has been marked as being related by
-
MDL-39507 Question definition html_to_text incorrectly call format_text on text with urls not rewritten
-
- Closed
-