用于从(人类)客户在线结构化数据收集的软件/语言
我需要开发一个 Web 界面来收集和验证来自我组织的许多客户的一系列数据。
这不是单个表单,而是具有相互依赖性的表单的集合(即,如果字段 A 等于表单 B 上的 C,则需要表单 Y 上的字段 X)和可变长度列表(请提供中所有 X 的详细信息)你的财产)。
我查看了 Microsoft InfoPath 和 Adobe LiveCycle 上的营销,但我的印象是它们主要是电子表单解决方案而不是数据收集工具。 (例如,如果用户输入过一次地址,他们就不必再在表单上看到它)。
有什么好的工具、应用程序或特定领域语言的建议吗?
I need to develop a web interface to collect and validate a range of data from many of my organization's clients.
This isn't a single form, but a collection of forms with interdependencies (i.e., field X on form Y is needed if field A was equal to C on form B), and variable length lists (please provide the details for all Xs in your possession).
I had a look at the marketing on Microsoft InfoPath and Adobe LiveCycle, but I get the impression that they're principally electronic forms solutions rather than data collection tools. (e.g., If a user has entered their address once, they should never have to see it on a form again).
Any suggestions of good tools, applications or domain-specific languages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您正在寻找调查软件。 如果您想遵循“购买,不要构建”的原则,请查看 http://www.surveymonkey .com。 如果您希望在内部托管,那么 http://www.quask.com/ 有一个不错的选择产品称为 FormArtist。
否则,您可以使用任何 Web 应用程序技术(ASP.NET、PHP 等)来构建您自己的调查应用程序。
Sounds like you're looking for survey software. If you want to follow the principle of "buy, don't build," take a look at http://www.surveymonkey.com. If you want this hosted in-house, then http://www.quask.com/ has a nice product called FormArtist.
Otherwise, you can use any web application technology (ASP.NET, PHP, etc.) to build your own survey application.