/**
* Action for adding a branch table. Prints an HTML form.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for adding a cluster page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for adding an end of branch page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for adding an end of cluster page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for adding a question page. Prints an HTML form.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for confirming the deletion of a page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* HTML template for continue.php
*
- * @version $Id$
* @package lesson
**/
?>
/**
* Action for processing page answers by users
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for deleting a page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for editing a page. Prints an HTML form.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for processing the form from addpage action and inserts the page.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action that displays an interface for moving a page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for actually moving the page (database changes)
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Action for processing the form in editpage action and saves the page
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Lesson's backup routine
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Provides the interface for overall authoring of lessons
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Provides the interface for grading essay questions
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
-<?php // $Id$
+<?php
/**
* format.php - Default format class for file imports/exports. Doesn't do
* everything on it's own -- it needs to be extended.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
-<?php // $Id: lesson.php, v 1.0 25 Jan 2004
+<?php
/**
* Handles lesson actions
*
* move
* moveit
* updatepage
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
* Form to define a new instance of lesson or edit an instance.
* It is used from /course/modedit.php.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* jjg7:8/9/2004
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* Displays the lesson statistics.
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* This php script contains all the stuff to restore lesson mods
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
*
* This file was adapted from the mod/quiz/tabs.php
*
-* @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
*/
* Code fragment to define the version of lesson
* This fragment is called by moodle_needs_upgrading() and /admin/index.php
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
/**
* This page prints a particular instance of lesson
*
- * @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/