Documentation: Points

Instructions on using the Points feature inside CourseCure.

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 »

Points and Badges – Integrations

CourseCure includes integrations with a number of popular WordPress plugins. This allows for even more opportunities for User engagement and interaction. Points and Badges can be issued to Users based on set Triggers and Actions. Additional Triggers will be available for Points and Badges if any of the plugins listed below are installed and activated

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 »

CourseCure Shortcode Inserter

CourseCure includes a number of useful Shortcodes that can be used to display various pieces of information to Users on the site. These Shortcodes cover a variety of topics like Quiz Results, Point Totals, Course Details, Badge List and much more. — The CourseCure Shortcode Inserter can be accessed using either of the following Gutenberg

Read More »

Summary of CourseCure Shortcodes

Each Add-on within CourseCure has it’s own set of Shortcodes. More details on how to insert a Shortcode using the CourseCure Shortcode Inserter can be found in the Shortcode Inserter article. CourseCure Shortcodes: CoursesQuizzesBadgesPoints — Courses Course Archive Shortcode: Displays the selected Courses on the site. There is a variety of additional settings that can

Read More »