Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: Subcourse module.

Subcourse module: Difference between revisions

From MoodleDocs
(Spanish translation moved to es:Módulo Subcurso thanks to Rebeca Quesada)
Line 2: Line 2:


The module was created and is currently maintained by [[User:David Mudrak|David Mudrak]].
The module was created and is currently maintained by [[User:David Mudrak|David Mudrak]].
'''Módulo Subcurso'''
El módulo proporciona una funcionalidad muy simple pero útil. Cuando se añade a un curso, se comporta como una actividad de clasificación. La calificación de cada estudiante es tomado de una nota final en otro curso. Combinado con metacourses, este curso permite a los diseñadores a organizar cursos en unidades separadas.
El módulo fue creado y es mantenido actualmente por David Mudrak.
----


==Installation==
==Installation==
Line 21: Line 12:
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 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:
  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 contrib/plugins/mod/subcourse
El módulo utiliza excepciones PHP - PHP5, y es necesario. Utilice este módulo en los servidores de producción bajo su propio riesgo - no se ha probado mucho todavía. Por otra parte - se da una cálida bienvenida a instalar, probar y reportar cualquier problema.
*Moodle 1.9 - checkout HEAD o descargarse el último desarrollado
*Las versiones anterior no son compatibles
Los códigos de fuente viva en contrib CVS / plugins / mod / subcourse. Para enterarse de los módulos, visite el Ministerio de Defensa Moodle / y uso:
cvs -z3 -d:ext:myusername@cvs.moodle.org:/cvsroot/moodle co -d subcourse 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 61: Line 38:
*[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.


[[Category:Contributed code]]


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

Revision as of 09:17, 19 November 2009

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.

The source codes live 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 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

Template:Moodle 1.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.