XwQuest is a simple a web interface for collecting responses to
questionnaires. Each questionnaire is defined as a single XML file
that is formatted on the browser. As the respondent fills-in the
questionnaire the web interface is updated and reports data back to
the server using Ajax.
How it works?
Check this example questionnaire that is
also a tutorial / reference.
Download
The latest version of XwQuest is available under
an
open source
license in
ZIP and
TGZ formats.
Installation
- Extract the content of the archive in an Apache HTTP server. Note
that this directory must be able to run CGIs in order to collect and
export data.
- Use
example.xml as a template and edit your questionnaire.
- The respond CGI collects data sent asynchronously from the web interface.
- The
export CGI in this directory lets you export to a spreadsheet.