Commit graph

29 commits

Author SHA1 Message Date
c15039b9a7 avoid zero division error when data are missing 2015-08-13 16:09:33 +02:00
6a356c6f9c allow selection of question groups via party (i.e. person) 2015-07-16 20:00:09 +02:00
a83f80a1f9 fix access from response to questionnaire to allow use of question groups in more than one questionnaire 2015-05-06 08:07:06 +02:00
b5b2b0c7b4 separate attribute for texts in response object 2015-04-21 12:41:39 +02:00
aa8814b29b give groups as parameters to team calculation to make evaluation independent of user data 2015-04-21 10:04:52 +02:00
abdf27372b correctly handle legacy case: question type not set 2015-04-19 15:16:03 +02:00
2c5274e54b work in progress: handling of question types 2015-04-17 09:14:19 +02:00
c9490bb1e9 allow question groups without feedback element 2015-03-10 09:24:04 +01:00
d05b9f7f70 allow question groups without feedback element 2015-03-10 09:20:32 +01:00
b8009b51f8 handle question groups without answers 2014-05-29 18:06:41 +02:00
358545833f allow for non-numeric values which will be ignored in calculations 2014-05-29 11:32:46 +02:00
0f03b894f4 refactor result data structure, fix rank calculation, add team rank 2014-05-24 14:49:29 +02:00
d994b646e9 use precalculated scores per question group for team result 2014-05-08 13:24:49 +02:00
cacca105ac provide team evaluation of survey 2014-05-02 14:45:10 +02:00
13d48b6ab0 allow for unanswered questions 2013-03-18 09:57:46 +01:00
bf948e12b7 return relative scores as part of results 2013-03-11 17:51:50 +01:00
77ef1d6923 fix calculation: ignore empty groups, fix calculation of feedback index 2013-03-07 18:21:06 +01:00
f5e918011e take 'revertAnswerOption' into account when calculating the result 2013-03-07 16:04:27 +01:00
2dcd73f56f avoid leaking of attributes to subclasses: put in constructor instead of class 2013-02-24 16:22:54 +01:00
63163a00e7 replace explicite list of answer options with answer range (= number of answer options) 2013-02-24 15:28:37 +01:00
6164b311a6 add alternative algorithm with grouped questions and feedback items per question group 2013-02-24 11:10:44 +01:00
4d9844391e rename 'ResultElement' to 'FeedbackItem' 2013-02-24 10:01:32 +01:00
952f2a989b rename 'options' to the more specific 'answerOptions' 2013-02-10 13:08:46 +01:00
9b09d91f16 new knowledge.survey (questionnaire) package 2013-01-16 08:38:34 +01:00
helmutm
6e3514c4be provide 'knowledge' attribute for person
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4156 fd906abe-77d9-0310-91a1-e0d9ade77398
2011-01-26 14:10:52 +00:00
helmutm
c7fb96d549 some minor fixes...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1229 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-05-26 20:21:37 +00:00
helmutm
5f5a200ce1 renamed Position to RequirementProfile
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1228 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-05-26 07:48:08 +00:00
helmutm
cc1b0e4585 knowledge: base functionality OK
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1227 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-05-26 07:01:53 +00:00
helmutm
dc0993ecc5 work in progress: new knowledge package for learning and knowledge management
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1226 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-05-25 20:51:01 +00:00