Added goto to sections and questions. Order of precedence is answer, question, then section.

This commit is contained in:
Kaleb Murphy 2009-03-09 17:23:06 +00:00
parent 31341e5701
commit 0db9be4512
6 changed files with 58 additions and 5 deletions

View file

@ -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{},
};
}