Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

User:Chris collman/sandbox2: Difference between revisions

From MoodleDocs
No edit summary
m (for "Updating lesson" page that turned into redirect)
Line 1: Line 1:
{| class="nicetable"
 
|-
 
! Directory
{{Moodle 2.0}}
! File
Settings block>Lesson administration>Settings
! Description
 
|-
The updating a lesson window is show when adding a lesson for the first time or by following links in the "Settings block" while in a Lesson.  By clicking on "Advanced features" button, more options can be displayed. 
|
 
| /config.php
==General==
| Contains all of the configuration and definitions for each theme
*Name
|-
*Time limit - if enabled, set time in minutes
|
**Available from  - if enabled
| /lib.php
**Day Month Year Hour Minute  - set when lesson can be seen by students
| Contains speciality classes and functions that are used by theme
**Enable - check if you want this feature
|-
*Deadline - if enabled
|
**Day Month Year Hour Minute - set when lesson is closed for students
| /renderers.php
**Enable - check if you want this feature
| Contains the custom renderers for the theme.
*Maximum number of answers/branches - set number (2-20)
|-
 
|
===Advanced general options===
| /settings.php
*Password protected lesson - Yes/No
| Contains custom theme settings. These local settings are defined by the theme allowing the theme user to easily alter something about the way it looks or operates. (eg a background colour, or a header image)
**Password, with mask unmask
|-
 
| /javascript/
==Grade options==
|
*Practice lesson - Yes/No
| All speciality JavaScript files the theme requires should be located in here.
*Custom scoring  - Yes/No
|-
*Maximum grade - set value
| /lang/  
*Re-takes allowed  - Yes/No
|
*Handling of re-takes - if allowed then use either mean score or max score
| Any special language files the theme requires should be located in here.
*Display ongoing score  - Yes/No
|-
 
| /layout/  
===Advanced grade options===
|
None
| Contains the layout files for the theme.
==Flow control==
|-
*Allow student review  - Yes/No
| /pix/
*Display review button  - Yes/No
|
*Maximum number of attempts - set number of attempts before lesson automatically advances to "next page".
| Contains any images the theme makes use of either in CSS or in the layout files.
*Display default feedback  - Yes/No
|-
*Progress bar - Yes/No
| /pix
*Display left menu  - Yes/No
| /favicon.ico
 
| The favicon to display for this theme.
===Advanced flow control options===
|-
*Action after correct answer - "Normal", "Show unseen", "Show unanswered"
| /pix
*Display left menu only if grade greater than - select number from 0% - 100%
| /screenshot.jpg
*Number of pages to show- Number of pages to show when slideshow is enabled
| A screenshot of the theme to be displayed in on the theme selection screen.
*Slideshow - Yes/No
|-
*Link to and activity - pull down list with all course activities
| /style
 
|
==Popup==
| One location for CSS files.
Pop-up to file or web page - Choose a file or page
|-
===Advanced popup options===
|
None
|/*.css
 
|CSS files the theme requires
==Dependent on==
|}
Dependent on - select lesson this lesson is dependent upon
Time spent - set minimum number of minutes in dependent lesson to enter this one
Completed - check if must complete dependent lesson to enter this one
Grade better than - set minimum percentage grade in dependent lesson to enter this one
===Advanced dependent on options===
None
 
==Common module settings==
Visible - Check if visible to students
ID Number - Field to put id number used in grading
 
===Advanced common module options===
Grouping - Yes/no, must be enabled in course settings
Available for group members  Available for group members only
 
==Save-Cancel options==
You can cancel any changes you made, or save them and return to the course, or save them and display the current lesson.

Revision as of 12:54, 11 May 2010


Moodle 2.0


Settings block>Lesson administration>Settings

The updating a lesson window is show when adding a lesson for the first time or by following links in the "Settings block" while in a Lesson. By clicking on "Advanced features" button, more options can be displayed.

General

  • Name
  • Time limit - if enabled, set time in minutes
    • Available from - if enabled
    • Day Month Year Hour Minute - set when lesson can be seen by students
    • Enable - check if you want this feature
  • Deadline - if enabled
    • Day Month Year Hour Minute - set when lesson is closed for students
    • Enable - check if you want this feature
  • Maximum number of answers/branches - set number (2-20)

Advanced general options

  • Password protected lesson - Yes/No
    • Password, with mask unmask

Grade options

  • Practice lesson - Yes/No
  • Custom scoring - Yes/No
  • Maximum grade - set value
  • Re-takes allowed - Yes/No
  • Handling of re-takes - if allowed then use either mean score or max score
  • Display ongoing score - Yes/No

Advanced grade options

None

Flow control

  • Allow student review - Yes/No
  • Display review button - Yes/No
  • Maximum number of attempts - set number of attempts before lesson automatically advances to "next page".
  • Display default feedback - Yes/No
  • Progress bar - Yes/No
  • Display left menu - Yes/No

Advanced flow control options

  • Action after correct answer - "Normal", "Show unseen", "Show unanswered"
  • Display left menu only if grade greater than - select number from 0% - 100%
  • Number of pages to show- Number of pages to show when slideshow is enabled
  • Slideshow - Yes/No
  • Link to and activity - pull down list with all course activities

Popup

Pop-up to file or web page - Choose a file or page

Advanced popup options

None

Dependent on

Dependent on - select lesson this lesson is dependent upon Time spent - set minimum number of minutes in dependent lesson to enter this one Completed - check if must complete dependent lesson to enter this one Grade better than - set minimum percentage grade in dependent lesson to enter this one

Advanced dependent on options

None

Common module settings

Visible - Check if visible to students ID Number - Field to put id number used in grading

Advanced common module options

Grouping - Yes/no, must be enabled in course settings Available for group members Available for group members only

Save-Cancel options

You can cancel any changes you made, or save them and return to the course, or save them and display the current lesson.