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
m (Replaced content with "The documentation for this add-on has been moved to [https://github.com/mudrd8mz/moodle-mod_subcourse/wiki Github wiki] --~~~~")
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
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 documentation for this add-on has been moved to [https://github.com/mudrd8mz/moodle-mod_subcourse/wiki Github wiki]


The module was created and is currently maintained by [[User:David Mudrak|David Mudrak]].
--[[User:David Mudrak|David Mudrak]] ([[User talk:David Mudrak|talk]]) 21:18, 25 October 2013 (WST)
 
'''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==
 
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]
* 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:
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==
 
Please, use [[Tracker]]. Subcourse if one of the components in "Non-core contributed modules" project.
 
 
==Capabilities==
 
{{Moodle 1.9}}
 
{| cellpadding="3" cellspacing="0" border="1"
!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==
*[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]]

Latest revision as of 13:18, 25 October 2013

The documentation for this add-on has been moved to Github wiki

--David Mudrak (talk) 21:18, 25 October 2013 (WST)