Updated SurveyJSON tests to recognise goto[Expression] on Section and Question
This commit is contained in:
parent
7ec5cab126
commit
5da0379f99
1 changed files with 3 additions and 0 deletions
|
|
@ -2151,6 +2151,7 @@ sub getBareSkeletons {
|
|||
terminal => 0,
|
||||
terminalUrl => '',
|
||||
goto => '',
|
||||
gotoExpression => '',
|
||||
timeLimit => 0,
|
||||
type => 'section',
|
||||
questions => [],
|
||||
|
|
@ -2171,6 +2172,8 @@ sub getBareSkeletons {
|
|||
textInButton => 0,
|
||||
type => 'question',
|
||||
answers => [],
|
||||
goto => '',
|
||||
gotoExpression => '',
|
||||
},
|
||||
{
|
||||
text => '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue