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

Talk:Lesson settings: Difference between revisions

From MoodleDocs
(already moved to lesson default)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Moodle 2.0 new places for settings==
Overview from UI (User interface).  Activity modules now can have their look changed via Settings>Plugins>Activity Modules. Lesson has one of the larger screens with 9 variables.  I have two questions: 
1. What should be the generic name for these kinds of pages?  See [[Talk:Site_administration_menu_2.0]] for more discussion on this.  I decided to go ahead and call this page Lesson settings.  Figuring we can change it later.
2. What should be the format for these kinds of pages?  I will use Lesson settings to try out some examples.


==Example 1==
*'''Slideshow width''' (lesson_slideshowwidth} - Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".  Default 640.
* '''Slideshow height''' lesson_slideshowheight - Sets the height of the slideshow Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".  Default 480.
==Example 2==
*'''Slideshow width''' variable name: lesson_slideshowwidth, Default 640.
**Sets the width of the slideshow Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".
* '''Slideshow height''' variable name:  lesson_slideshowheight. Default 480.
**Sets the height of the slideshow only when this feature is enabled in a Lesson's "Change settings".
==Example 3==
===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.
==Example 4 with table for techies==
===Slideshow width===
Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".
{| style="width:75%" border="1"
|-
| Default ||Variable name
|}
===Slideshow width===
Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings"
{| border="1" cellpadding="2" cellspacing="0" width="75%"
|-
| 640 ||lesson_slideshowwidth
|}
===Slideshow height===
Sets the height of the slideshow only when this feature is enabled in a Lesson's "Change settings".
{| style= border="1"
|-
| 480 ||lesson_slideshowheight
|}
==End of examples-comments==

Latest revision as of 02:18, 11 May 2010