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

Back to Reference

TYPE Element

Specifies that a location type should be displayed in the score report.

Syntax
<TYPE>type</TYPE>
Attributes

None.

Placement

The TYPE element must be a child of the INCLUDETYPES element.

Children

No children are supported within the TYPE element.

Remarks

By default, no location types are included in the score report. If a location type is included, a specific location can remove itself from the report by setting the location's LOC element's REPORT attribute to "0".

Example

<REPORT ...>
  <INCLUDETYPES>
    <TYPE>QUESTIONS</TYPE>
    <TYPE>HANGMAN</TYPE>
    <TYPE>CUSTOM_FOO</TYPE>
  </INCLUDETYPES>
</REPORT>

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