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.txtYou 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 Settingsfrom the top menu. - Check for the
advanced_modulespolicy 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.