Open source survey/questionnaire engine for Java [closed]

一个人想着一个人 提交于 2019-12-30 04:38:06

问题


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.

I've found a couple (JSurveyLib and Socrates QE), but those seem to be very tied to a 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.


回答1:


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.



来源:https://stackoverflow.com/questions/687720/open-source-survey-questionnaire-engine-for-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!