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

Back to Reference

GLOBAL Element

Contains default settings that apply to all locations.

Syntax
<GLOBAL>
  ...
</GLOBAL>
Attributes

None.

Placement

The GLOBAL element must be a child of the TQS element.

Children

The following child elements are supported:

Remarks

The GLOBAL element and its children are only used to override TQS defaults. Usage of this element is optional.

While global settings will become the default settings for all locations, if an individual location explicitly specifies settings, the local settings will override the global ones.

Example

<GLOBAL>
  <BUTTONS>
    ...
  </BUTTONS>
  <MENU ...>
    ...
  </MENU>
  <QUESTIONS ...>
    ...
  </QUESTIONS>
</GLOBAL>

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