Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source survey/questionnaire engine for Java [closed]

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.

like image 327
KevMo Avatar asked Mar 26 '09 21:03

KevMo


1 Answers

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.

like image 94
Mork0075 Avatar answered Oct 04 '22 01:10

Mork0075