Skip to main content

Simple Survey Django Application for askMAMA

Project description

mama-survey
===========

|travis|_ |coveralls|_

.. |travis| image:: https://travis-ci.org/praekelt/mama-survey.png?branch=develop
.. _travis: https://travis-ci.org/praekelt/mama-survey

.. |coveralls| image:: https://coveralls.io/repos/praekelt/mama-survey/badge.png?branch=develop
.. _coveralls: https://coveralls.io/r/praekelt/mama-survey

mama-survey provides a simple multiple-choice question-only survey capability
for the askMAMA mobi site.

Administrators can create questionnaires in the admin site, and view and export
answers sheets.

The first available questionnaire will only be showed to users on their 2nd
login. A link will also be displayed at the bottom of the home page.

Users can choose to complete the questionnaire immediately, later, or decline
to participate. Decline will apply to all future questionnaires as well.

Users can bail out of a questionnaire halfway, and resume it later.

Statistics about completed, aborted and declined questionnaires will be sent to
the apporpriate holodeck metrics tracker on a regular basis.


Dependencies
------------

- django-userprofile


Usage
-----

For production, install the application in the askMAMA site with::

python setup.py install

For development, install the application in the askMAMA development site with::

python setup.py develop

Settings
++++++++

The following settings must be added to settings.py::

TEMPLATE_DIRS += (
os.path.join(PATH, "survey", "templates", "mobi"),
)

INSTALLED_APPS += (
'survey',
)

LOGIN_REDIRECT_URL = '/survey/check-for-survey/'

HOLODECK_URL = 'http://localhost:8001/'
Authors
=======

Praekelt Foundation
-------------------

* Jurgen Blignaut
Changelog
=========

1.0.0
=====
- Initial release to pypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mama-survey-1.0.0.tar.gz (23.4 kB view details)

Uploaded Source

File details

Details for the file mama-survey-1.0.0.tar.gz.

File metadata

  • Download URL: mama-survey-1.0.0.tar.gz
  • Upload date:
  • Size: 23.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mama-survey-1.0.0.tar.gz
Algorithm Hash digest
SHA256 70fc8a752b9bd63ad035edb6a0fe22cbf7b95fff314ff1d6b807e93bb3176a3f
MD5 6ecfdc68321657891eb64ca39e7269d3
BLAKE2b-256 9b35696981c58df6e96c0a89200376704b6d346a1c8035803884ae8c99e62845

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page