This XBlock allows for edX components to be displayed to users inside of videos at specific time points.
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 In Video Quiz 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_modules
policy key, and add"invideoquiz"
to the policy value list. - Click the "Save changes" button.
setup.py contains a list of package dependencies which are required for this XBlock package. This list is what is used to resolve dependencies when an upstream project is consuming this XBlock package. requirements.txt is used to install the same dependencies when running the tests for this package.
The In Video Quiz XBlock is available under the AGPL Version 3.0 License.