INSTALLING THE TURNITIN MOODLE ACTIVITY MODULE


This module is installed in the standard way, instructions on how to install an activity module in Moodle can be found here:

http://docs.moodle.org/en/Installing_contributed_modules_or_plugins

In order for the module to work correctly you must enable support for cURL in your php.ini file. To do this locate the following line in your php.ini file:

;extension=php_curl.dll
OR
;extension=php_curl.so

Remove the semi-colon at the start of the line to activate the php cURL extension. Once you have done this you will need to restart your web server service.

More information on cURL and more detailed instructions for installing it can be found here:

http://uk3.php.net/curl