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: Lesson admin settings.

Lesson admin settings: Difference between revisions

From MoodleDocs
m (moved Lesson defaults to Lesson admin settings: consistency with other admin settings pages)
(see also link, spacing)
Line 1: Line 1:
Settings>Site administration>Plugins>Activities modules>Lesson
Location: ''Settings > Site administration > Plugins > Activity modules > Lesson
 


In Moodle 2.0, some settings are set on the site level and others for specific Lessons.  Both are found in the [[Settings block]].  These are the site wide default and/or enabling settings.   
In Moodle 2.0, some settings are set on the site level and others for specific Lessons.  Both are found in the [[Settings block]].  These are the site wide default and/or enabling settings.   
Line 18: Line 19:
Sets the width of the popup displayed for a linked media file
Sets the width of the popup displayed for a linked media file
*Variable name: lesson_mediawidth, Default 640.
*Variable name: lesson_mediawidth, Default 640.


===Popup window  height===
===Popup window  height===
Line 41: Line 41:


==See also==
==See also==
* [[Lesson settings]] for teachers
*Settings block - [[Site administration menu 2.0]]
*Settings block - [[Site administration menu 2.0]]
[[Category:Moodle 2.0]]
 
[[Category:Lesson]]

Revision as of 13:32, 12 August 2011

Location: Settings > Site administration > Plugins > Activity modules > Lesson


In Moodle 2.0, some settings are set on the site level and others for specific Lessons. Both are found in the Settings block. These are the site wide default and/or enabling settings.

Slideshow width

Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".

  • Variable name: lesson_slideshowwidth, Default 640.

Slideshow height

Sets the height of the slideshow only when this feature is enabled in a Lesson's "Change settings".

  • Variable name: lesson_slideshowheight, Default 480.

Slideshow background colour

Background colour to for the slideshow if it is enabled.

  • Variable name: lesson_slideshowbgcolor, Default #FFFFFF.

Popup window width

Sets the width of the popup displayed for a linked media file

  • Variable name: lesson_mediawidth, Default 640.

Popup window height

Sets the height of the popup displayed for a linked media file

  • Variable name: lesson_mediaheight, Default 480.

Show close button:

Displays a close button as part of the popup generated for a linked media file

  • Variable name: lesson_mediaclose, Default No.

Number of high scores displayed

Sets the number of high scores to display

  • Variable name: lesson_maxhighscores, Default: 10

Maximum number of answers/branches

Default maximum number of answers/branches per page for site

  • Variable name: lesson_maxanswers, Default: 4.

Action after correct answer

The default action to take after a correct answer

  • Variable name: lesson_defaultnextpage, Default: Normal - follow lesson path

See also