All Projects → mudrd8mz → moodle-mod_subcourse

mudrd8mz / moodle-mod_subcourse

Licence: GPL-3.0 license
Subcourse module for Moodle

Programming Languages

PHP
23972 projects - #3 most used programming language
Gherkin
971 projects
Mustache
554 projects
CSS
56736 projects

Projects that are alternatives of or similar to moodle-mod subcourse

moodle-local mailtest
Moodle MailTest allows administrators to test Moodle's email system. A trace of the SMTP dialogue will be displayed if the email message cannot be sent for any reason.
Stars: ✭ 19 (-5%)
Mutual labels:  moodle-plugin
moodle-local staticpage
Moodle plugin which displays static information pages which exist outside any course, imprint or faq pages for example, complete with Moodle navigation and theme
Stars: ✭ 37 (+85%)
Mutual labels:  moodle-plugin
moodle-block xp
A gamification plugin for Moodle allowing students to gain experience points and level up.
Stars: ✭ 138 (+590%)
Mutual labels:  moodle-plugin
moodle-format onetopic
Course format Onetopic to LMS Moodle
Stars: ✭ 15 (-25%)
Mutual labels:  moodle-plugin
moodle-tool pluginskel
Generator of Moodle plugins skeletons
Stars: ✭ 35 (+75%)
Mutual labels:  moodle-plugin
moodle-theme boost campus
Moodle Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements
Stars: ✭ 35 (+75%)
Mutual labels:  moodle-plugin
moodle-local profilecohort
Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
Stars: ✭ 20 (+0%)
Mutual labels:  moodle-plugin
moodle-local contact
Contact Form is a Moodle plugin that allows your site to process information submitted through HTML forms to the site's support email address.
Stars: ✭ 15 (-25%)
Mutual labels:  moodle-plugin

Subcourse module for Moodle

Moodle Plugin CI

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, this allows course designers to effectively organise courses into separate units.

Installation

Please follow https://docs.moodle.org/en/Installing_plugins#Installing_a_plugin 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.

Author

The module has been written and is currently maintained by David Mudrák [email protected]

Useful links

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 http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].