I am on OpenEdx lilac. I am trying to install some of the popular plugins such as “invideoquiz” and problem builder. Unfortunately, even though they install succesfully, they are not showing up. I have tried to be as detailed as possible below in listing all my steps.
- Ssh into edx instance
git clone https://github.com/Stanford-Online/xblock-in-video-quiz.git
source /opt/bitnami/edx/app/edxapp/venvs/edxapp/bin/activate
pip install /xblock-in-video-quiz
- It runs and says success
sudo /opt/bitnami/ctlscript.sh restart
- Go to edx-studio → course → advanced settings → add “invideoquiz”
- Create new unit → Add Video (youtube link) → Add problem
- Click advanced and expect to see invideo quiz
- In video quiz is not there.
These same steps are used for problem-builder, oppia, and others and it does not work either.Can anyone help me with what I am doing wrong.
I have tried the following resources but they all show me that I shoudl be doing it correctly.
https://docs.bitnami.com/general/apps/edx/configuration/enable-extension/
and the official docs