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: Difference between revisions

From MoodleDocs
(New page: 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 ...)
 
No edit summary
 
Line 1: Line 1:
[[mod/coursetracking/view|back to main]]
All locations will  not allow dropping Coursetracking markers.  
All locations will  not allow dropping Coursetracking markers.  



Latest revision as of 16:21, 29 December 2009

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.