Skip to content

Commit

Permalink
xdocs: 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 f60c945
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,25 @@ 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
ENABLE_TURNITIN_SUBMISSION = 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
{
"ENABLE_TURNITIN_SUBMISSION": 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 f60c945

Please sign in to comment.