TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.5

Back to Reference

REPORTTITLE Element

Contains text used to represent this location in the report table.

Syntax
<REPORTTITLE>reporttitle</REPORTTITLE>
Attributes

None.

Placement

The REPORTTITLE element must be a child of the LOC element.

Children

No children are supported within the REPORTTITLE element.

Remarks

The HEADING element's text will be used in the report table to represent the location; use the REPORTTITLE element to specify a different title for use in the report. If neither the REPORTTITLE nor HEADING elements exist, the LOC element's ID attribute will be displayed instead.

Use of the REPORTTITLE element is necessary to specify a title for "NULL" locations.

Example

<LOC ID="2001" TYPE="NULL">
  <REPORTTITLE>2001 Hangman Series</REPORTTITLE>
  <LOC ID="Jan" TYPE="HANGMAN">
    <HEADING>Welcome to January Hangman</HEADING>
    <REPORTTITLE>January</REPORTTITLE>
  </LOC>
  ...
</LOC>

©2020 Bot Productions. All rights reserved.Last Updated: June 14, 2001