Survey sections now have logical section type, which is never shown to the user, only used for silently checking gotos.
This commit is contained in:
parent
e25094a16e
commit
54063ae9f6
5 changed files with 21 additions and 2 deletions
|
|
@ -39,6 +39,14 @@ our $I18N = {
|
|||
message => q|Continue|,
|
||||
lastUpdated => 1224686319
|
||||
},
|
||||
'logical section' => {
|
||||
message => q|Logical Section|,
|
||||
lastUpdated => 1224686319
|
||||
},
|
||||
'logical section help' => {
|
||||
message => q|A logical section, or its questions, are never shown. They are used to silently execute jump commands.|,
|
||||
lastUpdated => 1224686319
|
||||
},
|
||||
'add section' => {
|
||||
message => q|Add Section|,
|
||||
lastUpdated => 1224686319
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue