A questionnaire app for Django
 
 
 
 
Go to file
Michael Trier 5802e01221 Make it installable. 2011-12-14 18:27:56 +08:00
example Enable questions to reference the anser of a previous answered question. The magic string subst_with_ans_1 will insert the answer from question one into your current question. 2011-09-28 12:32:23 +02:00
questionnaire Make it installable. 2011-12-14 18:27:56 +08:00
.gitignore Initial Checkin of Seantis Questionnaire 2009-05-17 13:34:55 +02: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 Make it installable. 2011-12-14 18:27:56 +08: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