Recommended plugins
Install these free plugins to use more Quest features.
Quest Availability
Instructors can use Quest Availability to control access to course activities and sections according to each learner's progress in quests, achievements, and challenges.
- Get from CAMP
- Using git
- Obtain the ZIP from CAMP
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/availability/condition/gearup
- In your Moodle site, open the Notifications page in Site administration
- Clone the official repository into
[public]/availability/condition/gearup - Check out the latest tag
- In your Moodle site, open the Notifications page in Site administration
The following commands clone the official repository and check out the latest tag.
cd public/availability/condition 2>/dev/null || cd availability/condition || exit 1
git clone https://github.com/branchup/moodle-availability_gearup.git gearup
cd gearup
git checkout "$(git tag --list 'v*' --sort=-v:refname | head -n 1)"
Shortcodes
Instructors can use shortcodes to add Quest content to their courses. Some Quest features require this plugin.
- Get from CAMP
- Plugins directory
- Using git
- Obtain the ZIP from CAMP
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/filter/shortcodes
- In your Moodle site, open the Notifications page in Site administration
- Obtain the ZIP from Moodle's plugins directory
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/filter/shortcodes
- In your Moodle site, open the Notifications page in Site administration
- Clone the official repository into
[public]/filter/shortcodes - Check out the latest tag
- In your Moodle site, open the Notifications page in Site administration
The following commands clone the official repository and check out the latest tag.
cd public/filter 2>/dev/null || cd filter || exit 1
git clone https://github.com/branchup/moodle-filter_shortcodes.git shortcodes
cd shortcodes
git checkout "$(git tag --list 'v*' --sort=-v:refname | head -n 1)"
Level Up XP
Instructors can use Level Up XP to award points when learners complete quests and challenges. Instructors can also create Quest objectives that use learners' levels or points.
- Get from us
- CAMP
- Plugins directory
- Using git
- Obtain the ZIP from our website
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/blocks/xp
- In your Moodle site, open the Notifications page in Site administration
- Obtain the ZIP from CAMP
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/blocks/xp
- In your Moodle site, open the Notifications page in Site administration
- Obtain the ZIP from Moodle's plugins directory
- Then…
- Use the Moodle plugin installer from your Moodle site
- Or, extract the zip contents to
[public]/blocks/xp
- In your Moodle site, open the Notifications page in Site administration
- Clone the official repository into
[public]/blocks/xp - Check out the latest tag
- In your Moodle site, open the Notifications page in Site administration
The following commands clone the official repository and check out the latest tag.
cd public/blocks 2>/dev/null || cd blocks || exit 1
git clone https://github.com/FMCorz/moodle-block_xp.git xp
cd xp
git checkout "$(git tag --list 'v*' --sort=-v:refname | head -n 1)"