Open source survey/questionnaire engine for Java [closed]
Asked Answered
B

1

8

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.

Belga answered 26/3, 2009 at 21:56 Comment(0)
H
3

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.

Hitch answered 27/3, 2009 at 10:58 Comment(1)
Looks to be like what I need, thanks. Too bad the documentation/sample code is non-existent.Belga

© 2022 - 2024 — McMap. All rights reserved.