diff --git a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm index 37471c1cd..c79dcbc95 100644 --- a/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm +++ b/lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm @@ -187,8 +187,6 @@ If there are 2 elements, then the first element is an index into section array, and the second element is an index into the questions in that section. Returns that question. -=back - =item 3 elements Three elements are enough to reference an answer, inside of a particular @@ -319,21 +317,19 @@ If there are 2 elements, then the first element is an index into section array, and the second element is an index into the questions in that section. -=back - =item 3 elements Three elements are enough to reference an answer, for a particular question in a section. +=back + =head3 $object A perl data structure. Note, that it is not checked for type, so it is possible to add a "question" object into the list of section objects. $object should never be a partial object, but contain all properties. -=back - =cut sub update { @@ -409,8 +405,6 @@ If there are 2 elements, then the first element is an index into section array, and the second element is an index into the questions in that section. $object is added right after that question. -=back - =item 3 elements Three elements are enough to reference an answer, inside of a particular