Descripción
Dynamic Surveys is a lightweight yet powerful WordPress plugin that enables site administrators to create and manage surveys effortlessly. Users can participate in surveys, and results are displayed in real time using responsive pie charts powered by Chart.js.
Features
- Easy survey creation with customizable options
- Real-time results display with beautiful pie charts
- Shortcode support for embedding surveys anywhere
- User-based voting system to prevent duplicate votes
- Survey status management (open/closed)
- Mobile-responsive design
- One-click shortcode copying for easy implementation
- Toast notifications for better user experience
- Translation-ready for multilingual sites
- Export survey results to CSV format
Usage Instructions
- Navigate to Tools > Dynamic Surveys in the WordPress admin panel.
- Create surveys with multiple-choice options.
- Copy the generated shortcode for your survey.
- Paste the shortcode into any post or page.
- Users can vote and view results instantly.
Example Shortcode:
[dynamic_surveys id=”1″]
Replace 1
with your actual survey ID.
Privacy Policy
Dynamic Surveys plugin stores the following data:
– Survey questions and options
– User votes (user ID and selected option)
– IP addresses of voters
This data is stored in your WordPress database and is not shared with any third parties.
Credits
Dynamic Surveys utilizes the following open-source libraries:
– Chart.js – MIT License
– Toastr.js – MIT License
Support
For support, please visit the Plugin Support Forum.
Contribute
Contributions are welcome! You can contribute to the development of this plugin on GitHub:
Dynamic Surveys on GitHub
Instalación
- Upload the plugin files to the
/wp-content/plugins/dynamic-surveys/
directory, or install the plugin via the WordPress Plugins screen. - Activate the plugin through the “Plugins” screen in WordPress.
- Go to Tools > Dynamic Surveys to create and manage your surveys.
- Use the
[dynamic_surveys id="X"]
shortcode to display surveys in your posts or pages.
Preguntas frecuentes
-
Can users vote multiple times?
-
No, the plugin tracks votes by user ID and prevents duplicate voting to ensure accuracy.
-
Do I need coding skills to use this plugin?
-
No coding knowledge is required. The plugin provides an intuitive interface to create and manage surveys.
-
Can I customize the appearance of surveys?
-
Yes, you can add custom CSS to match your site’s theme.
-
Is the plugin translation-ready?
-
Yes, the plugin is translation-ready and supports localization.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
“Dynamic Surveys” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “Dynamic Surveys” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
1.0.2
- Fixed plugin activation output issues
- Resolved deactivation hook errors
- Improved error handling during activation/deactivation
- Enhanced database table creation process
- Fixed console errors in admin interface
- Optimized code structure for better performance
1.0.1
- Fixed prefix naming issues to ensure compatibility
- Removed redundant “Requires” headers from
readme.txt
- Fixed PHP whitespace issues
- Enhanced code quality based on WordPress Plugin Review feedback
1.0.0
- Initial release
- Basic survey creation and management
- Real-time results display using pie charts
- User vote tracking
- Shortcode support for survey embedding
- Mobile-responsive design
- CSV export functionality