Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Lesson settings.

Lesson settings: Difference between revisions

From MoodleDocs
(Chris decided upon "XYZ settings", will use Lesson for formatting examples)
 
(Here is how I think Moodle 2.0 page should look for Activity module settings)
Line 1: Line 1:
Settings>Site administration>Plugins>Activities modules>Lesson
Settings>Site administration>Plugins>Activities 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 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

Revision as of 12:07, 10 May 2010

Settings>Site administration>Plugins>Activities 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 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