Send simple actor-verb-object xAPI statements

xAPI is incredibly flexible with the statements that it can report to the LRS. For example, to report that a video was experienced you can set up the following actions.

  1. Create a trigger. In this case, the trigger should be when a video object has reached the end of the video.
    video onEnd block
  2. To send a statement, use the xAPI statement block. By default, it is set to xAPI: answered.
    advanced xAPI action block for answered
  3. Use the drop down to change the verb to one of various predefined verbs.
    xAPI-block-activity-name-options.png
  4. In this case, "experienced" makes the most sense.
    xAPI experienced activity action block
  5. Change the Activity ID to something meaningful, as well as the result.
    xAPI experienced activity intro video action block
  6. Combine the experienced statement block with the When block.
    xAPI on video end set experienced intro video activity equals true action block