Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-tool_fixturnitineula
Tool for allowing Turnitin EULA issues to be resolved.
https://github.com/catalyst/moodle-tool_fixturnitineula
Last synced: 4 days ago
JSON representation
Tool for allowing Turnitin EULA issues to be resolved.
- Host: GitHub
- URL: https://github.com/catalyst/moodle-tool_fixturnitineula
- Owner: catalyst
- License: other
- Created: 2023-10-26T08:59:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T06:09:56.000Z (about 1 year ago)
- Last Synced: 2023-10-30T07:26:05.153Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fix Turnitin EULA issues. #
This plugin allows a site admin to view the users that have not signed the Turnitin EULA within a course and
allows files that have not been passed to Turintin due to a EULA not being signed to be resubmitted to Turnitin
for processing.NOTE: Use of this plugin is at the organisations own risk - please check with your internal legal team to ensure
it doesn't violate your agreement with Turnitin or your privacy agreements with students.## 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}/admin/tool/fixturnitineula
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.
## License ##
2023 Catalyst IT
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 .