Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Subcourse module.

Subcourse module: Difference between revisions

From MoodleDocs
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 7: Line 7:
The module uses PHP exceptions - PHP5 is needed. Use this module at production servers on your own risk - it has not been tested very much yet. On the other hand - you are warmly welcome to install, test and report any problems.
The module uses PHP exceptions - PHP5 is needed. Use this module at production servers on your own risk - it has not been tested very much yet. On the other hand - you are warmly welcome to install, test and report any problems.


* Moodle 1.9 - checkout [[CVS for Administrators|CVS]] HEAD or download [http://download.moodle.org/plugins/mod/subcourse.zip latest development build]
* Moodle 2.0 - upgrade in progress
* Moodle 1.9 - checkout [[CVS for Administrators|CVS]] branch MOODLE_19_STABLE or download [http://download.moodle.org/plugins19/mod/subcourse.zip 1.9 build]
* Earlier version are not supported
* Earlier version are not supported


The source codes live in [[CVS for Administrators|CVS]] [http://cvs.moodle.org/contrib/plugins/mod/subcourse/ contrib/plugins/mod/subcourse]. To checkout the module, go to the Moodle mod/ directory and use:
The source code of Moodle 1.x live also in [[CVS for Administrators|CVS]] [http://cvs.moodle.org/contrib/plugins/mod/subcourse/ contrib/plugins/mod/subcourse]. To checkout the module, go to the Moodle mod/ directory and use:
  cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d subcourse contrib/plugins/mod/subcourse
  cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d subcourse -r MOODLE_19_STABLE contrib/plugins/mod/subcourse


==How to report a bug==
==How to report a bug==


Please, use [[Tracker]]. Subcourse if one of the components in "Non-core contributed modules" project.
Please, use [[Tracker]]. Subcourse if one of the components in "Non-core contributed modules" project.
 
==Capabilities==
==Capabilities==


Line 36: Line 37:


==See also==
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=1775  Subcourse] is a Modules and plugins database page for downloads and more information.
*[http://moodle.org/mod/data/view.php?d=13&rid=1775  Subcourse] in Modules and plugins database page for downloads and more information.


[[Category:Contributed code]]


[[Category:Contributed code]]
[[es:Módulo Subcurso]]

Latest revision as of 14:33, 17 January 2011

The module provides very simple yet useful functionality. When added into a course, it behaves as a graded activity. The grade for each student is taken from a final grade in another course. Combined with metacourses, this allows course designers to organize courses into separate units.

The module was created and is currently maintained by David Mudrak.

Installation

The module uses PHP exceptions - PHP5 is needed. Use this module at production servers on your own risk - it has not been tested very much yet. On the other hand - you are warmly welcome to install, test and report any problems.

  • Moodle 2.0 - upgrade in progress
  • Moodle 1.9 - checkout CVS branch MOODLE_19_STABLE or download 1.9 build
  • Earlier version are not supported

The source code of Moodle 1.x live also in CVS contrib/plugins/mod/subcourse. To checkout the module, go to the Moodle mod/ directory and use:

cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d subcourse -r MOODLE_19_STABLE contrib/plugins/mod/subcourse

How to report a bug

Please, use Tracker. Subcourse if one of the components in "Non-core contributed modules" project.

Capabilities

Moodle1.9


Capability Description Status
mod/subcourse:begraded a user can be graded with the remote final grade implemented
mod/subcourse:fetchgrades a user can manually fetch grades from a remote course implemented

See also

  • Subcourse in Modules and plugins database page for downloads and more information.