INCLUDETYPES ElementSpecifies which location types should be displayed in the score report. Syntax<INCLUDETYPES> ... </INCLUDETYPES> AttributesNone. PlacementThe INCLUDETYPES element must be a child of the REPORT element. ChildrenThe following child element is supported: RemarksBy default, no location types are included in the score report. Example<REPORT ...> <INCLUDETYPES> <TYPE>QUESTIONS</TYPE> <TYPE>HANGMAN</TYPE> <TYPE>CUSTOM_FOO</TYPE> </INCLUDETYPES> </REPORT> |