Fix a few broken help entries.
This commit is contained in:
parent
e0f6eec470
commit
512b672ac6
2 changed files with 19 additions and 1 deletions
|
|
@ -67,7 +67,6 @@ our $HELP = {
|
|||
{ 'name' => 'question_count' },
|
||||
{ 'name' => 'response_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'response_url' },
|
||||
{ 'name' => 'response_user_name' },
|
||||
{ 'name' => 'response_count_correct' },
|
||||
{ 'name' => 'response_percent' }
|
||||
|
|
|
|||
|
|
@ -947,6 +947,25 @@ directly inside the answer_loop for other types of questions.|,
|
|||
context => q|Description of a template loop for a template Help page.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'answers' => {
|
||||
message => q|A loop containing the answers to this question.|,
|
||||
context => q|Description of a template loop for a template Help page.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'survey asset template variables title' => {
|
||||
message => q|Survey Asset Template Variables.|,
|
||||
context => q|Title of the page where asset template variables are documented.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'showProgress' => {
|
||||
message => q|A boolean that is true if the asset has been configured to show how much progess the user has made in completing this Survey.|,
|
||||
context => q|Template variable doc.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue