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 : Authoring Note.

Course element : Authoring Note

From MoodleDocs

Back to index

The Authoring Note is a role conditional element dedicated to editing teachers. It will display a note that explains to course editors how to fill parts of the course and being written by template authors.

File:AuthoringNote sample.jpg

Settings form

File:AuthoringNote settings.jpg

Default Template

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

<span class="custombox-head-caption authornote">Author note

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

<p class="custombox-helper authornote">(This note is only visible by authors)

  <table class="custombox-authornote">
     <tr valign="top">

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

CSS Element list

.custombox-authornote (TABLE) : Overal container

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

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

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