Skip to content

Commit

Permalink
Preparing for releasing v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalpakchi committed Dec 15, 2022
1 parent 9637d23 commit 383f834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The following changes were made to the original app to accommodate scientific us
* Added the possibility to randomize the order of questions for each survey participant.
* Added the possibility to import surveys from a JSON file.
* [New in v0.1.2] Added the possibility to add ranges (sliders) as question types, distinguishing between integer ranges (`range_int`) and float ranges (`range_float`). It is possible to specify min, max and step for the range by re-using the already existing `choices` field.
* [New in v0.2.0] Categories can be treated as independent sub-surveys! This is useful if one wants to create a number of batches all of which are aimed at answering the same research question, but the experimental design requires each participant to see their own batch of questions. Additionally, one can control a number of responses per batch (1 by default).

Recognizing that these changes are not necessarily useful for the users of the original "django-survey-and-report" app (and that the code became more different from the original than expected initially), it was decided to create a separate package "django-scientific-survey" to acommodate these changes.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setuptools.setup(
name="django-scientific-survey",
version="0.1.2",
version="0.2.0",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 383f834

Please sign in to comment.