Skip to main content
https://badge.fury.io/py/django-multilingual-survey.svg

Django Multilingual Survey

Survey app that allows questions and answers to be created in several languages.

Allows users to submit free text in an “other” field, if none of the choices are sufficient for the user. Users can even submit several custom answers to a question by submitting several comma separated values.

Admins will get notified if a user submits a custom answer via the “other” field. They have an admin view that allows to accept, reject or rename the custom answer.

This ensures that users who submit the same custom answer but with different spelling (i.e. “Vim” and “VIM”) will ultimately get hooked up with the same unified SurveyAnswer object, which makes the creation of reports much easier and yields more accurate survey results.

Questions and answers can be provided in several languages using django-hvad

Installation

To get the latest stable release from PyPi

pip install django-multilingual-survey

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-multilingual-survey.git#egg=multilingual_survey

Add multilingual_survey to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'generic_positions',
    'multilingual_survey',
)

Add the multilingual_survey URLs to your urls.py

urlpatterns = patterns('',
    ...
    url(r'^pos/', include('generic_positions.urls')),
    url(r'^survey/', include('multilingual_survey.urls')),
)

Don’t forget to migrate your database

./manage.py migrate multilingual_survey

Usage

TODO: Describe usage or point to docs. Also describe available settings and templatetags.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-multilingual-survey
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Release files for django-multilingual-survey 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-multilingual-survey 1.0
File Size Uploaded
django-multilingual-survey-1.0.tar.gz 19.6 kB Details

Release files / django-multilingual-survey-1.0.tar.gz

Download URL django-multilingual-survey-1.0.tar.gz
Size 19.6 kB
Tags Source
SHA-256 checksum
How to use checksums
543fcb9931679874e280224c60730d99add2a157daf0d52620dcf46608097a42
BLAKE2b-256 checksum
How to use checksums
cd35fd0ca05bf5c9e4c7fe9150a9a2e8b386c52c487fede42b4824fefe970d0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

0.3.1

1 release file

0.3

1 release file

0.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page