Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Coursetracking module : constraints for markers location.

Coursetracking module : constraints for markers location

From MoodleDocs

back to main

All locations will not allow dropping Coursetracking markers.

We need some constraints being fullfilled in moodle code to be able to mark an edited content :

  • Content must return to Moodle as PARAM_RAW format, or marker HTML code might be scrambled.
  • Content must be displayed through the Moodle filters.
  • The Moodle filtering should not strip any HTML tags from content when producing output.

If the marker disappears after recording, or is not rendered, or remains a Moodlus Oculi icon, one of the above conditions might not be fullfilled for this editable content. Do not try to mark those contents.

We will not be able to fix thos kind of incompatibility as it relyes on code in the plugins themselves.