Commit Graph

44 Commits (3f0c65a2cf78fcc5ddbc6992371bc3b88ea1756f)

Author SHA1 Message Date
Griffin Caprio 829ad54b5e Fixing html tag 2015-01-16 09:21:39 -06:00
Griffin Caprio 4bbe456c79 Moving previous answers below form 2015-01-13 16:26:17 -06:00
Griffin Caprio 76b3791bee Adding previous answers display 2015-01-09 09:13:25 -06:00
Griffin Caprio 4f726511eb Fixing missing ul tag 2014-12-09 18:24:17 -06:00
Daniel Rozenberg 0769790c22 Added dropdown (<select>) question type. 2014-11-07 12:18:03 -08:00
matteo.cafarotti e96772542a fixes displaying of sub Questions i.e 1a 2014-10-10 13:15:46 +02:00
Julio C. Menendez 245ae4e15c Fixes returning to previous page when using sessions. 2014-09-14 09:36:08 -06:00
Piotr Szachewicz e61d1e4de2 Bugfix - iftag="" did not work for a question that is in a questionset, in which other questions should be visible.
In that case, even though the question did not fulfill the iftag requirement it was shown.

Conflicts:
	questionnaire/views.py
2014-07-13 16:35:54 +02:00
Piotr Szachewicz ac530cebda Fixed jquery import in questionset.html (the path did not match the actual file). 2014-07-13 15:51:48 +02:00
Piotr Szachewicz f77421d2ce Added a NUMBER question type.
(Uses the same code as the already implemented RANGE question type).
2014-07-13 15:50:53 +02:00
Adam Hill 186f7a2d8d Remove textile code. Use static. 2013-12-28 22:09:00 -05:00
Denis Krienbühl f432f6b785 Adds extra to all question types 2012-02-21 10:09:21 +01:00
Denis Krienbühl 671a68465e Adds an optional footer text for each question with textile markup 2012-01-31 16:22:00 +01:00
Denis Krienbühl f36c2ce220 Adds extra text to range input 2012-01-31 12:27:40 +01:00
Denis Krienbühl 9d34dcf55f Adds progressbar configurations default, async and none. The configuration values are explained in the example/settings.py file 2012-01-24 11:51:11 +01:00
Denis Krienbühl 7af664cfd7 Adds jquery as dependency and uses it to block and animate the submit button of the quesitonnaire forms 2012-01-17 14:46:44 +01:00
Denis Krienbühl 1f1b097acd Adds extra text to open question and adjusts the top margin slightly 2012-01-17 09:25:50 +01:00
Denis Krienbühl 1d2f5def85 Replaces the existing range drop-down widget with a html5 range input.
* For older browsers there's a javascript fallback which ensures that the values entered into the text input are fall within min-max and are divisable by step.
 * The new widget adds two new checks - step and unit.
 * The unit is displayed next to the input element.
2012-01-16 16:06:43 +01:00
Denis Krienbühl fbd96f9778 Adds tests for the tags and simplifies progress code 2011-12-22 10:22:33 +01:00
Denis Krienbühl ecdb8b2e06 Moves page module from example to questionnaire and adds csrf protection 2011-12-17 11:21:42 +01:00
Denis Krienbühl dd5f94f6bf Merges the css from base and questionset 2011-12-16 10:28:23 +01:00
Denis Krienbühl e60b9c2814 Moves styles to a separate file 2011-12-16 10:23:50 +01:00
Denis Krienbühl e523b67136 Adds css only progressbar 2011-12-15 17:31:50 +01:00
Denis Krienbühl 2eed37c0d6 Changes style to better fit in with bootstrap 2011-12-15 16:21:45 +01:00
Denis Krienbühl b7f997dc10 Gets rid of the newline / nobreak feature.
With the newline / nobreak feature a user could align multiple questions horizontally.

Apart from the fact that I'm not sure if it is even used I would rather implement it by using css instead of <br/> calls in different widgets. As it was it didn't really work well with twitter bootstrap, so I'd rather take it out of the equation for now and concentrate on good default rendering.
2011-12-15 14:13:17 +01:00
Denis Krienbühl 23b943d8bc Adds default comment template to avoid errors if it is not defined by the site 2011-12-15 14:07:51 +01:00
Denis Krienbühl 493385a0a0 Updates questionset template for bootstrap 2011-12-15 14:06:38 +01:00
Denis Krienbühl 33d373fa60 Updates multi freeform choice widget for bootstrap 2011-12-15 11:29:00 +01:00
Denis Krienbühl e8d1dbe9f8 Updates the timeperiod widget for bootstrap and increases the open answers widget's width 2011-12-15 11:01:22 +01:00
Denis Krienbühl b0710ae2e4 Updates the number range widget for bootstrap 2011-12-15 10:45:58 +01:00
Denis Krienbühl 6057f1f32d Updates the open answers widgets for bootstrap 2011-12-15 10:39:17 +01:00
Denis Krienbühl 8ab6cf5edc Updates choice freeform widget for bootstrap 2011-12-15 10:31:18 +01:00
Denis Krienbühl 43eaae333c Updates choice widget for bootstrap 2011-12-15 10:16:18 +01:00
Denis Krienbühl 128faa91a5 Changes some widgets to work with twitter bootstrap 2011-12-15 09:51:12 +01:00
Denis Krienbühl cff4af2521 Switch from blueprint to twitter bootstrap 2011-12-14 16:46:28 +01:00
Denis Krienbühl 400257058a Switched from /media/ to /static/ as Django seems to be in favor of the latter 2011-12-14 15:34:24 +01:00
Ian Ward 942e4c4c0a hide choice-multiple-freeform extra text field numbering w/ only one extra 2010-12-01 10:35:48 -05:00
Ian Ward c3e14048d2 more help text for question number, choices; Less help for question additional checks 2010-04-19 17:06:28 -04:00
Ian Ward 95f6b180a1 allow requirements on multiple choice questions 2010-03-01 13:02:59 -05:00
Robert M. Thomson ace257c299 Bugfix for Django 1.1/dev, whose release broke an ugly hack I used 2009-09-11 15:16:50 +02:00
Robert M. Thomson cf59e49b39 Usability fix: there is now no space between a widget and its label, so there is no longer a dead spot which will not select the widget 2009-07-02 11:47:17 +02:00
Robert M. Thomson c0ffea83a7 When setting the language during a questionnaire, use the questionnaire url/view so the change will be saved to the subject. 2009-06-18 14:23:40 +02:00
Robert Thomson 117527f004 Bugfix in choice. all fields should be enabled by default - javascript disable if necessary. Otherwise non javascript browsers will have an issue 2009-05-17 16:08:17 +02:00
Robert Thomson 5c3d9ca1a0 Initial Checkin of Seantis Questionnaire 2009-05-17 13:34:55 +02:00