Dynamic Surveys

설명

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

  1. Navigate to Tools > Dynamic Surveys in the WordPress admin panel.
  2. Create surveys with multiple-choice options.
  3. Copy the generated shortcode for your survey.
  4. Paste the shortcode into any post or page.
  5. 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.jsMIT License
Toastr.jsMIT 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

스크린샷

  • Survey creation interface
  • Survey management screen

설치

  1. Upload the plugin files to the /wp-content/plugins/dynamic-surveys/ directory, or install the plugin via the WordPress Plugins screen.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Go to Tools > Dynamic Surveys to create and manage your surveys.
  4. Use the [dynamic_surveys id="X"] shortcode to display surveys in your posts or pages.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Dynamic Surveys”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Dynamic Surveys”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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