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.
Prioritized issue groups from the latest Plugin Check scan
Security
1,099
11 issue groups
I18n
398
5 issue groups
Maintainability
351
9 issue groups
Sample message
Mismatched text domain. Expected 'chained-quiz' but got 'chained'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<meta http-equiv='refresh' content='0;url=$url' />"'.
Sample message
Use placeholders and $wpdb->prepare(); found $aids
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['chained_delnonce']. Check that the array index exists before using it.
Sample message
$_COOKIE['chained_completion_id'.$quiz->id] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['chained_completion_id'.$quiz->id]
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$choice".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $aids used in $wpdb->get_results()\n$aids assigned unsafely at line 141.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $dir at \t\t\tORDER BY $ob $dir $limit_sql"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "kiboko_define_newline".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
Missing $domain parameter in function call to __().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Export files are currently delimited by "%s". You can change the delimiter at <a href="%s">Chained Quiz Settings</a> page.'.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Potential connections found in static code analysis.
Outbound calls
25
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
2 score snapshots
v1.4.1
30
Latest
v1.4.0.1
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 1,853 | 1,133 | 720 | v1.4.1 | 2.0.0 |
| 29 | 1,853 | 1,132 | 721 | v1.4.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.