...
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | school_id | integer | Unique ID of the school for which the data is being entered | Max 13 Characters |
2 | date | integer | Date which the data belongs to | YYYY-MM-DD |
3 | assessment_category | string | Category of Assessment which was conducted | FA, SA, Boards |
4 | assessment_type | string | Type of Assessment which was conducted | FA1, FA2, FA3, FA4, SA1, SA2, Boards |
5 | grade | string | Grade of the student for whom the data is being entered | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
6 | subject | string | Subject of the assessment for which the data is being entered | - |
7 | lo_id | string | Unique ID of the learning outcome for which the data is being entered | - |
8 | lo_name | string | Name of the learning outcome for which the data is being entered | - |
9 | total_students_participated | integer | Total number of students who participated in the assessment of the learning outcome | - |
10 | total_students_answered_correctly | integer | Total number of students who answered the learning outcome correctly | <= total_students_participated |
Here is the upload template for this schema. You can use this template to fill the state data and upload it into cQube. Here is the sample template for this schema to see the kind of data and template in which cQube will accept data.
...
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date which the data belongs to | YYYY-MM-DD |
2 | school_id | integer | Unique ID of the school for which the data is being entered | Max 13 Characters |
3 | grade | string | Grade of the students for whom the data is being entered | 1, 2, 3 |
4 | gender | string | Gender of the students for whom data is being entered | Male, Female, Other |
5 | no_of_students_participated_in_both_Hindi_Maths | string | Total number of students who participated in both Hindi and Math assessments on the given date | - |
6 | no_of_students_nipun_in_both_Hindi_maths | integer | Total number of students who were declared NIPUN in both Hindi and Math on the given date | - |
Here is the upload template for this schema. You can use this template to fill the state data and upload it into cQube. Here is the sample template for this schema to see the kind of data and template in which cQube will accept data.
...
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date when the data was recorded | Yyyy-mm-dd format to be used |
2 | school_id | string | Unique ID for the school for which the data is being entered | Restricted to 10 characters |
4 | school_category | string | Category which the school ID belongs to | Accepted Values - Primary, Upper Primary, Secondary, Senior Secondary |
3 | total_teachers | integer | Total number of teachers in the school | NA |
4 | unique_teachers_visited | integer | Total number of teachers visited in the school | <= total_teachers |
5 | average_visit_duration_in_min | number | Average duration of the visit (in mins) | time in minutes |
Here is the upload template for this schema. You can use this template to fill the state data and upload it into cQube. Here is the sample template for this schema to see the kind of data and template in which cQube will accept data.
...
Role | Indicator | Chart Type | Applicable Filters |
---|---|---|---|
State Officer | % districts with review meeting conducted last month | Big Number | Academic Year, Month |
District-wise status of review meeting conducted last month | Table | Academic Year, Month | |
District-wise % blocks conducted meeting last month | Table | Academic Year, Month | |
District Officer | % blocks with review meeting conducted last month | Big Number | District, Academic Year, Month |
Block-wise status of review meeting conducted last month | Table | District, Academic Year, Month | |
Block-wise % clusters conducted meeting last month | |||
Block Officer | % Clusters with review meeting conducted last month | Big Number | District, Block, Academic Year, Month |
Cluster-wise status of review meeting conducted last month | Table | District, Block, Academic Year, Month |
...
# | Column Name | Data Type | Description | Validation |
---|---|---|---|---|
1 | date | string | Date of the meeting conducted at the cluster | YYYY-MM-DD |
2 | cluster_id | string | Unique ID of the block | Restricted to 9 characters |
3 | meeting_conducted | string | Whether meeting is conducted or not | Yes, No |
Here is the upload template for this schema. You can use this template to fill the state data and upload it into cQube. Here is the sample template for this schema to see the kind of data and template in which cQube will accept data.
...