Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.26 KB

TemporalSlice.md

File metadata and controls

13 lines (10 loc) · 1.26 KB

LAMP::TemporalSlice

A specific sub-detail of a ActivityEvent that contains specific interaction information that comprises the parent ActivityEvent.

Properties

Name Type Description Notes
item object The item that was interacted with; for example, in a Jewels game, the corresponding alphabet, or in a survey, the question index. [optional]
value object The value of the item that was interacted with; in most games, this field is `null`, but in a survey, this field is the question choice index. [optional]
type character The type of interaction that for this detail; for example, in a Jewels game, `none` if the tapped jewel was incorrect, or `correct` if it was correct, or in a survey, this field will be `null`. [optional]
duration integer The time difference from the previous detail or the start of the parent result. [optional]
level integer The level of activity for this detail; for example, in games with multiple levels, this field might be `2` or `4`, but for surveys and other games this field will be `null`. [optional]