Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-local_integrity
https://github.com/catalyst/moodle-local_integrity
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalyst/moodle-local_integrity
- Owner: catalyst
- License: other
- Created: 2021-07-23T01:51:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:10:52.000Z (almost 2 years ago)
- Last Synced: 2023-04-18T23:29:58.644Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/catalyst/moodle-local_integrity/ci.yml?branch=master)
# Academic integrity #
This plugin allows enabling academic integrity statement upon commencing moodle URLs. A notice appears in a modal pop up window.
Users must agree to the statement, otherwise they will be redirected to a related course page.
Once agreed in a context, the statement won't be displayed again, unless reset manually by administrators.## Versions and branches ##
| Moodle Version | Branch |
|-------------------|--------------|
| Moodle 3.9+ | master |## Features ##
* supports various Moodle activities;
* configurable notice message for each statement;
* configurable default status for each of the statement (enabled or disabled by default);
* capabilities to change a default state for each of the statements (integritystmt/PLUGIN_NAME:changedefault);
* capability to bypass statement notice (local/integrity:bypassnotice);
* a CLI script to reset user data for a course, an activity, a statement plugin, a user or all data in a system;## Supported activities ##
* Assignment
* Database
* External tool (mod_lti)
* Forum
* Glossary
* H5P (mod_h5pactivity)
* Interactive Content (mod_hvp)
* Lesson
* Open Forum
* Quiz
* SCORM package (mod_scorm)
* Turnitin Assignment 2
* Wiki
* Workshop## Installing via uploaded ZIP file ##
1. Log in to your Moodle site as an admin and go to _Site administration >
Plugins > Install plugins_.
2. Upload the ZIP file with the plugin code. You should only be prompted to add
extra details if your plugin type is not automatically detected.
3. Check the plugin validation report and finish the installation.## Installing manually ##
The plugin can be also installed by putting the contents of this directory to
{your/moodle/dirroot}/local/integrity
Afterwards, log in to your Moodle site as an admin and go to _Site administration >
Notifications_ to complete the installation.Alternatively, you can run
$ php admin/cli/upgrade.php
to complete the installation from the command line.
## Dev notes ##
Statements are implemented as subplugins. See one of the existing statements to figure out how to implement one that you require.
# Crafted by Catalyst IT
This plugin was developed by Catalyst IT Australia:
https://www.catalyst-au.net/
![Catalyst IT](/pix/catalyst-logo.png?raw=true)
# Contributing and Support
Issues, and pull requests using github are welcome and encouraged!
https://github.com/catalyst/moodle-local_integrity/issues
If you would like commercial support or would like to sponsor additional improvements
to this plugin please contact us:https://www.catalyst-au.net/contact-us