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

Subcourse module: Difference between revisions

From MoodleDocs
m (removing 1.9 template)
(→‎See also: Added link to Matt Gibson's 2.0 version of Subcourse)
 
Line 36: Line 36:
==See also==
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=1775  Subcourse] in 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.
*[https://github.com/mattgibson/moodle-mod_subcourse Subcourse for Moodle 2.0+] upgraded version by Matt Gibson (may not be ready for production).


[[Category:Contributed code]]
[[Category:Contributed code]]


[[es:Módulo Subcurso]]
[[es:Módulo Subcurso]]

Latest revision as of 13:43, 2 May 2012

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

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.
  • Subcourse for Moodle 2.0+ upgraded version by Matt Gibson (may not be ready for production).