Skip to content

Commit

Permalink
docs: add new settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed May 9, 2024
1 parent 8eac737 commit 71fa6c6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,24 @@ Instructors endpoints
Configuring required in the Open edX platform
*********************************************

You need to configure the following settings to use the plugin:
By default the turnitin functionality is disabled. If you want to enable the
functionality globally (in all courses) add the following setting in your LMS:

.. code-block:: python
TURNITIN_SUBMISSION_ENABLED = True
Optionally, you can enable the functionality in a specific course by adding the
following setting from **Studio** > **Advanced Settings** > **Other Course
Settings**

.. code-block:: json
{
"TURNITIN_SUBMISSION_ENABLED": true
}
Finally, to use the turnitin API it is necessary to configure the following
settings in your LMS:

.. code-block:: python
Expand Down

0 comments on commit 71fa6c6

Please sign in to comment.