You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Home > PIXO Platform Unity SDK > Understanding xAPI > Data Reporting 101 - Object
Data Reporting 101 - Object
print icon

Object

The object defines the thing that was acted on. Similar to a verb, the ID property of the object should be an IRI. In our example, the user chose the correct harness. So to represent this, a reasonable object definition might be:

 

"object":{

  "id":"pixovr/xapi/modules/fallpro/correct_harness"

}

 

The object does not have to be physical object. If the user was taking a quiz, you would want to identify each question of the quiz as a different object. If they are following a step by step process you would identify each step as a unique object. Or when they are starting and ending sessions, you would identify the module or scenario itself as the object.

 

You might notice the structure of the example IRIs are different for verbs and objects We recommended that you use verbs consistently across projects, but objects should be defined per project. Please feel free contact us if you would like to learn more about our IRI philosophy at  PixoVR.

 

Feedback
0 out of 0 found this helpful

scroll to top icon