Help: Survey Questions Template
For more help, visit the WebGUI Community Wiki.
- questionsAnswered
- The number of questions that has been answered.
- totalQuestions
- A boolean indicating whether the user should see the total number of answers and the number of questions that have already been answered.
- showProgress
- A boolean that is true if the asset has been configured to show how much progress the user has made in completing this Survey.
- showTimeLimit
- A boolean indicating whether the number of minutes until the survey times out should be displayed.
- minutesLeft
- The number of minutes the user has left to finish the survey.
- isLastPage
- A boolean indicating whether this is the last page of the survey.
- allowBackBtn
- A boolean indicating whether the back button is allowed.
- questions
- A loop containing the questions in this section.
- id
- The ID of this section/question/answer.
- sid
- The section ID of this question.
- text
- The text of this section/question/answer.
- fileLoader
- A boolean indicating if this is a fileLoader type question.
- textType
- A boolean indicating if this is a text type question.
- multipleChoice
- A boolean indicating if this is a multipleChoice type question.
- maxAnswers
- The maximum number of answers that can be given to this question.
- maxMoreOne
- A boolean indicating if the maximum number of answers that can be given to this question is greater than one.
- dateType
- A boolean indicating if this is a date type question.
- slider
- A boolean indicating if this is a slider type question.
- dualSlider
- A boolean indicating if this is a dualSlider type question.
- a1
- A loop containing the first list of answers for a dual slider type question.
- a2
- A loop containing the second list of answers for a dual slider type question.
- verticalDisplay
- A boolean indicating whether the answers to this question should be displayed vertically.
- verts
- A paragraph opening tag.
- verte
- A paragraph closing tag.
- answers
- A loop containing the answers to this question.
- id
- The ID of this section/question/answer.
- text
- The text of this section/question/answer.
- 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.
- 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