LLMS_AJAX_Handler::quiz_start( array $request )

Start a Quiz Attempt


Description Description


Parameters Parameters

$request

(Required) $_POST data. required: (string) attempt_key or (int) quiz_id (int) lesson_id.


Top ↑

Return Return

(WP_Error|array) WP_Error on error or array containing html template of the first question.


Top ↑

Source Source

File: includes/class.llms.ajax.handler.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0
3.16.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.