Level Up XP - Gamification 🏅 icon

Level Up XP - Gamification 🏅

Maintained by Frédéric Massart ⭐
🔥 🤩 The easiest way to add gamification to your Moodle site! Engage your learners! Gamify their learning experience to increase participation and completion rates. #gamification #engagement
Price option: Free

Supports Moodle 2.7-5.2 See all versions
Latest release: 3 months ago
Installations: 11249
Downloads (last 90 days): 2405

Frankenstyle name: block_xp
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

View table of results - page is not available. what is the reason?
Because nobody has earned experience points yet?
Ladder is blank,. Why is that?
Hi Nichole, I am guessing that the events that you are relying on are not captured by the plugin as they do not match the minimum rules imposed (participating level, course context, etc...). Try with simpler actions such as posting in a forum to confirm that this may be the case. Cheers!
Hi Miguel, I'm unsure what is happening. Could you ask your administrator to have a look? The Apache logs, or debugging messages when debug is enabled, should contain a bit more information. Please raise an issue on Github once you identify the problem. Thanks!
I have setup my rules and levels and have enabled completion tracking and have completed activities as a student but when I go to the logs in Level Up! its says "nothing to show". Is there something I am missing?
Hi there
I am having problems tu configurate the block, only allow me to choose if it will be use in the entire web or only in courses. I can not choose the configuration of levels, it says Internal Server Error but I have no idea where is the error.
Thanks
Hi Dragan. No idea where this is coming from, please make sure that you copied all the files from the plugin.
Hi, I installed your plugin on my Moodle website, and added the block in my course. When I click on any of the hyperlinks at the bottom of the block, I get a 404 not found message. Have you any Idea what mignt be wrong?
Best regards,
Dragan
Hi Glauco, the cheat guard is weak in the sense that it is attached to a session and therefore does not persist across days. That decision was made on purpose to avoid a negative impact on performance. If this feature is something that is really required for you, please raise an issue here: https://github.com/FMCorz/moodle-block_xp/issues Thanks!
Hello Frederic! A problem in my moodle 2.9 with the latest version of Level Up: Regardless of the value (in this case I put 31104000 seconds), the Cheat Guard does not work from one day to the another day. What can be happening?
Filip, I should have a look at this. Could you possibly raise an issue at https://github.com/FMCorz/moodle-block_xp/issues?
Lee, thanks a lot for your feedback!
Excellent block. Easily configured. Great information. Enjoyed by my students! This is the best gamification block out there... so far. Works even in an environment using MS SQL!
Plugin does not work for cron events (\core\event\course_completed etc). Any ideas on how to achieve this?
Hi Éva,
The plugin is not meant to be used to attribute XP based on achievements, but based on participation. Though you can, as you thought, change the XP of a user with your own bit of PHP code. I would suggest crafting a query to increase block_xp.xp value, then do the following:
$manager = block_xp_manager::get($courseid);
$manager->update_user_level($userid);
Currently, there is no way to set a rule that changes the XP depending a number of attempts. Yes, CRUD are for Create Read Update and Delete, and they apply only on events of type "Participating", for example CRUD a forum post, or an assignment, ...
Cheers,
Fred