django-survey icon indicating copy to clipboard operation
django-survey copied to clipboard

A django survey app that can export results as CSV or PDF using your native language.

Results 38 django-survey issues
Sort by recently updated
recently updated
newest added

Hi, looking for advise over an issues: At present, if someone is logged in I only have a button to go into the survey and update the existing answers, but...

enhancement

The survey that my project creates are simple questions, but I want to add constraints in a sense that when a question A (Are you married?) is asked with options...

enhancement

Remove slugify. This PR builds on top of https://github.com/Pierre-Sassoulas/django-survey/pull/180 and removes the slugification of answers to multiselect questions. Without this applied, it's not possible to dumpdata/loaddata of pre-existing user data.

bug

So, this basically is not a bug but i would like my users to answer the questionnaire more than once!! How can that be done? As when a user logs...

enhancement

Should be possible to create a question with a single selection (to support binary choices). It is possible to replicate the behaviour with a radio button but it clutters the...

enhancement
good-first-issue

When I try to dumpdata and subsequently loaddata, I get a large amount of errors thrown. This seems to be due to choices being converted to their slug equivalent when...

bug

Python 3.8.5 Django 3.1.4 Running `python3 manage.py runserver` returns me this error ![image](https://user-images.githubusercontent.com/31278089/118600511-b99aad80-b7ce-11eb-8241-59768e475f8d.png)

bug
hacktoberfest

I want to implement SF-36 Health Survey, some questions in this survey are grouped in blocks, for example, see questions 3-12 in https://rand.org/health-care/surveys_tools/mos/36-item-short-form/survey-instrument.html This group has a header and the...

enhancement

The software is developed in english. Other available languages are : * [x] Brazilian-Portuguese thanks to [Rafael Capaci](https://github.com/capaci) * [x] Chinese thanks to [朱聖黎 (Zhu Sheng Li)](https://github.com/digglife/) * [x] French...

enhancement
hacktoberfest
IssueHuntFest
good-first-issue