files and just added ENABLE_SPECIAL_EXAMS: true
to both files in the FEATURES: section
and restarted everything (tutor local stop and then tutor local start).
Then the missing menus appeared.
I have not found any clear description that this is possible on the web.
Is there a way to do this with a tutor command instead of editing a file?
Hi @Hal_Riggs. Yes. The approach is to use Tutor’s plugin system instead of modifying the configs directly. Your changes will likely revert back the next time you run quickstart, such as when you upgrade.
mkdir -p "$(tutor plugins printroot)"
touch "$(tutor plugins printroot)/timed_exam.py"
# Add the contents, list and then enable
tutor plugins list
tutor plugins enable timed_exam
# Re-generate the environment
tutor config save
# Restart to apply the changes
tutor local stop && tutor local start -d