Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label with completion awards points even when competed previously #162

Open
Gamewise opened this issue Nov 29, 2023 · 7 comments
Open

Label with completion awards points even when competed previously #162

Gamewise opened this issue Nov 29, 2023 · 7 comments

Comments

@Gamewise
Copy link

Hi there. Cool plugin!

I've found that Level up XP awards points if I simply toggle a label with manual completion on and off repeatedly. Level up seems to award extra points for both turning a completed label OFF, and again for ON (marking it as complete).

Could you make it so that once a label has been marked as complete it can no longer award more points? Or make it so it takes away the points if a student toggles completion off? That way students can't cheat and get bonus points for just clicking...

Thanks!

@FMCorz
Copy link
Owner

FMCorz commented Nov 29, 2023

Hi @Gamewise,

Thank you for your feedback. I believe we responded to the comment you left on on moodle.org, here is what we said:

That is true that when students are able to change the completion status of an activity, they could potentially get rewards more than once. This is because the event course_module_completion_updated is triggered and matches the default "update" rule. Turning on the cheat guard in the settings should prevent students from spam clicking the completion button. Alternatively, XP+ has a separate rule for activity completion that checks that the activity is completed, and that completion points were not previously awarded.

We will look at improving the default rules to mitigate the scenario that you are describing.

@Gamewise
Copy link
Author

Hi FMCorz, thanks for getting back to me.

I've turned on cheat guard and still this problem persists. Is this a bug in the free version perhaps?

@FMCorz
Copy link
Owner

FMCorz commented Nov 30, 2023

It shouldn't be, unless students have realised how to circumvent the cheat guard from the free version. The alternative would be to create a rule matching the event course_module_completion_updated (event name contains course_module_completion_updated) to gives 0 points, and place that rule above all other ones.

@Gamewise
Copy link
Author

Sorry to be dense FMCorz, but won't making course_module_completion_updated give 0 points mean that no points at all are given? The thing is I do want manaul completion to award points, but only the first time.

@FMCorz
Copy link
Owner

FMCorz commented Nov 30, 2023

You are correct, that would prevent any points from being attributed. These issues are the reason why XP+ has built-in support for activity completion. The alternative would be to use automatic completion on view, or something like that, so that students wouldn't be able to retrigger the completion, but that is not available for labels.

@Gamewise
Copy link
Author

Gamewise commented Nov 30, 2023

Update: I think my team might even be willing to pay for XP+ after all. I thought we didn't have the budget earlier, but that might be about to change. So with XP+ am I right in thinking it will just automatically check and not award points for multi-clicking the same label completion?

We also have a bunch of moodle courses on 2 sites, am I right in thinking we can customise the rules for points etc. on a course-by-course basis? And even have the level up on some courses and not others?

@FMCorz
Copy link
Owner

FMCorz commented Dec 1, 2023

Hi @Gamewise,

So with XP+ am I right in thinking it will just automatically check and not award points for multi-clicking the same label completion?

Without changing any of your rules, XP+ cheat guard will check whether previous similar events happened within the indicated time frame and will block the reward if they did. However, the better way to set these label completion would be to create a new "Activity completion" rule as it is designed to do what you are expecting on its own. More on this here

am I right in thinking we can customise the rules for points etc. on a course-by-course basis? And even have the level up on some courses and not others?

Correct. In fact, XP works either this way, or site-wide. By default it works per course, where each course is 100% isolated from others by points, levels, leaderboard, etc. When used site-wide, there is only one set of rules, one set of points, and one set of levels, etc. More on this here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants