More Survey refactoring
refactored out repetitive checking of takenCount added i18n template variables to Survey template so that user is told what happened for timeouts etc..
This commit is contained in:
parent
6815cd76aa
commit
c9861bdf8f
5 changed files with 71 additions and 52 deletions
|
|
@ -15,8 +15,8 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
variables => [
|
||||
{ 'name' => 'lastResponseCompleted' },
|
||||
{ 'name' => 'lastResponseTimedOut' },
|
||||
{ 'name' => 'lastResponseCompleted help' },
|
||||
{ 'name' => 'lastResponseTimedOut help' },
|
||||
{ 'name' => 'maxResponsesSubmitted' },
|
||||
],
|
||||
related => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue