Mercurial > clickerconvert
diff 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 |
line wrap: on
line diff
--- a/README Fri Apr 15 15:25:11 2016 +0200 +++ b/README Fri Apr 15 15:34:51 2016 +0200 @@ -26,8 +26,12 @@ - A Question is defined by last unquoted string before a line starting with "Answer" - A multiple choice Answer are all strings that match the pattern - "\"(.*)\",(\\d+),(\\d+\\.\\d+)" in all lines following a line + "\"(.*)\",(\\d+)?,(\\d+\\.+\\d+)?" in all lines following a line "Answer,Votes,Percent" before the next Question. + - A special case is made for lines in a multiple choice block that + contain multiple comma seperated quoted strings. In that case the + line is interpreted as each quotet string containing an unfilled + answer. - A free text answer is a Quoted string following a Question and the single line "Answer". All text before the next question is interpreted as free text responses.