Files
BoostAI/Mock-Data/classroom.json
2026-05-12 10:34:42 +01:00

101 lines
2.0 KiB
JSON

{
"classroom": {
"id": 500,
"name": "Year 6 \u2014 Maths Set 1",
"organization_id": 1,
"tutor_id": 100,
"invite_code": "Y6MATHS1",
"target_level": 6,
"archived": false,
"hide_just_answer": false,
"is_deleted": false,
"created_at": 1772445600000,
"updated_at": 1772445600000
},
"tutor": {
"id": 100,
"fullname": "Sarah Johnson",
"email": "sarah.johnson@boostai.example",
"username": "sjohnson",
"role": "tutor",
"active": true,
"is_test": false,
"is_deleted": false,
"created_at": 1762077600000,
"updated_at": 1762077600000
},
"classroom_student_rs": [
{
"id": 801,
"classroom_id": 500,
"student_id": 201,
"created_at": 1772877600000
},
{
"id": 802,
"classroom_id": 500,
"student_id": 202,
"created_at": 1772877600000
},
{
"id": 803,
"classroom_id": 500,
"student_id": 203,
"created_at": 1772877600000
},
{
"id": 804,
"classroom_id": 500,
"student_id": 204,
"created_at": 1772877600000
},
{
"id": 805,
"classroom_id": 500,
"student_id": 205,
"created_at": 1772877600000
},
{
"id": 806,
"classroom_id": 500,
"student_id": 206,
"created_at": 1772877600000
},
{
"id": 807,
"classroom_id": 500,
"student_id": 207,
"created_at": 1772877600000
},
{
"id": 808,
"classroom_id": 500,
"student_id": 208,
"created_at": 1772877600000
},
{
"id": 809,
"classroom_id": 500,
"student_id": 209,
"created_at": 1772877600000
},
{
"id": 810,
"classroom_id": 500,
"student_id": 210,
"created_at": 1772877600000
},
{
"id": 811,
"classroom_id": 500,
"student_id": 211,
"created_at": 1772877600000
},
{
"id": 812,
"classroom_id": 500,
"student_id": 212,
"created_at": 1772877600000
}
]
}