Documentation: points

Here’s the list of posts we found for your request.

CourseCure – General Overview

The CourseCure plugin provides in depth LMS functionality in the form of Add-ons that can be enabled or disabled depending on which options you want to use. The Add-ons can also be used with each other. For example: Quizzes can be added to Courses, Points or Badges can be awarded when a Quiz is passed, Points can

Read More »

Points – Setup Overview

This article includes examples of the following settings for Points within CourseCure. The table of contents on the right can be used to jump to any section. Points Setup Points Redemption Settings Actions Button Configuration Success Points Logs Points Import/Export Import Points Export Points Points Settings — Points Setup Point Rules can be created in

Read More »

Points – How Do Users Redeem Points?

CourseCure includes the ability to add Points to Users and they can redeem those Points for items like Badges, access to Levels, etc. We are going to address the following question: How Do Users Redeem Points? — The first step is to setup Point Rules. (Details on Points Rules setup creation can be found in

Read More »

Hooks – Points

Below are the available Hooks within Points. These can be used to customize the functionality for Points. ========== /*** Fires after points has been successfully added to a user** @param integer $id – User Id* @param integer $points – Number of points.*/do_action( ‘wl_points_points_added’, $id, $points ); /*** Fires after points has been successfully deducted from

Read More »

Exclude a Member from the Points Leaderboard

CourseCure includes a Points Leaderboard Widget which will display a list of Users and their points. That can be controlled in the Widgets > Points Leaderboard section of WordPress. If you want to exclude a User from being displayed on the Leaderboard, you can use the following field: ID of users to exclude on this list

Read More »

Badges – How Do I Setup a Badge Rule?

Badge Rules are an effective method to help with user engagement. Earning badges for different actions is an enticing reason to return to a site. Maybe you’d like to issue a specific badge when a User posts their 100th comment. Or perhaps you want to remove a badge if a user takes a quiz. These

Read More »

Points – How Do I Setup a Point Rule?

There are a number of reasons a new Point Rule might be needed. Maybe you’d like to award a set number of points when a User posts their first comment. Or perhaps you have a case of wanting to subtract points if a user fails a quiz. These are only a couple examples. They are

Read More »