Ian Ward
b1ad3dc9b2
describe some of the available requiredif parameters in question admin
2010-05-05 09:06:24 -04:00
Ian Ward
77f529c0ac
fix answer_export bug affecting first answer column
2010-04-20 13:22:43 -04:00
Ian Ward
7ce1a24a8f
fix dep_check for modified answer format
2010-04-20 08:35:48 -04:00
Ian Ward
e60d8af9fe
split export_csv into gather data + export functions
2010-04-19 21:12:39 -04: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
8650bf742c
answer_summary: allow summary of 0 answers
2010-04-19 11:57:57 -04:00
Ian Ward
425ccca908
new answer_summary function for calculating a questionnaire's totals
2010-04-18 13:20:54 -04:00
Ian Ward
db90300a95
fix for Answer.choice_str and modified answer format
2010-04-18 13:20:11 -04:00
Ian Ward
1e7b103220
better guessing at correct values of answer data
2010-04-08 10:45:27 -04:00
Ian Ward
3eb0dadba6
export_csv: split multiple choice and freeform results into their own columns
2010-03-23 12:24:30 -04:00
Ian Ward
cefd7a71cc
store answers as json ["answer-a", "answer-b", ["custom-answer"]] format to remove potential for ambiguity
2010-03-22 12:52:13 -04:00
Ian Ward
d5a48c1624
better default complete url for our page-cms integration
2010-03-16 13:33:17 -04:00
Ian Ward
95f6b180a1
allow requirements on multiple choice questions
2010-03-01 13:02:59 -05:00
Ian Ward
46a8468f4d
Merge branch 'master' of git://github.com/rmt/seantis-questionnaire
...
Conflicts:
questionnaire/views.py
2010-01-05 16:05:30 -05:00
Robert M. Thomson
4316bfef58
Added generate_run view (thanks to Ross Poulton)
...
* generate_run creates a RunID for the supplied questionnaire id,
associating it with a Subject with givenname "Anonymous" and
surname "User" (will create the Subject if it doesn't exist).
* Fixes issue #3 in github
* Thanks to Ross Poulton (http://www.rossp.org/ )
2009-12-24 12:41:38 +01:00
Robert M. Thomson
0687d39a1b
Add README, including documenting package requirements
2009-12-23 10:00:43 +01:00
Robert M. Thomson
da00f1b082
New permissions + small bugfix
...
* stricter permission check on export_csv (questionnaire.export)
* stricter permission check on send_email (questionnaire.management)
* small bugfix for case when runcode is empty
2009-12-23 09:42:53 +01:00
Ian Ward
723bd0bd01
fix for csv url
2009-12-23 16:34:34 +08:00
Ian Ward
e31dc43f3c
stricter permissions check on export_csv
2009-11-29 11:54:03 -05:00
Ian Ward
75e6b39fed
fix for csv url
2009-11-14 09:49:11 -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
4659c8d471
bugfix - emailsent column should be nullable & blankable
2009-07-02 11:45:55 +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 M. Thomson
ce2b700363
Fix tests. French language should not be in test fixture, and update the test since we now redirect after the language has been set.
2009-06-18 14:06:24 +02:00
Robert M. Thomson
82ce6571f0
add LICENSE
2009-06-15 19:23:53 +02:00
Robert M. Thomson
88359ad585
language & translation updates
2009-06-15 19:05:59 +02:00
Robert M. Thomson
14fd06b8f4
merge in some changes
2009-06-15 18:07:14 +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