## k12-lx
#### User wise Status for Live class content type in routine api
- Scheduled - live class status
- LIVE - live class status
- Present - if live class status ended and user joined
- Watched - if live class status ended and user not joined and watch 50%
- Absent - if live class status ended and user not joined and not watch
#### User wise Status for exam content type in routine api:
- Scheduled - exam status
- Started - exam status
- Attended - if exam status ended and attempted within window time
- Late - if exam status ended and attempted after window time
- Absent - if exam status ended and not attempted before and after window time
#### Routine Api Response
```jsonld=
[
{
"chapter": {
"id": 131,
"short_name": {
"bn": "অধ্যায় ৩",
"en": "অধ্যায় ৩"
},
},
"course": {
"id": 9,
"program_id": 1,
"text_color": "red/white/black/pink",
"name": {
"bn": "হিসাব বিজ্ঞান",
"en": "Accounting"
}
},
"content": {
"map_content_id": 123,
"type": "lesson/liveclass/exam/resource",
"service_id": "6abdkdiep1bchudpo/123/22",
"slug": null,
"name": "MCQ :Type- 01",
"start_at": null,
"end_at": null,
"media_type": "youtube/jw/pdf/ppt/html/jpg",
"items":[
{
"type":"video/liveclass",
"name":"ভিডিও",
},
{
"type":"exam/homework",
"name":"হোমওয়ার্ক",
}
],
},
"status": "mahbub/sagar/watched/completed/present/absent",
"content_start_at": {
"actual": "2022-12-27",
"image": "first month image"
"date": {
"bn": "২৭ ডিসেম্বর ২০২১",
"en": "27 December 2021"
},
"day_name": {
"bn": "শনিবার",
"en": "Saturday"
}
}
}
]
```
### Group Item Api
```jsonld=
{
"content": {
"chapter": {
"id": 131,
"short_name": {
"bn": "অধ্যায় ৩",
"en": "অধ্যায় ৩"
}
},
"course": {
"id": 9,
"program_id": 1,
"text_color": "red/white/black/pink",
"name": {
"bn": "হিসাব বিজ্ঞান",
"en": "Accounting"
}
},
"start_at": "2020-01-01T00:00:00.000Z",
"end_at": "2020-01-01T00:00:00.000Z",
"map_content_id": 123,
"name": "MCQ :Type- 01"
},
"content_items": [
{
"map_content_id": 123,
"type": "lesson/liveclass/exam/resource",
"service_id": "6abdkdiep1bchudpo/123/22",
"slug": null,
"name": "MCQ :Type- 01",
"start_at": null,
"end_at": null,
"status": "schedule/live/ended",
"media_type": "youtube/jw/pdf/ppt/html/jpg"
}
]
}
```