Merge branch '41177-27' of git://github.com/samhemelryk/moodle

This commit is contained in:
Damyon Wiese 2014-02-24 15:10:53 +08:00
commit 801e26ed64
41 changed files with 41 additions and 79 deletions

View file

@ -18,8 +18,7 @@
/** /**
* Provides support for the conversion of moodle1 backup to the moodle2 format * Provides support for the conversion of moodle1 backup to the moodle2 format
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2011 Rossiani Wijaya <rwijaya@moodle.com> * @copyright 2011 Rossiani Wijaya <rwijaya@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -49,8 +49,7 @@
* UL->user level info * UL->user level info
* files->table may have files) * files->table may have files)
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2010 Sam Hemelryk * @copyright 2010 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_lesson
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_lesson
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View file

@ -18,8 +18,7 @@
/** /**
* Action for processing page answers by users * Action for processing page answers by users
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,7 +18,7 @@
/** /**
* Defines message providers (types of messages being sent) * Defines message providers (types of messages being sent)
* *
* @package mod-lesson * @package mod_lesson
* @copyright 2010 Andrew Davis * @copyright 2010 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -36,8 +36,7 @@
* Please do not forget to use upgrade_set_timeout() * Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish. * before any action that may take longer time to finish.
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 o * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 o
*/ */

View file

@ -18,8 +18,7 @@
/** /**
* Provides the interface for overall authoring of lessons * Provides the interface for overall authoring of lessons
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Action for adding a question page. Prints an HTML form. * Action for adding a question page. Prints an HTML form.
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Generic forms used for page selection * Generic forms used for page selection
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Provides the interface for grading essay questions * Provides the interface for grading essay questions
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Essay grading form * Essay grading form
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -21,8 +21,7 @@
* *
* Included by import.ph * Included by import.ph
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Provides the interface for viewing and adding high scores * Provides the interface for viewing and adding high scores
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Imports lesson pages * Imports lesson pages
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Form used to select a file and file format for the import * Form used to select a file and file format for the import
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* This page lists all the instances of lesson in a particular course * This page lists all the instances of lesson in a particular course
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Strings for component 'lesson', language 'en', branch 'MOODLE_20_STABLE' * Strings for component 'lesson', language 'en', branch 'MOODLE_20_STABLE'
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -23,8 +23,7 @@
* delete * delete
* move * move
* moveit * moveit
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Standard library of functions and constants for lesson * Standard library of functions and constants for lesson
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -19,8 +19,7 @@
* Local library file for Lesson. These are non-standard functions that are used * Local library file for Lesson. These are non-standard functions that are used
* only by Lesson. * only by Lesson.
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -21,8 +21,7 @@
* If there is a way to use the resource class instead of this code, please change to do so * If there is a way to use the resource class instead of this code, please change to do so
* *
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -19,8 +19,7 @@
* Form to define a new instance of lesson or edit an instance. * Form to define a new instance of lesson or edit an instance.
* It is used from /course/modedit.php. * It is used from /course/modedit.php.
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Branch Table * Branch Table
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Cluster * Cluster
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* End of branch table * End of branch table
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* End of cluster * End of cluster
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Essay * Essay
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Matching * Matching
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Multichoice * Multichoice
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Numerical * Numerical
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Short answer * Short answer
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* True/false * True/false
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* jjg7:8/9/2004 * jjg7:8/9/2004
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Moodle renderer used to display special elements of the lesson module * Moodle renderer used to display special elements of the lesson module
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Displays the lesson statistics. * Displays the lesson statistics.
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Settings used by the lesson module, were moved from mod_edit * Settings used by the lesson module, were moved from mod_edit
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -20,8 +20,7 @@
* *
* This file was adapted from the mod/quiz/tabs.php * This file was adapted from the mod/quiz/tabs.php
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
*/ */

View file

@ -17,8 +17,7 @@
/** /**
* Version information * Version information
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */

View file

@ -18,8 +18,7 @@
/** /**
* This page prints a particular instance of lesson * This page prints a particular instance of lesson
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
**/ **/

View file

@ -18,8 +18,7 @@
/** /**
* Lesson page without answers * Lesson page without answers
* *
* @package mod * @package mod_lesson
* @subpackage lesson
* @copyright 2009 Sam Hemelryk * @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
**/ **/