{"id":19591934,"url":"https://github.com/catalyst/moodle-mod_subcourse","last_synced_at":"2025-10-11T20:34:53.416Z","repository":{"id":1318751,"uuid":"1263662","full_name":"catalyst/moodle-mod_subcourse","owner":"catalyst","description":"Subcourse module for Moodle","archived":false,"fork":false,"pushed_at":"2025-04-15T00:36:32.000Z","size":316,"stargazers_count":27,"open_issues_count":15,"forks_count":45,"subscribers_count":26,"default_branch":"MOODLE_405_STABLE","last_synced_at":"2025-06-06T01:46:59.089Z","etag":null,"topics":["moodle-plugin"],"latest_commit_sha":null,"homepage":"https://moodle.org/plugins/mod_subcourse","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catalyst.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-01-17T14:47:19.000Z","updated_at":"2025-04-28T11:50:47.000Z","dependencies_parsed_at":"2023-07-05T17:15:45.350Z","dependency_job_id":"93a63696-34a2-4b3f-af58-5061ccaee416","html_url":"https://github.com/catalyst/moodle-mod_subcourse","commit_stats":{"total_commits":218,"total_committers":15,"mean_commits":"14.533333333333333","dds":"0.24770642201834858","last_synced_commit":"5852c2b864871b90c6d33e0af2c63cd64db30b3d"},"previous_names":["catalyst/moodle-mod_subcourse","mudrd8mz/moodle-mod_subcourse"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/catalyst/moodle-mod_subcourse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-mod_subcourse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-mod_subcourse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-mod_subcourse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-mod_subcourse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catalyst","download_url":"https://codeload.github.com/catalyst/moodle-mod_subcourse/tar.gz/refs/heads/MOODLE_405_STABLE","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-mod_subcourse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008619,"owners_count":26084480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["moodle-plugin"],"created_at":"2024-11-11T08:32:01.975Z","updated_at":"2025-10-11T20:34:53.401Z","avatar_url":"https://github.com/catalyst.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Subcourse module for Moodle\n===========================\n\n![Moodle Plugin CI](https://github.com/catalyst/moodle-mod_subcourse/workflows/Moodle%20Plugin%20CI/badge.svg)\n\nThis Moodle module provides very simple yet useful functionality. When added into a\ncourse, it behaves as a graded activity. The grade for each student is took from a\nfinal grade in another course. Combined with\n[metacourses](http://docs.moodle.org/en/Course_meta_link), this allows course\ndesigners to effectively organise courses into separate units.\n\n\nBranches\n------------\nThe git branches here support the following versions.\n\n| Moodle version        | Branch            |\n|-----------------------|-------------------|\n| Moodle 4.1            | MOODLE_401_STABLE |\n| Moodle 4.2            | MOODLE_402_STABLE |\n| Moodle 4.3            | MOODLE_403_STABLE |\n| Moodle 4.4            | MOODLE_404_STABLE |\n| Moodle 4.5            | MOODLE_405_STABLE |\n\n\nInstallation\n------------\n\nPlease follow \u003chttps://docs.moodle.org/en/Installing_plugins#Installing_a_plugin\u003e for\nthe general instructions on how to install Moodle plugins.\n\nWhen installing from uploaded ZIP package or via Git, the \"subcourse\" directory is\nexpected to be place under the \"/mod\" directory of your Moodle installation. \n\nUsage\n-----\n\n* Create a main course and one or few other courses that should act as a sub-courses of\n  the main course.\n* Into the main course, add a new instance of the Subcourse activity module for each\n  of the referenced course (sub-course) to fetch grades from.\n* Enrol students into all courses (the main one as well as the referenced ones).\n* Let students receive the final grades in the referenced courses.\n* Check that the final grade in the referenced courses now appears as the grade for\n  the Subcourse activity in the main course.\n  \nSupport\n------\n\nFree support for this plugin is available in the moodle.org forums - https://moodle.org/mod/forum/view.php?id=44\n\nCommercial level support is available from the Moodle Partner Catalyst IT https://www.catalyst.net.nz/contact-us\n\nAuthor\n------\n\nThe module was originally written by David Mudrák \u003cdavid@moodle.com\u003e and is now maintained by Catalyst IT.\n\nUseful links\n------------\n\n* [Bug tracker](https://github.com/catalyst/moodle-mod_subcourse/issues)\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify it under the\nterms of the GNU General Public License as published by the Free Software Foundation,\neither version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this\nprogram. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fmoodle-mod_subcourse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalyst%2Fmoodle-mod_subcourse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fmoodle-mod_subcourse/lists"}