Started refactoring the Survey.pm Wobject class
Refactored www_jumpTo and added tests Added Params::Validate Improved docs Made call to SurveyJSON->createSurveyOrder() unnecessary Turned ResponseJSON->nextResponse a mutator
This commit is contained in:
parent
ba6764065b
commit
d882181fd1
5 changed files with 211 additions and 86 deletions
|
|
@ -414,6 +414,7 @@ Adds two variables:
|
|||
=item * id
|
||||
|
||||
the index of the question's position in its parent's section array joined by dashes '-'
|
||||
See L<WebGUI::Asset::Wobject::Survey::ResponseJSON/questionIndex>.
|
||||
|
||||
=item * displayed_id
|
||||
|
||||
|
|
@ -491,6 +492,7 @@ Adds two variables:
|
|||
=item * id
|
||||
|
||||
The index of the answer's position in its parent's question and section arrays joined by dashes '-'
|
||||
See L<WebGUI::Asset::Wobject::Survey::ResponseJSON/answerIndex>.
|
||||
|
||||
=item * displayed_id
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue