用于 Java 的开源调查/问卷引擎

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/687720/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 13:23:22  来源:igfitidea点击:

Open source survey/questionnaire engine for Java

javajakarta-eesurvey

提问by KevMo

Is there an open source survey engine for java that will allow branching of questions? i.e. Question 1 has the options of A, B, or C and they each take you to a different set of follow-up questions.

是否有用于 Java 的开源调查引擎允许问题分支?即问题 1 有 A、B 或 C 选项,它们每个都会带您到一组不同的后续问题。

I've found a couple (JSurveyLib and Socrates QE), but those seem to be very tied to a GUI.

我找到了一些(JSurveyLib 和 Socrates QE),但它们似乎与 GUI 密切相关。

The application that I'm writing has a java back-end running on glassfish, and a flex front-end. Eventually there are plans for different font-ends, so the engine needs to be very independent of the GUI.

我正在编写的应用程序有一个在 glassfish 上运行的 Java 后端和一个 flex 前端。最终有不同字体端的计划,因此引擎需要非常独立于 GUI。

采纳答案by Mork0075

Please have a look at JCaiF- "The Java Computer Aided Interviewing Framework (JCaiF) is a collection of Java interfaces that define the common elements of a questionnaire or survey" - so perhaps you can implement your application against these interfaces.

请查看JCaiF- “Java 计算机辅助面试框架 (JCaiF) 是一组 Java 接口,用于定义问卷或调查的常见元素” - 所以也许您可以针对这些接口实现您的应用程序。