By default, the tracking status will be exported using the following values:

  • ‘completed’ for ‘completed’
  • ‘incomplete’ for ‘incomplete’
  • ‘not attempted’ for ‘notAttempted’

These values can be overriden with custom texts like in this example:

<statusFormat>
    <incomplete>I</incomplete>
    <notAttempted>N/A</notAttempted>
    <completed>C</completed>
</statusFormat>