For Developers
Student Period Attendance Virtual Metadata Overview
This model is part of the v2.5 API update which is currently in beta and therefore subject to change.
Student Period Attendance Virtual Metadata includes supporting evidence/metadata for virtual Student Period Attendance participation.
Properties
| Property | Type | Description |
|---|---|---|
id | string | The UUID for the object. $filter operators: equals in not in |
created_date | Date | When the object was first seen by Edlink. |
updated_date | Date | When the object was last changed in Edlink. $filter operators: equals gt lt gte lte |
student_period_attendance_id | string | The UUID of the associated Student Period Attendance. |
devices | DigitalDevice[] | Device types used for participation. |
participation | VirtualParticipationType[] | Captured Participation signals. |
network_identifier | string | Usually an IP address (IPv4 or IPv6), but can be a hostname, ASN, bluetooth address, etc. |
participation_date | Date | The timestamp associated with the participation event (usually a login or submission timestamp). |
chat_log | string | A chat log. |
interaction_seconds | number | How long the combination of interactions lasted, in seconds. |
interaction_count | number | How many interactions occurred. |
JSON Example
{
"id": "00000000-0000-0000-0000-000000000000",
"created_date": "2021-07-05T20:32:40.454Z",
"updated_date": "2021-07-12T21:44:23.126Z",
"student_period_attendance_id": "00000000-0000-0000-0000-000000000001",
"devices": ["home_pc", "microphone"],
"participation": ["logged_in"],
"network_identifier": "192.168.1.100",
"participation_date": "2021-05-01T10:00:00.000Z",
"chat_log": "[User]: Hello\n[Teacher]: Hello",
"interaction_seconds": 123.45,
"interaction_count": 3
}