Step 2 - Adding Turnitin to your .properties file

This step should be completed by your Sakai Administrator. Care should be taken when editing these files.

  1. Open the Sakai.properties file in your Sakai installation.
  2. Add the following information to the file:

    #Turnitin OC
    turnitin.oc.serviceUrl=https://YourOrganization.turnitin.com/api/
    turnitin.oc.apiKey=Your API Key from Step 1
    contentreview.enabledProviders=TurnitinOC
    contentreview.defaultProvider=TurnitinOC
    assignment.useContentReview=true

    See below for an example of a correct entry:

    #Turnitin OC
    turnitin.oc.serviceUrl=https://universityofturnitin.turnitin.com/api/
    turnitin.oc.apiKey=8785436P2g22b4a7p69p3k504rr7mo3e6
    contentreview.enabledProviders=TurnitinOC
    contentreview.defaultProvider=TurnitinOC
    assignment.useContentReview=true

  3. Save your changes and restart the server your Sakai installation is on.

    Curious about more configuration options? Check out our readme file on GitHub.

    Please configure the 'Process Content Review Queue' job and the 'Process Content Review Reports' job to run every five minutes within the 'Job Scheduler' tool in the Administration Workspace site.

  4. You're all done!