Professional > Interview scripting > Interview Scripting reference > Template XML schema > mrProgressBar Element
 
mrProgressBar Element
Insertion marker for a progress bar.
Attributes for mrProgressBar
Color
The color of the progress bar
Use: optional
Valid values: string
Image
The image to be used for the progress bar
Use: optional
Valid values: string
Orientation
Progress bar orientation
Use: optional
Valid values: Horizontal, Vertical
ShowBar
Controls the display of the progress bar
Use: optional
Valid values: boolean
ShowCounts
Controls the display of the progress counter
Use: optional
Valid values:
Value
Description
AsPercentage
Display counter as percentage
AsValues
Display counter in the form 'Question Answered'/'Estimated number of questions'
False
Do not display a progress counter
XML representation
<xs:element name="mrProgressBar">
  <xs:attribute name="Color" type="xs:string" use="optional" default="Blue"/>
  <xs:attribute name="Image" type="xs:string" use="optional"/>
  <xs:attribute name="ShowBar" type="xs:boolean" use="optional" default="true"/>
  <xs:attribute name="ShowCounts" type="ShowCountsTypes" use="optional" default="False">
    <xs:enumeration value="AsPercentage"/>
    <xs:enumeration value="AsValues"/>
    <xs:enumeration value="False"/>
  </xs:attribute>
  <xs:attribute name="Orientation" type="Orientation" use="optional" default="Horizontal">
    <xs:enumeration value="Horizontal"/>
    <xs:enumeration value="Vertical"/>
  </xs:attribute>
</xs:element>
See also
Template XML schema