Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Course element : Pedagogical Note.

Course element : Pedagogical Note

From MoodleDocs

Back to index

The Pedagogical Note is a role conditional element dedicated to teachers and editing teachers. It will display a pedagogic advice written by course authors that can help course coaches to understand and avoid misuse of the course content.

Settings form

Default Template

  <div class="custom-pedagogicadvicecontrol"><a href="javascript:togglecustom('<%%customid%%>')"><img id="customctl<%%customid%%>" src="<%%initialcontrolimage%%>" /></a>

<span class="custom-pedagogicadvicehead">Pedagogic advice

  <div class="custom-pedagogicadvicecontent" id="custom<%%customid%%>">

<p class="custom-pedagogicadvicehelper">(This note is only visible for trainers)

  <table width="100%" class="custombox-pedagogicadvice">
     <tr valign="top">

<td class="custombox-header-thumb pedagogicadvice" width="2%"> <td><%%advice%%> </tr> </table> </div> <script type="text/javascript"> setupcustom("<%%customid%%>", "<%%initiallyvisible%%>"); </script>

CSS Element list

.custombox-pedagogicadvice (TABLE) : Overal container

.custombox-header-thumb.pedagogicadvice (TD) : Left Icon container

.custombox-header-caption.pedagogicadvice (TD) : Right caption container

.custombox-content.pedagogicadvice (TD) : Message container