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
(→‎End of examples-comments: I like example 3)
Line 26: Line 26:


==Example 4 with table for techies==
==Example 4 with table for techies==
===Slideshow width===
Default for site wide Lessons can be set here.
Sets the width of the slideshow only when this feature is enabled in a Lesson's "Change settings".  
{| style="width:75%" border="0"
{| style="width:75%" border="0"
|-  
|-  

Revision as of 11:46, 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

Default for site wide Lessons can be set here.

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

--Chris collman 11:45, 10 May 2010 (UTC) I like Example 3. KISS format, puts developer info in bullet, explains function first, sub heading allow user to jump to section via a TOC.