When a Tangerine form is submitted: * There should be one xAPI statement for each answer provided; statement should follow the spec as per [xAPI to SCORM cookbook](https://xapi.com/scorm-to-experience-api-xapi-cookbook/) * Each question is a separate activity. If the form activityid is 'https://example.org/form1' then question id could be 'https://example.org/form1/question1' etc. The child (eg question) should be linked to the parent using statement parent context as per [xAPI spec](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#246-context) * Statements are not sent to LRS until form is actually submitted.
When a Tangerine form is submitted: