FMCorz / moodle-block_xp

A gamification plugin for Moodle allowing students to gain experience points and level up.
https://levelup.plus/?ref=github
150 stars 41 forks source link

Limit experience points #112

Closed kiosnkof closed 4 years ago

kiosnkof commented 4 years ago

Can someone tell me how I can limit my experience points:

Example I have a forum that gives me 5xp when the student participates, but if he / she participates again, they should not add 5xp. I only require you to add 1 time

If anyone can help me I will be grateful

FMCorz commented 4 years ago

Hi @kiosnkof

The cheat guard will prevent repeated actions from counting more than once. Although the cheat guard from the free version may allow the repeated actions to award points after a certain period of time. If you need a strict cheat guard, please have a look at Level up! Plus.

Thank you!