Likert Survey Master
Quickly create "Likert scale" surveys and get results with charts. /*** License This program is free software: you can redistribute it and …
6 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_likertm_choices | Stores likertm choices data created by this plugin. | Static |
| wp_likertm_qcats | Stores likertm qcats data created by this plugin. | Static |
| wp_likertm_questions | Stores likertm questions data created by this plugin. | Static |
| wp_likertm_surveys | Stores likertm surveys data created by this plugin. | Static |
| wp_likertm_takings | Stores likertm takings data created by this plugin. | Static |
| wp_likertm_user_answers | Stores likertm 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:
likertm_version