外掛說明
“Classic quiz feedback survey (CQFS)” is a simple WordPress plugin for quiz, feedback and survey. It is easy to use and maintain. You can create 3 types of forms with multiple choice questions. Questions can be assigned by categories. This plugin creates basically 3 custom post types.
- Questions
- Build
- Entries
Where “questions” post type contains all questions that you create. “Build” post type creates the form for quiz, feedback or survey. The “entry” post type contains data submitted by user.
This plugin has no third party dependency. Plain JavaScript is used for form validation to ajax form submission. jQuery is not used at all.
Show them everywhere. Load and display your CQFS forms in any page or post with single shortcode!
Features
- Simple & Intuitive
- Quiz Form
- Feedback Form
- Survey Form
- Radio Input
- Checkbox Input
- Paginated Form
- Featured Image
- Shortcode
- Guest Submission
- Extensive Documentation
Links
螢幕擷圖
安裝方式
Minimum Requirements
- WordPress 5.1 or greater.
- PHP 7.1 or greater.
From your WordPress dashboard
- Visit Plugins > Add New
- Search for “Classic quiz feedback survey” Or Upload the entire
classic-quiz-feedback-survey
folder to the/wp-content/plugins/
directory. - Activate Classic Quiz Feedback Survey from your Plugins page
- Click on the new menu item “CQFS” and create your first Question and Create New Build then!
- Read the documentation to get started
常見問題集
-
Where can I get support or talk to other users?
-
If you get stuck, you can ask for help in the CQFS Plugin Forum.
-
Will CQFS work with my theme?
-
Yes! CQFS will work with any theme. Basic styling is also provided. However you can use your own styling to match your website or brand.
-
Can I customize default texts or add my own HTML?
-
Yes! Please find all about the CQFS Hooks and CQFS Filters
-
Can CQFS be translated in other languages?
-
Yes! CQFS is translation ready. Please find the
POT
file inside thelanguages
folder to start with. -
Where can I request new features and extensions?
-
You can use CQFS Plugin Forum to request new features.
-
Where can I report bugs or contribute to the project?
-
Report bugs on the CQFS GitHub repository. You can also report them in our support forum.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.1
11th May 2023
- Deprecated filter removed for filter_input and filter_input_array
1.0.0
Release Date – 1st September 2020
- The First Release