Chained Quiz
Create a quiz where the next question depends on the answer to the previous question. Final quiz results depend on the amount of collected points.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_chained_choices | Stores chained choices data created by this plugin. | Static |
| wp_chained_completed | Stores chained completed data created by this plugin. | Static |
| wp_chained_mail_relations | Stores chained mail relations data created by this plugin. | Static |
| wp_chained_questions | Stores chained questions data created by this plugin. | Static |
| wp_chained_quizzes | Stores chained quizzes data created by this plugin. | Static |
| wp_chained_results | Stores chained results data created by this plugin. | Static |
| wp_chained_user_answers | Stores chained user answers data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
chained_admin_subjectOption key:chained_csv_delimOption key:chained_csv_quotesOption key:chained_debug_modeOption key:chained_facebook_appidOption key:chained_fixed_sort_orderOption key:chained_gdpr_ipsOption key:chained_integrationsOption key:chained_linkedinOption key:chained_sender_emailOption key:chained_sender_nameOption key:chained_text_captchaOption key:chained_twitterOption key:chained_uiOption key:chained_user_subjectOption key:chained_versionOption key:chainedchimp_api_keyOption key:chainedchimp_no_optinOption key:chainedquiz_cleanupOption key:chainedquiz_cleanup_dbOption key:chainedquiz_version