Knowledgeworker Coach uses an Activity ID that contains references to both the scenario and the version of the scenario. You can thus load and process Experience API statements from your learning record store with pinpoint accuracy.

Where is the Activity ID located?

The specific Activity ID of your scenario is located in the exported package.

  1. Export your scenario from Knowledgeworker Coach and save the file to your computer.
  2. Extract the zip package and change to the unzipped folder.
  3. Open the included tincan.xml file in a word processor.
  4. Note the ID of the activity.

Example

The file tincan.xml has a similar structure to the following example:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tincan xmlns="http://projecttincan.com/tincan.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <activities>
        <activity id="http://coach.knowledgeworker.com/scenario/abc123/version/xyz62934649126349" type="http://adlnet.gov/expapi/activities/course">
            <name lang="en">example</name>
            <description lang="en"></description>
            <launch lang="en">index.html</launch>
        </activity>
    </activities>

</tincan>

The activity ID is contained in the activity element in the id attribute. So in this case:

http://coach.knowledgeworker.com/scenario/abc123/version/xyz62934649126349