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
m (Playing with examples)
 
Line 35: Line 35:
Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings"
Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings"


{| border="1" cellpadding="2" cellspacing="0"
{| border="1" cellpadding="2" cellspacing="0" width="75%"  
|-  
|-  
| 640 ||lesson_slideshowwidth
| 640 ||lesson_slideshowwidth
|}
|}
===Slideshow height===
===Slideshow height===
Sets the height of the slideshow only when this feature is enabled in a Lesson's "Change settings".  
Sets the height of the slideshow only when this feature is enabled in a Lesson's "Change settings".  

Revision as of 11:42, 10 May 2010

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".

Default Variable name

Slideshow width

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

640 lesson_slideshowwidth

Slideshow height

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

480 lesson_slideshowheight


End of examples-comments