An XBlock that implements sorting problem. Learners have to sort items by dragging them at their correct position. Authors can define items and their correct order from studio. This Xblock also supports grading.
Install the requirements into the Python virtual environment of your edx-platform
installation by running the following command from the root folder:
$ pip install -r requirements.txt
You can enable the Sortable XBlock in Studio through the Advanced Settings.
- From the main page of a specific course, navigate to
Settings -> Advanced Settings
from the top menu. - Check for the
Advanced Module List
policy key, and add"sortable"
to the policy value list. - Click the "Save changes" button.