Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukecarrier/moodle-report_tdmmodaccess
Activity access report (participation at section level)
https://github.com/lukecarrier/moodle-report_tdmmodaccess
Last synced: about 1 month ago
JSON representation
Activity access report (participation at section level)
- Host: GitHub
- URL: https://github.com/lukecarrier/moodle-report_tdmmodaccess
- Owner: LukeCarrier
- Created: 2014-02-20T16:28:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T17:52:21.000Z (over 10 years ago)
- Last Synced: 2023-03-11T19:06:06.369Z (over 1 year ago)
- Language: PHP
- Homepage: https://moodle.org/plugins/view.php?plugin=report_tdmmodaccess
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Activity access report (participation at section level)
=======================================================This Moodle plugin provides a participation report tailored to course sections as opposed to individual activities. It
provides a light integration with the existing participation report to enable teachers to drill down further.[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/LukeCarrier/moodle-report_tdmmodaccess/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/LukeCarrier/moodle-report_tdmmodaccess/?branch=master)
License
-------Copyright (c) The Development Manager Ltd
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 .Requirements
------------* Moodle versions 2.4 through 2.6 (Moodle 2.7 coming very soon)
Building
--------1. Clone this repository, and ````cd```` into it
2. Execute ````make```` to generate a zip file containing the plugin
3. Upload to the ````moodle.org```` plugins siteInstallation
-------------1. Copy the zip file to your server
2. Extract the zip file and move the ````tdmmodaccess```` directory to your Moodle's ````report```` directory
3. Browse to Site Administration -> Notifications and allow the database upgrades to execute
4. You may need to manually edit the desired teacher/administrator roles to grant them the
````report/tdmmodaccess:view```` capability