ArchSurvey
Category: Polls/Surveys
—
Other products by this author
Current release
No stable release available yet.
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Project resources
This product creates user-editable surveys.
Architecture
This product makes heavy use of Archetypes:
- It is a very simple archetype.
- It contains "Questions" which are archetypes.
- Each Question creates an archetypes Field with dummy storage (actual storage is handled by the Question), but real Widget and real Validators. When a user takes the survey, it is these Fields which are rendered, and these fields which validate the answer.
Extending this product
It has a variety of question-types (short answer, long answer, pick-one, pick-many, date/time, etc.), and it is very easy to make new question types based on existing Archetypes fields.
Credits
The software could not have happened if not for the great people behind Archetypes, Plone, CMF, and Zope. Some of their templates especially (Archetypes') have been adapted. Eric Castelijn of Infrae has provided internationalization and Dutch localization. The rest by Dan Keshet.