Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Course element : Pedagogical Advice.

Course element : Pedagogical Advice

From MoodleDocs
Revision as of 21:49, 28 February 2015 by Valery Fremaux 2 (talk | contribs) (Created page with " Back to index The Pedagogical Note is a role conditional element dedicated to teachers and editing teachers. It will display a pedag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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="custombox-control pedagogicadvice"><a href="javascript:togglecustom('<%%customid%%>')"><img id="customctl<%%customid%%>" src="<%%initialcontrolimage%%>" /></a>

<span class="custombox-header-caption pedagogicadvice">Pedagogic advice

  <div class="custombox-content pedagogicadvice" id="custom<%%customid%%>">

<p class="custombox-helper pedagogicadvice">(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 class="custombox-content-text pedagogicadvice"><%%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