Documentation: quiz

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

Quizzes – Setup Overview

This article includes examples of the following settings for Quizzes within CourseCure. The table of contents on the right can be used to jump to any section. General Settings Quiz Setup Quiz Questions Quiz Settings Quiz Actions Quiz Shortcodes Quiz Results — General Settings There is a General Settings section that covers a few Settings

Read More »

Hooks – Quizzes

Below are the available Hooks within Quizzes. These can be used to customize the functionality for Quizzes. ========== /*** Fires after the user passes a quiz** @param integer $quiz_id – Quiz Id* @param integer current_user->ID – User ID*/do_action( ‘wl_quiz_passed’, $quiz_id, $current_user->ID ); /*** Fires after the user fails a quiz** @param integer $quiz_id – Quiz

Read More »