Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-mod_subcourse
Subcourse module for Moodle
https://github.com/catalyst/moodle-mod_subcourse
moodle-plugin
Last synced: 3 days ago
JSON representation
Subcourse module for Moodle
- Host: GitHub
- URL: https://github.com/catalyst/moodle-mod_subcourse
- Owner: catalyst
- License: gpl-3.0
- Created: 2011-01-17T14:47:19.000Z (almost 14 years ago)
- Default Branch: MOODLE_404_STABLE
- Last Pushed: 2024-07-24T02:26:38.000Z (4 months ago)
- Last Synced: 2024-07-24T04:33:16.948Z (4 months ago)
- Topics: moodle-plugin
- Language: PHP
- Homepage: https://moodle.org/plugins/mod_subcourse
- Size: 272 KB
- Stars: 23
- Watchers: 29
- Forks: 38
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
Subcourse module for Moodle
===========================![Moodle Plugin CI](https://github.com/catalyst/moodle-mod_subcourse/workflows/Moodle%20Plugin%20CI/badge.svg)
This Moodle module provides very simple yet useful functionality. When added into a
course, it behaves as a graded activity. The grade for each student is took from a
final grade in another course. Combined with
[metacourses](http://docs.moodle.org/en/Course_meta_link), this allows course
designers to effectively organise courses into separate units.Branches
------------
The git branches here support the following versions.| Moodle version | Branch |
|-----------------------|-------------------|
| Moodle 4.1 | MOODLE_401_STABLE |
| Moodle 4.2 | MOODLE_402_STABLE |
| Moodle 4.3 | MOODLE_403_STABLE |
| Moodle 4.4 | MOODLE_404_STABLE |Installation
------------Please follow for
the general instructions on how to install Moodle plugins.When installing from uploaded ZIP package or via Git, the "subcourse" directory is
expected to be place under the "/mod" directory of your Moodle installation.Usage
-----* Create a main course and one or few other courses that should act as a sub-courses of
the main course.
* Into the main course, add a new instance of the Subcourse activity module for each
of the referenced course (sub-course) to fetch grades from.
* Enrol students into all courses (the main one as well as the referenced ones).
* Let students receive the final grades in the referenced courses.
* Check that the final grade in the referenced courses now appears as the grade for
the Subcourse activity in the main course.
Support
------Free support for this plugin is available in the moodle.org forums - https://moodle.org/mod/forum/view.php?id=44
Commercial level support is available from the Moodle Partner Catalyst IT https://www.catalyst.net.nz/contact-us
Author
------The module was originally written by David Mudrák and is now maintained by Catalyst IT.
Useful links
------------* [Bug tracker](https://github.com/catalyst/moodle-mod_subcourse/issues)
License
-------This program is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with this
program. If not, see .