=== Good Question === Contributors: dikiy_forester Tags: registration, antispam, buddypress Requires at least: 3.0.1 Tested up to: 5.4 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple plugin to prevent spam-bots registration on your site. Allows you to create an unique question, easy for humans, but not solvable for the bots. == Description == Simple plugin to prevent spam bots registration on your site. Allows you to create a unique question on the registration form, easy for humans, but not solvable for the bot. Displays simple choice questions on the registration form. User must select all the correct answers, if the user makes a mistake - it will display an error message and registration will fail. Key features of the plugin: * Compatible with most WP themes. * Compatible with BuddyPress themes. * Works with WordPress MU SignUp form. * Simple and lightweight. * Allow to create your own unique Question and set of Answers. * Allow to edit all CSS properties for Question and each of Answers separately. * Shuffle Answers after each page load. * You can set colors or images through CSS properties, instead of simple text answers. == Installation == 1. Download plugin 2. Unzip files 3. Upload `good-question/` folder to the `/wp-content/plugins/` directory 4. Activate the plugin through the 'Plugins' menu in WordPress 5. Open settings page through the 'Settings' -> 'Good Question' 6. Come up with your unique question and the answers. Complete the appropriate settings fields. 7. Edit CSS properties if needed. 8. Set property 'Activate Now!' for display your question on registration form. == Screenshots == 1. Plugin's settings page. 2. Question block on the standard registration form. 3. Question block after failed registration attempt. 4. Question block on the custom registration page. Displays list of simple text answers. 5. Question block on the custom registration page. Displays list of answers with images. == Changelog == = 1.2.0 = * Fixed translation * Fixed formatting * Updated compatibility = 1.1.0 = * Provided compatibility with BuddyPress SignUP form = 1.0.1 = * Fixed "Registration Page" option = 1.0.0 = * Initial release