LD_QuizPro::get_quiz_list LD_QuizPro::get_quiz_list() Returns an array of quizzes in the string format of “$quiz_id – $quiz_name” ContentsDescription Return Source Changelog Related @package Uses Used By Description # Return # (array) $list String of $q->getId() . ' - ' . $q->getName() Source # File: includes/quiz/ld-quiz-pro.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # @package # LearnDash / Quiz Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files. Used By # Used By Used By Description includes/settings/settings-metaboxes/class-ld-settings-metabox-quiz-admin-data-handling-settings.php: LearnDash_Settings_Metabox_Quiz_Admin_Data_Handling_Settings::load_settings_fields () Initialize the metabox settings fields.
Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Used By # Used By Used By Description includes/settings/settings-metaboxes/class-ld-settings-metabox-quiz-admin-data-handling-settings.php: LearnDash_Settings_Metabox_Quiz_Admin_Data_Handling_Settings::load_settings_fields () Initialize the metabox settings fields.