LLMS_Generator_Courses::create_quiz( array $raw, int $fallback_author_id = null )

Creates a new quiz Creates all questions within the quiz as well


Description Description


Parameters Parameters

$raw

(Required) Raw quiz data.

$fallback_author_id

(Optional) Author ID to use as a fallback if no raw author data supplied for the quiz. Default is null. When not supplied the fall back will be on the current user ID.

Default value: null


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/class-llms-generator-courses.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Sideload images attached to the post and use create_post() from abstract.
4.3.3 Use an empty string in favor of null for an empty post_content field.
3.30.2 Added hooks.
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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