Help: Survey Statistical Overview Report Template

For more help, visit the WebGUI Community Wiki.

question_loop
A loop containing questions.
question
The text of this question.
question_id
The id of this question
question_isMultipleChoice
A boolean indicating whether this is a multiple choice question.
question_response_total
The total number of responses for this answer.
question_allowComment
A boolean indicating whether comments about this question are allowed.
answer_loop
A loop containing the answers and responses for this question.
answer_isCorrect
A boolean indicating whether this answer is marked correct. Only available for multiple choice questions.
answer
The answer itself.
answer_response_count
The total number of responses given for this answer. Only available for multiple choice questions.
answer_response_percent
The percent of responses to this question that went to this answer. Only available for multiple choice questions.
answer_comment
A comment. This tmpl_var is available in the comment_loop for multiple choice questions and directly inside the answer_loop for other types of questions.
answer_value
The value of this answer. Not available for multiple choice questions.
comment_loop
A loop that contains all of the comments for this answer. Only available for multiple choice questions.
answer_comment
A comment. This tmpl_var is available in the comment_loop for multiple choice questions and directly inside the answer_loop for other types of questions.
user_canTakeSurvey
A boolean indicating whether the current user can take the survey.
user_canViewReports
A boolean indicating whether the current user can view the survey reports.
user_canEditSurvey
A boolean indicating whether the current user can edit the survey.
edit_survey_url
The url for the survey edit screen.
take_survey_url
The url for the take survey screen.
view_simple_results_url
The url for the simple results screen.
view_transposed_results_url
The url for the transposed results screen.
view_statistical_overview_url
The url for the statistical overview screen.
view_grade_book_url
The url for the grade book report screen.
pagination.firstPage
A link to the first page in the paginator.
pagination.firstPageUrl
The url component of pagination.firstPage broken out.
pagination.firstPageText
The text component of pagination.firstPage broken out.
pagination.isFirstPage
A boolean indicating whether the current page is the first page.
pagination.lastPage
A link to the last page in the paginator.
pagination.lastPageUrl
The url component of pagination.lastPage broken out.
pagination.lastPageText
The text component of pagination.lastPage broken out.
pagination.isLastPage
A boolean indicating whether the current page is the last page.
pagination.nextPage
A link to the next page in the paginator relative to the current page.
pagination.nextPageUrl
The url component of pagination.nextPage broken out.
pagination.nextPageText
The text component of pagination.nextPage broken out.
pagination.previousPage
A link to the previous page in the paginator relative to the current page.
pagination.previousPageUrl
The url component of pagination.previousPage broken out.
pagination.previousPageText
The text component of pagination.previousPage broken out.
pagination.pageNumber
The current page number.
pagination.pageCount
The total number of pages.
pagination.pageCount.isMultiple
A boolean indicating whether there is more than one page.
pagination.pageList
A list of links to every page in the paginator.
pagination.pageLoop
Same as pagination.pageList except broken into individual elements.
pagination.url
The URL of a page in the page loop.
pagination.text
The number of a page in the page loop.
pagination.range
Displays the range of available pages, in a start - end format.
pagination.activePage
A boolean which will be true if the this page in the pageLoop is the currently viewed page.
pagination.pageList.upTo20
A list of links to the 20 nearest in the paginator relative to the current page. So if you're on page 60, you'll see links for 50-70.
pagination.pageLoop.upTo20
Same as pagination.pageList.upTo20 except broken into individual elements.
pagination.url
The URL of a page in the page loop.
pagination.text
The number of a page in the page loop.
pagination.range
Displays the range of available pages, in a start - end format.
pagination.activePage
A boolean which will be true if the this page in the pageLoop is the currently viewed page.
pagination.pageList.upTo10
A list of links to the 10 nearest in the paginator relative to the current page. So if you're on page 20, you'll see links for 15-25.
pagination.pageLoop.upTo10
Same as pagination.pageList.upTo10 except broken into individual elements.
pagination.url
The URL of a page in the page loop.
pagination.text
The number of a page in the page loop.
pagination.range
Displays the range of available pages, in a start - end format.
pagination.activePage
A boolean which will be true if the this page in the pageLoop is the currently viewed page.
templateId
The ID of the template to show the front page of the Survey.
groupToTakeSurvey
The ID of the group that is allowed to take the Survey.
groupToViewReports
The ID of the group that is allowed to view reports from the Survey.
maxResponsesPerUser
The number of times the user can attempt to get the correct answer on each question. 0 means unlimited. The default is 1.
overviewTemplateId
The ID of the template used to show the overview screen.
gradebookTemplateId
The ID of the template used to show the gradebook screen.
responseTemplateId
The ID of the template used to show the Survey Response screen.
displayTitle
A conditional variable for whether or not the title should be displayed.
description
The description of this wobject.
styleTemplateId
The assetId of the template for displaying the Asset.
printableStyleTemplateId
The assetId of the template for displaying the Asset for printing.
assetId
The unique identifier for this Asset, in base64 encoding.
assetIdHex
The unique identifier for this Asset, in hexadecimal format.
title
The title of the Asset
menuTitle
The title of the Asset used in Navigations.
url
The Asset's URL.
isHidden
A boolean that will be true if this Asset is set not be displayed in Navigations.
newWindow
A boolean that will be true if this Asset is set open in a new browser window.
encryptPage
A boolean that will be true if this Asset is set to be served over SSL.
ownerUserId
The ID of the user who owns this Asset.
groupIdView
The ID of the group that is allowed to view this Asset.
groupIdEdit
The ID of the group that is allowed to edit this Asset.
synopsis
A short description of the contents of the Asset.
extraHeadTags
Extra tags that will be added to the header of the page containing the Asset. These will be included by default so you do not need to add them youself, unless you want them to be in there twice.
isPackage
A boolean that will be true if this Asset is set to be a Package.
isPrototype
A boolean that will be true if this Asset is set to be a prototype.
status
With respect to version control, the status of this Asset. Typically these are the English strings "approved", "pending", "committed".
assetSize
How big this asset is in bytes. The sum of all database fields and attachments.
keywords
This will be a string with the keywords for this asset. Individual keywords will be joined with spaces, unless the keyword contains spaces, in which case it will be quoted.
 
 
Admin Console
Help: Survey Statistical Overview Report Template
*
Admin Console