
Blocks: Level up! - Gamification
Our website dedicated to Level up! is here.
Please support this plugin: add it to your favourites, star it on GitHub, or purchase the add-on!
What's new?
- Arbitrary information can be added to the information page.
- The shortcode
xpladder
supports displaying the Top students - The progress bar can be set to display the progression towards the ultimate level with Level up! Plus.
- And more...
Feature request and bug reports
Please report the issues you find, problems you experience or any feature request on the issue tracker. Thanks!
Features
- Automatically attributes points to students for their actions
- Block that displays current level and progress towards next level
- Report for teachers to get an overview of their students' levels
- Notifications to congratulate students as they level up
- A leaderboard to display the ranking of the students
- Ability to customise the number of levels, the points they require and their appearance
- Total control over the points earned per action
- Unlock content when a certain level is reached
- Experience points earned per course, or for the entire site
- Support for shortcodes to include in content
- GDPR compliant
Level up ! Plus add-on features
Purchasing the Level up! Plus add-on unlocks these features:
- Group leaderboards
- Mobile app support
- Activity completion support
- Course completion support
- Course selection rule
- Resilient cheat guard
- Limit learners rewards in time frame
- Progress bar can display progress towards next or ultimate level
- Additional default level badges
- Substitute experience points for other symbols
- Viewing the block on someone's profile displays their level
- IOMAD support for the leaderboard
- Download the report
- Email support
Visit our website for more information on Level up! Plus.
How are experience points calculated?
This block listens to events triggered in Moodle and captures some according to pre-defined rules. It then attributes experience points based on the information contained in the event. For more information about the events, refer to the documentation.
Only the users with the capability block/xp:earnxp can earn experience points. This capability is given by default to students. Also, actions triggered by guests, non-logged in users or administrators are ignored.
The following events are always ignored:
- Events from another context than course or module
- Events having another educational level than participating
- Events flagged as anonymous, e.g. in an anonymous Feedback
The rest is up to you. By default, the plugin comes with a minimal set of rules to attribute experience points to actions, and to ignore some redundant ones. Visit the Rules page in the plugin itself to view or override them.
Note: Repeated actions within a short time interval are ignored to prevent cheating.
How to use one block for all courses?
In order to gather experience points from all the courses a student is participating in, you have to set the admin setting Where are experience points used? to 'For the whole site'. This setting is located under "Site administration > Plugins > Blocks > Level up! > General settings". Once set, any block newly or previously added will display the total experience points of your students.
How to unlock content at a certain level?
Please refer the Level up! documentation.
How to unlock a course at a certain level?
Please refer the Level up! documentation.
Shortcodes supported
What are those? Shortcodes can be used in text editors throughout Moodle to include or modify the content. The plugin Shortcodes must be installed to enable them.
Level up! comes with shortcodes to display the learner's level badge, their progress bar, or even the leaderboard anywhere you like. Shortcodes can also be used to conditionally display content according to a learner's current level. For a list of available shortcodes and their documentation, please refer to Level up! documentation.
I created a new rewrite rule you can check it here https://1drv.ms/u/s!Amdk-vbboLpgh0qcGTN2p81i8R60 and I also made a test pattern shown in the screenshot is that the expected values for the rewrite?
It is now working fine for me
the pattern should be ^(blocks\/xp\/[^\?]+?\.php)(\/.+)$
and the rewrite URL should be {R:1}?_r={R:2}
screenshot below show the correct rule for the workaround
https://1drv.ms/u/s!Amdk-vbboLpgh0taTJqtwiOcaXFE
Thank you for your help
this rewrite {R:1}\?_r={R:2} is not correct
Thanks a lot for combining Level up with Shortcodes. Brilliant! Finally I can display Ladder directly in html block. However, it would be great if ladder could be displayed more neatly or directly in Level up blocks instead of redirecting to a page.
- my screenshot:
Cheers,
Love the plugin! Thanks for the great work!
Question - is it possible to grade a certain number of XP based on a grade received in a quiz?
For example, a quiz will have 5 Grade Boundaries, being High Distinction, Distinction, Credit, Pass, Fail. Is it possible award say 10XP for HD, 8 for D, 6 for C, 3 for P and 0 for F?
Appreciate the assistance!
Cheers,
Ray