1 |
efrain |
1 |
Subcourse module for Moodle
|
|
|
2 |
===========================
|
|
|
3 |
|
|
|
4 |

|
|
|
5 |
|
|
|
6 |
This Moodle module provides very simple yet useful functionality. When added into a
|
|
|
7 |
course, it behaves as a graded activity. The grade for each student is took from a
|
|
|
8 |
final grade in another course. Combined with
|
|
|
9 |
[metacourses](http://docs.moodle.org/en/Course_meta_link), this allows course
|
|
|
10 |
designers to effectively organise courses into separate units.
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
Branches
|
|
|
14 |
------------
|
|
|
15 |
The git branches here support the following versions.
|
|
|
16 |
|
|
|
17 |
| Moodle version | Branch |
|
|
|
18 |
|-----------------------|-------------------|
|
|
|
19 |
| Mooodle 3.9 to 4.0 | MOODLE_39_STABLE |
|
|
|
20 |
| Moodle 4.1 | MOODLE_401_STABLE |
|
|
|
21 |
| Moodle 4.2 and higher | MOODLE_402_STABLE |
|
|
|
22 |
|
|
|
23 |
|
|
|
24 |
Installation
|
|
|
25 |
------------
|
|
|
26 |
|
|
|
27 |
Please follow <https://docs.moodle.org/en/Installing_plugins#Installing_a_plugin> for
|
|
|
28 |
the general instructions on how to install Moodle plugins.
|
|
|
29 |
|
|
|
30 |
When installing from uploaded ZIP package or via Git, the "subcourse" directory is
|
|
|
31 |
expected to be place under the "/mod" directory of your Moodle installation.
|
|
|
32 |
|
|
|
33 |
Usage
|
|
|
34 |
-----
|
|
|
35 |
|
|
|
36 |
* Create a main course and one or few other courses that should act as a sub-courses of
|
|
|
37 |
the main course.
|
|
|
38 |
* Into the main course, add a new instance of the Subcourse activity module for each
|
|
|
39 |
of the referenced course (sub-course) to fetch grades from.
|
|
|
40 |
* Enrol students into all courses (the main one as well as the referenced ones).
|
|
|
41 |
* Let students receive the final grades in the referenced courses.
|
|
|
42 |
* Check that the final grade in the referenced courses now appears as the grade for
|
|
|
43 |
the Subcourse activity in the main course.
|
|
|
44 |
|
|
|
45 |
Support
|
|
|
46 |
------
|
|
|
47 |
|
|
|
48 |
Free support for this plugin is available in the moodle.org forums - https://moodle.org/mod/forum/view.php?id=44
|
|
|
49 |
|
|
|
50 |
Commercial level support is available from the Moodle Partner Catalyst IT https://www.catalyst.net.nz/contact-us
|
|
|
51 |
|
|
|
52 |
Author
|
|
|
53 |
------
|
|
|
54 |
|
|
|
55 |
The module was originally written by David Mudrák <david@moodle.com> and is now maintained by Catalyst IT.
|
|
|
56 |
|
|
|
57 |
Useful links
|
|
|
58 |
------------
|
|
|
59 |
|
|
|
60 |
* [Bug tracker](https://github.com/catalyst/moodle-mod_subcourse/issues)
|
|
|
61 |
|
|
|
62 |
License
|
|
|
63 |
-------
|
|
|
64 |
|
|
|
65 |
This program is free software: you can redistribute it and/or modify it under the
|
|
|
66 |
terms of the GNU General Public License as published by the Free Software Foundation,
|
|
|
67 |
either version 3 of the License, or (at your option) any later version.
|
|
|
68 |
|
|
|
69 |
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
70 |
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
71 |
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
72 |
|
|
|
73 |
You should have received a copy of the GNU General Public License along with this
|
|
|
74 |
program. If not, see <http://www.gnu.org/licenses/>.
|