Plagiarism Prevention URKUND: Difference between revisions

From MoodleDocs
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Location: ''Administration > Plugins > Plagiarism Prevention > URKUND''
{{Plagiarism prevention}}
URKUND is a commercial Plagiarism Prevention tool  [http://www.urkund.com www.urkund.com] It was developed in Sweden and is now used widely in Europe and other countries.


==Activation of your URKUND Account==
*[[Plagiarism Prevention URKUND Settings|URKUND Installation and Settings]]
# obtain a URKUND Subscription from [http://www.urkund.com www.urkund.com]
*[[Plagiarism Prevention Using URKUND|Using URKUND]]


==Installation of the plugin ==
==See also==
=== Installation using Git ===
*[http://www.urkund.com/en/support URKUND documentation]
from the root of your install:
*[http://moodle.org/mod/data/view.php?d=13&rid=2420&filter=1 Moodle 1.9 Plugin * DISCONTINUED*]
  git clone git://github.com/danmarsden/moodle-plagiarism_urkund.git plagiarism/urkund
then add plagairism/urkund to your .gitignore
Visit the Admin > Notifications page in Moodle to trigger the upgrade scripts
=== Installation using a Zip file ===
Download the zip:
https://github.com/danmarsden/moodle-plagiarism_urkund/zipball/master
or the tar.gz:
https://github.com/danmarsden/moodle-plagiarism_urkund/tarball/master
 
Then Extract these files into a new folder under /plagiarism/urkund and visit the Admin > Notifications page in Moodle to trigger the upgrade scripts
==Global Configuration of URKUND==
# Ensure Admin > Server > Environment indicates you have curl installed
# Go to Admin > Advanced Features find the setting “Enable plagiarism plugins” - make sure the box is ticked.
# in the page Admin > Modules > Activities > URKUND set the following:
## Tick the box "Use URKUND"
## Enter your URKUND username
## Enter your URKUND password
## Set the Student Disclosure statement. - this is displayed to all students on the upload screen to notify them that the URKUND system is in use.
# in the page Admin > Modules > Activities > URKUND click on the tab "URKUND Defaults"
## Configure the default settings to be used inside a Moodle module when creating/editing a new module.
 
==Advanced Configuration==
The ability to enable/disable URKUND within a Moodle module such as an assignment is managed using a capability that is by default given to all managers and editing teachers on the site.
If you want to force all assignments on your site to use URKUND and prevent your teachers from changing these settings you can set the defaults above and then remove the capability “moodle/plagiarism_urkund:enable” from your teacher roles.
 
You can also use this capability to selectively allow certain teachers to use URKUND by setting the default above “Enable URKUND” to “No” - and giving the capabiltiy “moodle/plagiarism_urkund:enable”  only to the teachers you want to be able to use URKUND

Latest revision as of 12:33, 2 March 2015

URKUND is a commercial Plagiarism Prevention tool www.urkund.com It was developed in Sweden and is now used widely in Europe and other countries.

See also