...
# | 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 of the school | Restricted to 10 characters | |||||
3 | grade | integer | Grade for which the data is being entered | Restricted to values from 1 to 12 | |||||
4 | gender | string | Gender for which data is being entered | Accepted Values - Male, Female, Other | 5 | school_category | string | Category which the school ID belongs to | Accepted Values - Primary, Upper Primary, Secondary, Senior Secondary |
5 | gender | string | Gender for which data is being entered | Accepted Values - Male, Female, Other | |||||
6 | total_students | integer | Total number of students | NA | |||||
7 | students_attendance_marked | integer | Total number of students whose attendance was marked | NA | |||||
8 | students_attendance_present | integer | Total number of students who were present in the class | NA |
...
# | 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 of the school | Restricted to 10 characters | |||||
3 | grade | integer | Grade for which the data is being entered | Restricted to values from 1 to 12 | 4 | school_category | string | Category which the school ID belongs to | Accepted Values - Primary, Upper Primary, Secondary, Senior Secondary |
4 | grade | integer | Grade for which the data is being entered | Restricted to values from 1 to 12 | |||||
5 | total_teachers | integer | Total number of teachers | NA | |||||
6 | teachers_attendance_marked | integer | Total number of teachers whose attendance was marked | NA | |||||
7 | teachers_attendance_present | integer | Total number of teachers who were present | NA |
...
# | Column Name | Data Type | Description | Validation | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | academic_year | string | year for which the student has enrolled is being recorded | Yyyy format to be used | ||||||
2 | grade | integer | Grade of the class | Restricted to values from 1 to 12 | ||||||
3 | school_id | string | School ID as defined by the state registry | Restricted to 10 characters | ||||||
34grade | school_category | integerstring | Grade of the class | Restricted to values from 1 to 12 | 4 | gender | string | Gender of the student | Accepted Values - Male, Female, OtherCategory which the school ID belongs to | Accepted Values - Primary, Upper Primary, Secondary, Senior Secondary |
5 | student_category | string | Category of the school as defined by the school | Accepted values- SC,ST,OBC,others,general | ||||||
6 | student_enrolledgender | integer | Student enrolled for school | NAstring | Gender of the student | Accepted Values - Male, Female, Other | ||||
7 | cwsn_enrolled | integer | Child with special needed | NA | ||||||
8 | student_enrolled | integer | Student enrolled for school | NA |
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 | academic_year | string | year for which the student has enrolled is being recorded | Yyyy format to be used | |||||
2 | grade | integer | Grade of the class | Restricted to values from 1 to 12 | |||||
3 | school_id | string | School ID as defined by the state registry | Restricted to 10 characters | 3 | grade | integer | Grade of the class | Restricted to values from 1 to 12 |
4gender | school_category | stringGender | of the student Category which the school ID belongs to | Accepted Values - Male, Female, OtherPrimary, Upper Primary, Secondary, Senior Secondary | |||||
5 | student_category | string | Category of the school as defined by the school | Accepted values- SC,ST,OBC,others,general | |||||
6 | student_enrolledgender | integer | Student enrolled for school | NAstring | Gender of the student | Accepted Values - Male, Female, Other | |||
7 | cwsn_enrolled | integer | Child with special needed | NA | |||||
8 | student_enrolled | integer | Student enrolled for school | NA |
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 | academic_year | string | year for which the student has enrolled is being recorded | Yyyy format to be used | |||||
2 | grade | integer | Grade of the class | Restricted to values from 1 to 12 | |||||
3 | school_id | string | School ID as defined by the state registry | Restricted to 10 characters | 3 | grade | integer | Grade of the class | Restricted to values from 1 to 12 |
4 | school_category | string | Category which the school ID belongs to | Accepted Values - Primary, Upper Primary, Secondary, Senior Secondary | |||||
5 | total_teachers | integer | Total teacher of the school | NA | |||||
6 | students_enrolled | integer | Student enrolled for school | NA |
...