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 : Key points.

Course element : Key points

From MoodleDocs

Back to index

The element "Key points" is a list of items that will be visually styled to raise studen attention on key points to remind about the current topic.

Key points must define how many items to write in the list, than fill each item text.

Keypoints sample.jpg

Settings form

Keypoints settings.jpg
  • Item count : Defines the number of item boxes. You need setup the amount of boxes and store once your customlabel, than turn back to editing to see the changes. When reducing the amount of boxes, the deleted items will be lost.

Default Template

  <table class="custombox-keypoints" cellspacing="0" width="100%">
  <tr valign="middle">
         Remind !
         <%%keypointslist%%>

Note that actually the entire list layout is provided as an internal construction thus the templating technique of customlabel do not provide iteration processing.

CSS Element list

.custombox-keypoints (TABLE) : Overal container

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

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

.custombox-content.keypoints (TD) : Keypoint list container

.custombox-content.keypoints UL : Key point list

.custombox-content.keypoints UL LI : Key point item

.custombox-content.keypoints UL LI P : Key point item content