Home >Backend Development >PHP Tutorial > 问卷调查系统的设计思路解决办法

问卷调查系统的设计思路解决办法

WBOY
WBOYOriginal
2016-06-13 13:24:011162browse

问卷调查系统的设计思路
又要求助于CSDN的各位大侠,
我想在一个系统上增加一个反馈(或者说问卷调查)功能,但是不知道该如何实现
想请各位大侠提供一点思路

具体需求是这样的:
我用WordPress搭建了一个信息发布系统,现在想在这个系统中的某几个特定页面中增加一份问卷,
问卷有多个题目,两种类型:单选 + 问答

问卷为匿名,提交问卷后只有管理员可以看到最终统计结果

鄙人没有做过开发,各位多担待

------解决方案--------------------
简单点的

主题表 SID Title

问题表 QID SID Type(单选,多选) Title 

答案表 AID QID SID Title

其他扩展表,IP限制记录等
------解决方案--------------------
然后还得对应每个问题答案的投票数

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn