A set of applications that can generate and
tabulate surveys. The first application is a GUI called Maker which
allows you define Questions and their Responses that are used to
generate the surveys. The second application is a GUI called Reader
which takes scanned image files of surveys and tabulates them to
generate reports. I hope to begin soon on a third application call
Designer, which will be a GUI for designing form layouts using a xml
parsing system that is in complete atm.
The
code is fairly well documented using javadoc, and the GUIs each have a
manual. Feel free to make a bzr branch and start contributing. The IQS
is designed to be modular so if you have a different printing system,
or scanning method, or alignment algorithm you want to implement, I can
help you get quickly familiar with the structure of the system.
This is my first project open sourced, all feedback welcome.