A questionnaire app for Django
 
 
 
 
Go to file
Denis Krienbühl 77fad0f554 Removes invalid links from example data 2011-12-14 14:49:04 +01:00
example Removes invalid links from example data 2011-12-14 14:49:04 +01:00
questionnaire Make it installable. 2011-12-14 18:27:56 +08:00
.gitignore Adds pyyaml to the setup.py dependencies. 2011-12-14 13:34:12 +01:00
LICENSE Make it installable. 2011-12-14 18:27:56 +08:00
README Make it installable. 2011-12-14 18:27:56 +08:00
setup.py Removes local pyparsing, adding it as a dependency in setup.py instead 2011-12-14 13:41:27 +01:00

README

About Seantis Questionnaire
===========================

Seantis Questionnaire is a django questionnaire app which is easily customised
and includes advanced dependency support using boolean expressions.

It allows an administrator to create and edit questionnaires in the django
admin interface, with support for multiple languages.

It was originally created to support an annually recurring questionnnaire for a
medical study.

This repository only contains the Questionnaire side of the application.  We
also developed a management interface and extensions to the models that are
specific to the study, and have therefore not been made public.  Seantis GmbH
could, however, provide a similar end-to-end solution for your organisation.


Alternatives
============

There are two other questionnaire-type applications that I stumbled upon, but
they both didn't quite scratch my itch, but they may scratch yours.

Django Questionnaire - http://djangoquest.aperte-it.com/

Django Survey - http://code.google.com/p/django-survey/


Requirements
============

Seantis Questionnaire has some external dependencies that you must
install.

django-transmeta - used for simple internationalisation
    http://code.google.com/p/django-transmeta/source/checkout

pyparsing - used for the boolean dependency parser
    http://pyparsing.wikispaces.com/Download+and+Installation
    $ easy_install pyparsing

textile - used for marking up the questions
    $ easy_install textile