Report Types
This section outlines the different report types available in the Reports API and provides examples of their usage.
- Activity Summary by Group
- Event Progress by Tag by User
- Learning Outcomes Report
- Last Score by Activity by User
- Last Score by Activity
- Last Score by Item by User
- Last Score by Tag by User
- Last Score by Session Report
- Live Progress Report
- Progress by Tag by User
- Response Analysis by Item
- Session Detail by Item
- Session Detail by Question
- Sessions List by Item
- Sessions List
- Sessions Summary by Group
- Sessions Summary by Question
- Sessions Summary with Tags Report
- Sessions Summary
A note about array limits
Some reports accept arrays of users, Activities, or sessions. The maximum number of array entries is normally limited to 100. If you have a scenario that specifically requires a limit higher than this, contact the Learnosity Support Team.
A note about Item references
Sessions initialised with Item objects in Items API may have provided host page-specific id
for some Items that differs from their reference
in the Item bank. The Activity-specific identifier is reported as the item_reference
of each Item in the raw data (generally the *-by-item-*
reports).
If the Item bank reference is required, it can be found as ibk_item_reference
in the same object.
Deprecated For backward compatibility, an ibk_reference
attribute may also be present. While its value matches that of ibk_item_reference
, it is deprecated, and should not be used.