Added goto to sections and questions. Order of precedence is answer, question, then section.
This commit is contained in:
parent
31341e5701
commit
0db9be4512
6 changed files with 58 additions and 5 deletions
|
|
@ -852,6 +852,7 @@ sub newSection {
|
|||
terminal => 0,
|
||||
terminalUrl => q{},
|
||||
goto => q{},
|
||||
gotoExpression => q{},
|
||||
timeLimit => 0,
|
||||
type => 'section',
|
||||
questions => [],
|
||||
|
|
@ -881,6 +882,8 @@ sub newQuestion {
|
|||
textInButton => 0,
|
||||
type => 'question',
|
||||
answers => [],
|
||||
goto => q{},
|
||||
gotoExpression => q{},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue