Review and Monitoring
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date of the meeting conducted at the district | |
2 | district_id | integer | District ID | |
3 | meeting_conducted | string | Whether meeting is conducted or not (Yes/No) |
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date of the meeting conducted at the block | |
2 | block_id | integer | Block ID | |
3 | meeting_conducted | string | Whether meeting is conducted or not (Yes/No) |
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date of the meeting conducted at the cluster | |
2 | cluster_id | integer | Cluster ID | |
3 | meeting_conducted | string | Whether meeting is conducted or not (Yes/No) |
Teacher Training and Mentoring
Column Name | Data Type | Description | Validation | |
---|---|---|---|---|
1 | year | |||
2 | month | |||
3 | district_id | |||
4 | block_id | |||
5 | cluster_id | |||
6 | total_mentors | |||
7 | mentors_met_their_target |
Column Name | Data Type | Description | Validation | |
---|---|---|---|---|
1 | date | |||
2 | school_id | |||
3 | total_teachers | |||
4 | unique_teachers_visited | |||
5 | average_visit_duration_in_min | |||
6 | date |
Column Name | Data Type | Description | Validation | |
---|---|---|---|---|
1 | date | |||
2 | visited_school_id | |||
3 | average_duration |
Student Assessment
Column Name | Data Type | Description | Validation | |
---|---|---|---|---|
1 | student_id | integer | ||
2 | school_id | integer | ||
3 | date | string | ||
4 | assessment_type | string | ||
5 | gender | string | ||
6 | grade | integer | ||
7 | subject | string | ||
8 | total_marks | integer | ||
9 | total_obtained_marks | integer |
Column Name | Data Type | Description | Validation | |
---|---|---|---|---|
1 | school_id | integer | ||
2 | date | integer | ||
3 | assessment_type | string | ||
4 | grade | string | ||
5 | subject | string | ||
6 | lo_id | integer | ||
7 | lo_name | string | ||
8 | total_students_participated | integer | ||
9 | total_students_answered_correctly | integer |
Add Comment