If you want to specifically load the learning outcomes of a course publication from your Learning Record Store for analysis, you can use the statement context provided by Knowledgeworker Create.


Before you start

For courses to successfully transmit events using the Experience API standard to your Learning Record Store, one of the following configurations must be implemented:

  • The content was published in Experience API format and is accessed from a compatible environment, such as a Learning Management System with Experience API support,
  • The content was published with anonymous Experience API tracking, or
  • The content was configured and published with Parallel Tracking.


Depending on the Learning Record Store, the presence of initial statements with the filter criteria may be required for the configuration of filters. So, if you're unable to configure all filters, wait until the content has transmitted the first events.


Filtering statements for a kw.my publication

Knowledgeworker Create sends, in each Experience API statement, the link to the corresponding publication on kw.my in the context activities. Therefore, you can select statements that include the URL of your publication under context in contextActivities within the grouping section.


Example of a statement with kw.my context for a course publication:

{
    "authority": {},
    "context": {
      "contextActivities": {
        "grouping": [
          {
            "id": "https://kw.my/abc123",
            "objectType": "Activity"
          }
        ]
      }
    },
    "actor": {},
    "verb": {},
    "object": {}
    }
  }

All statements from the publication at the example link https://kw.my/abc123, published by Knowledgeworker Create, will carry this grouping and can be specifically selected.


kw.my statement filter in the LRS “Learning Locker”

In the LRS Learning Locker, select the URL of your publication under Where > contextActivities > grouping. Leave the filter setting on "In".