具有多种类型问题的调查数据库和应用程序设计
问题描述:
我需要为客户反馈调查开发一个应用程序.我有各种各样的问题,例如
-从各种选项中选择一个答案
-给定列表中的产品评分
-从5行2列中选择答案(需要在每行中选择1个答案)
-开放式问题
因此,请帮助我如何构建数据库,如何动态加载调查问题.
谢谢
莫汉
注意:仅需要我可以使用哪种控件对各种选项中的项目进行排名
Hi ,
I need to develop one application for customer feedback survey. I have various kind of question like
- Selection one answer from various option
- Rate the products from given list
- select answer from the 5 rows and 2 columns (need to select 1 answer in each row)
- Open ended question
So please help how i can construct database , how i can load the survey question dynamically .
Thanks
Mohan
Note : Just i need , what kind of controls i can use for Ranking items from various options
答
从此处开始进行数据库设计:http://en.wikipedia.org/wiki/Database_design [ ^ ]
要执行查询: http://www.rhyous. com/2010/05/28/how-to-query-a-database-in-csharp/ [
Start here for the database design : http://en.wikipedia.org/wiki/Database_design[^]
To execute a query : http://www.rhyous.com/2010/05/28/how-to-query-a-database-in-csharp/[^]