TYPE ElementSpecifies that a location type should be displayed in the score report. Syntax<TYPE>type</TYPE> AttributesNone. PlacementThe TYPE element must be a child of the INCLUDETYPES element. ChildrenNo children are supported within the TYPE element. RemarksBy 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> |
