Mercurial > clickerconvert
comparison README @ 41:f6c53e896008 0.9
Merge
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 15 Apr 2016 15:34:51 +0200 |
parents | b574990e90a5 |
children |
comparison
equal
deleted
inserted
replaced
40:7458f113314c | 41:f6c53e896008 |
---|---|
24 | 24 |
25 Questions: | 25 Questions: |
26 - A Question is defined by last unquoted string before a line starting | 26 - A Question is defined by last unquoted string before a line starting |
27 with "Answer" | 27 with "Answer" |
28 - A multiple choice Answer are all strings that match the pattern | 28 - A multiple choice Answer are all strings that match the pattern |
29 "\"(.*)\",(\\d+),(\\d+\\.\\d+)" in all lines following a line | 29 "\"(.*)\",(\\d+)?,(\\d+\\.+\\d+)?" in all lines following a line |
30 "Answer,Votes,Percent" before the next Question. | 30 "Answer,Votes,Percent" before the next Question. |
31 - A special case is made for lines in a multiple choice block that | |
32 contain multiple comma seperated quoted strings. In that case the | |
33 line is interpreted as each quotet string containing an unfilled | |
34 answer. | |
31 - A free text answer is a Quoted string following a Question and | 35 - A free text answer is a Quoted string following a Question and |
32 the single line "Answer". | 36 the single line "Answer". |
33 All text before the next question is interpreted as free text responses. | 37 All text before the next question is interpreted as free text responses. |
34 If a Quoted string is inside an Answer it is combined with that Answer. | 38 If a Quoted string is inside an Answer it is combined with that Answer. |
35 | 39 |