Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.01 KB

django-crowdsourcing

This fork adds some additional features and bugfixes to django-crowdsourcing.

upstream on Google Code

documentation

Date Option

An Option type for Dates has been added, with a sample frontend implementation using bootstrap-datepicker

Ranked Questions

An Option type for Ranked Questions has been added, allowing the participant to rank answers 1st, 2nd and 3rd. Useful for polling a participants order of preference.

Sections

Questions now have optional Sections. Example usage in a template: embeded_survey_questions.html

Per Survey Scripts

Surveys now have an "Has script" flag which will render a script tag based on the slug name.