This package provides a framework for authoring, conducting and evaluating fully programmable online surveys.
What do I need to start creating survey questions and surveys?
Question content is written in HTML markup within a HTML form. Input elements can be defined in HTML or xowiki formfield notation. Basic knowledge of HTML is a requirement. Experience with TCL or XoWiki Workflow is very beneficial.
Survey logic is fully programmable and can be customized and adapted in many ways for any scenario. Sample questions are available.
Creating my first survey
New surveys can be created on the landing page of the application via the menubar ("New" -> "Survey").
Each survey item serves logically as a folder containing questions and survey logic.
A newly created survey will automatically create 3 sample questions and two pages (welcome page and thank you page). An item named en:wf-iterate will be created which allows to customize survey logic.
New questions can be created via the menubar after navigating to a survey folder ("New" -> "Question").
Questions must contain a FORM tag. Without the