Steps not triggered after achievements are earned
-
Some users who have completed all the steps required to earn an achievement are not being awarded the next level.
We are using Quests as requirements to achieve a Competency. There are users who have completed all required Quests but are not awarded a Competency.
Looking into the database side of the transactions, the wp_posts table entries are different for users who are not awarded Compentencies and those users that are correctly awarded.
The missing entries seem to be related to the BadgeOS Steps that plugin users cannot control. My question is what would cause it to work for one user and not another?
In this example, I have screenshots of the last step in a sequence that is required to earn a Competency. One user shows 3 lines:
Competency not awarded:
line 1 -> Quest submission is recorded
line 2 -> log entry indicating user unlocked Quest is recorded
line 3 -> user triggered unlock badgeos_unlock_quest (41x)line 3 is the problem.
Not Awarded, but completed all steps
Competency awarded:
line 1 -> Quest submission is recorded
line 2 -> user unlocked Quest step (this is final step to get a competency)
line 3 -> user unlocked the “Awarded Competency” competency
line 4 -> user unlocked the Awarded Competency stepThis is on a dev server with WordPress Multisite, BadgeOS 1.4.4, Community, Buddypress.
- The topic ‘Steps not triggered after achievements are earned’ is closed to new replies.