-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAS_learning_outcomes_state.csv
We can't make this file beautiful and searchable because it's too large.
5366 lines (5366 loc) · 803 KB
/
NAS_learning_outcomes_state.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
state_name;created_at;grade;id;language;national_avg;question;state_avg;state_id;subject_code;total_student;updated_at
Jammu & Kashmir;;3;1;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;67.18234385;1;L304;0;
Jammu & Kashmir;;3;38;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;64.15356559;1;L312;0;
Jammu & Kashmir;;3;75;math;44.86014936;Reads and writes numbers up to 999 using place value;45.53261672;1;M301;0;
Jammu & Kashmir;;3;112;math;69.59105659;Compares numbers up to 999 based on their place values;73.40077984;1;M302;0;
Jammu & Kashmir;;3;149;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;55.59349914;1;M303;0;
Jammu & Kashmir;;3;186;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;64.80707717;1;M304;0;
Jammu & Kashmir;;3;223;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;55.11475921;1;M305;0;
Jammu & Kashmir;;3;260;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;45.83139847;1;M306;0;
Jammu & Kashmir;;3;297;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;40.34472051;1;M309;0;
Jammu & Kashmir;;3;334;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;58.01109502;1;M311;0;
Jammu & Kashmir;;3;371;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;50.33780357;1;M312;0;
Jammu & Kashmir;;3;408;math;71.18972678;Reads the time correctly to the hour using a clock/watch;74.24414464;1;M317;0;
Jammu & Kashmir;;3;445;math;56.32346284;Extends patterns in simple shapes and numbers;59.9824925;1;M318;0;
Jammu & Kashmir;;3;482;math;52.83858721;Records data using tally marks, represents pictorially and draws;53.00648226;1;M319;0;
Jammu & Kashmir;;3;519;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;66.57708966;1;EVS302;0;
Jammu & Kashmir;;3;556;evs;51.2573532;Identifies relationships with and among family members;50.0818146;1;EVS303;0;
Jammu & Kashmir;;3;593;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;67.57979816;1;EVS304;0;
Jammu & Kashmir;;3;630;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;57.60891465;1;EVS305;0;
Jammu & Kashmir;;3;667;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);64.4420905;1;EVS307;0;
Jammu & Kashmir;;3;704;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;70.9744706;1;EVS309;0;
Jammu & Kashmir;;3;741;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;72.91020798;1;EVS310;0;
Jammu & Kashmir;;3;778;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;50.90929477;1;EVS311;0;
Jammu & Kashmir;;3;815;evs;42.74752998;Observes rules in games (local, indoor, outdoor);45.70571621;1;EVS313;0;
Jammu & Kashmir;;3;852;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;64.55363825;1;EVS314;0;
Jammu & Kashmir;;5;889;language;55.19833154;Reads text with comprehension, locates details and sequence of events;61.39702319;1;L508;0;
Jammu & Kashmir;;5;926;math;44.80937633;Applies operations of numbers in daily life situations;53.53976969;1;M401;0;
Jammu & Kashmir;;5;963;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;37.11644455;1;M412;0;
Jammu & Kashmir;;5;1000;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;50.71248521;1;M418;0;
Jammu & Kashmir;;5;1037;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;48.16509207;1;M421;0;
Jammu & Kashmir;;5;1074;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;62.47993802;1;M501;0;
Jammu & Kashmir;;5;1111;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;53.05319383;1;M504;0;
Jammu & Kashmir;;5;1148;math;54.99199454;Finds the number corresponding to part of a collection;59.95482385;1;M505;0;
Jammu & Kashmir;;5;1185;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;38.42486724;1;M506;0;
Jammu & Kashmir;;5;1222;math;42.81734551;Converts fractions into decimals and vice versa;45.32105387;1;M508;0;
Jammu & Kashmir;;5;1259;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;53.37117507;1;M509;0;
Jammu & Kashmir;;5;1296;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;41.18492892;1;M512;0;
Jammu & Kashmir;;5;1333;math;40.81815671;Estimates the volume of a solid body in known units.;43.22488866;1;M513;0;
Jammu & Kashmir;;5;1370;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;46.28576627;1;M514;0;
Jammu & Kashmir;;5;1407;math;45.86787489;Identifies the pattern in triangular numbers and square number;50.04505108;1;M515;0;
Jammu & Kashmir;;5;1444;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;52.72890505;1;M516;0;
Jammu & Kashmir;;5;1481;evs;50.14524069;Identifies relationship with and among family members in extended family;56.52498129;1;EVS403;0;
Jammu & Kashmir;;5;1518;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;58.50559286;1;EVS410;0;
Jammu & Kashmir;;5;1555;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;53.24329415;1;EVS501;0;
Jammu & Kashmir;;5;1592;evs;50.13567716;Describes the interdependence among animals, plants and humans;58.36819904;1;EVS503;0;
Jammu & Kashmir;;5;1629;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);56.72651317;1;EVS504;0;
Jammu & Kashmir;;5;1666;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);58.4850743;1;EVS505;0;
Jammu & Kashmir;;5;1703;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;54.9743592;1;EVS506;0;
Jammu & Kashmir;;5;1740;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;49.35205638;1;EVS507;0;
Jammu & Kashmir;;5;1777;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;49.37006532;1;EVS508;0;
Jammu & Kashmir;;5;1814;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;61.68279166;1;EVS509;0;
Jammu & Kashmir;;5;1851;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;50.42426409;1;EVS510;0;
Jammu & Kashmir;;5;1888;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;60.67971178;1;EVS512;0;
Jammu & Kashmir;;5;1925;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;39.62604776;1;EVS513;0;
Jammu & Kashmir;;8;1962;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;58.57522816;1;L813;0;
Jammu & Kashmir;;8;1999;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;56.76042396;1;M601;0;
Jammu & Kashmir;;8;2036;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;51.00057899;1;M606;0;
Jammu & Kashmir;;8;2073;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;30.10825797;1;M620;0;
Jammu & Kashmir;;8;2110;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;44.90261835;1;M621;0;
Jammu & Kashmir;;8;2147;math;34.17930695;Interprets the division and multiplication of fractions;36.66720531;1;M702;0;
Jammu & Kashmir;;8;2184;math;22.99285869;Solves problems related to daily life situations involving rational numbers;23.52453605;1;M705;0;
Jammu & Kashmir;;8;2221;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;28.77921039;1;M706;0;
Jammu & Kashmir;;8;2258;math;37.85720974;Adds/subtracts algebraic expressions;40.87887267;1;M707;0;
Jammu & Kashmir;;8;2295;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;30.55749379;1;M710;0;
Jammu & Kashmir;;8;2332;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;35.6688285;1;M717;0;
Jammu & Kashmir;;8;2369;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;46.83687199;1;M719;0;
Jammu & Kashmir;;8;2406;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;43.06334232;1;M721;0;
Jammu & Kashmir;;8;2443;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;39.60683723;1;M801;0;
Jammu & Kashmir;;8;2480;math;39.69694416;Finds rational numbers between two given rational numbers;42.27908523;1;M802;0;
Jammu & Kashmir;;8;2517;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;46.59178429;1;M803;0;
Jammu & Kashmir;;8;2554;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;36.79274415;1;M804;0;
Jammu & Kashmir;;8;2591;math;42.22910329;uses various algebric identities in solving problem of daily life.;47.32818343;1;M808;0;
Jammu & Kashmir;;8;2628;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;44.02914151;1;M812;0;
Jammu & Kashmir;;8;2665;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;31.27087293;1;M818;0;
Jammu & Kashmir;;8;2702;math;29.72837381;Draws and interprets bar charts and pie charts;33.42753542;1;M819;0;
Jammu & Kashmir;;8;2739;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;45.135018;1;SCI703;0;
Jammu & Kashmir;;8;2776;sci;37.07110679;Conducts simple investigation to seek answers to queries;45.94510697;1;SCI704;0;
Jammu & Kashmir;;8;2813;sci;44.69084783;Relates processes and phenomenon with causes;45.99453231;1;SCI705;0;
Jammu & Kashmir;;8;2850;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";48.61594728;1;SCI708;0;
Jammu & Kashmir;;8;2887;sci;35.44045265;Plots and interprets graphs;43.15514616;1;SCI710;0;
Jammu & Kashmir;;8;2924;sci;26.33601219;Constructs models using materials from surroundings and explains their working;29.08565189;1;SCI711;0;
Jammu & Kashmir;;8;2961;sci;46.11448868;Differentiates materials, organism and processes;52.81014028;1;SCI801;0;
Jammu & Kashmir;;8;2998;sci;33.95429397;Relates processes and phenomenon with causes;37.65200303;1;SCI804;0;
Jammu & Kashmir;;8;3035;sci;35.64002396;Explains processes and phenomenon;44.59622109;1;SCI805;0;
Jammu & Kashmir;;8;3072;sci;33.72744696;Measures angles of incidence and reflection, etc.;37.76009375;1;SCI807;0;
Jammu & Kashmir;;8;3109;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;51.25479523;1;SCI811;0;
Jammu & Kashmir;;8;3146;sci;43.70258064;Makes efforts to protect environment;52.25263983;1;SCI813;0;
Jammu & Kashmir;;8;3183;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;43.24370437;1;SST605;0;
Jammu & Kashmir;;8;3220;sst;26.31341968;Locates important historical sites, places on an outline map of India.;25.93188529;1;SST610;0;
Jammu & Kashmir;;8;3257;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;37.43522771;1;SST625;0;
Jammu & Kashmir;;8;3294;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;51.73065929;1;SST703;0;
Jammu & Kashmir;;8;3331;sst;43.90557534;Describes formation of landforms due to various factors;49.51219228;1;SST704;0;
Jammu & Kashmir;;8;3368;sst;39.38328158;Explains the significance of equality in democracy;44.67478634;1;SST722;0;
Jammu & Kashmir;;8;3405;sst;41.68680835;Describes the process of election to the legislative assembly;40.3794996;1;SST726;0;
Jammu & Kashmir;;8;3442;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;60.50946169;1;SST731;0;
Jammu & Kashmir;;8;3479;sst;38.287391;Differentiates between different kinds of markets;39.81764844;1;SST733;0;
Jammu & Kashmir;;8;3516;sst;40.68413325;Traces how goods travel through various market places;47.65068608;1;SST734;0;
Jammu & Kashmir;;8;3553;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;42.18071357;1;SST802;0;
Jammu & Kashmir;;8;3590;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;30.85906959;1;SST805;0;
Jammu & Kashmir;;8;3627;sst;37.39117524;Justifies judicious use of natural resources;37.90760055;1;SST807;0;
Jammu & Kashmir;;8;3664;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;38.37900591;1;SST809;0;
Jammu & Kashmir;;8;3701;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;26.92951536;1;SST810;0;
Jammu & Kashmir;;8;3738;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;37.41837753;1;SST815;0;
Jammu & Kashmir;;8;3775;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;33.27021189;1;SST816;0;
Jammu & Kashmir;;8;3812;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;46.11847587;1;SST818;0;
Jammu & Kashmir;;8;3849;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;42.88820654;1;SST823;0;
Jammu & Kashmir;;8;3886;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);40.56368169;1;SST827;0;
Jammu & Kashmir;;8;3923;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;34.90386738;1;SST831;0;
Jammu & Kashmir;;8;3960;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;68.34744398;1;SST833;0;
Jammu & Kashmir;;10;3997;eng;43.18472;Reads, comprehends and responds to complex texts independently.;49.937683;1;E1007;0;
Jammu & Kashmir;;10;4034;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;35.832794;1;MIL1011;0;
Jammu & Kashmir;;10;4071;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;39.568604;1;M1001;0;
Jammu & Kashmir;;10;4108;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;31.153885;1;M1002;0;
Jammu & Kashmir;;10;4145;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;28.375866;1;M1003;0;
Jammu & Kashmir;;10;4182;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;37.128574;1;M1004;0;
Jammu & Kashmir;;10;4219;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;36.479504;1;M1005;0;
Jammu & Kashmir;;10;4256;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;29.221203;1;M1006;0;
Jammu & Kashmir;;10;4293;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";26.345608;1;M1007;0;
Jammu & Kashmir;;10;4330;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;29.760223;1;M1008;0;
Jammu & Kashmir;;10;4367;math;36.4026;Derives proofs of theorems related to the tangents of circles.;37.01617;1;M1009;0;
Jammu & Kashmir;;10;4404;math;20.765802;Examines the steps of geometrical constructions and reason out each step;20.731836;1;M1010;0;
Jammu & Kashmir;;10;4441;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;33.816242;1;M1011;0;
Jammu & Kashmir;;10;4478;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;24.414114;1;M1012;0;
Jammu & Kashmir;;10;4515;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;40.641613;1;SCI1001;0;
Jammu & Kashmir;;10;4552;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;38.722553;1;SCI1002;0;
Jammu & Kashmir;;10;4589;sci;40.16393;Relates processes and phenomena with causes and effects;42.640877;1;SCI1003;0;
Jammu & Kashmir;;10;4626;sci;35.628475;Explains processes and phenomena.;38.112396;1;SCI1004;0;
Jammu & Kashmir;;10;4663;sci;29.918556;Analyses and interprets data, graphs, and figures;31.656147;1;SCI1005;0;
Jammu & Kashmir;;10;4700;sci;28.238886;Calculates using the data given;28.194847;1;SCI1006;0;
Jammu & Kashmir;;10;4737;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;43.11937;1;SCI1007;0;
Jammu & Kashmir;;10;4774;sci;32.583794;Applies learning to hypothetical situations;33.065357;1;SCI1008;0;
Jammu & Kashmir;;10;4811;sci;36.140385;Applies scientific concepts in daily life and solving problems;39.457813;1;SCI1009;0;
Jammu & Kashmir;;10;4848;sci;28.161814;Derives formulae, equations, and laws;29.690708;1;SCI1010;0;
Jammu & Kashmir;;10;4885;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;37.109657;1;SST1001;0;
Jammu & Kashmir;;10;4922;sst;36.572113;Classifies and compares events, facts, data, and figures.;38.526752;1;SST1002;0;
Jammu & Kashmir;;10;4959;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;40.28164;1;SST1003;0;
Jammu & Kashmir;;10;4996;sst;33.303093;Analyses and evaluates information.;36.330994;1;SST1004;0;
Jammu & Kashmir;;10;5033;sst;41.890568;Interprets.;40.538525;1;SST1005;0;
Jammu & Kashmir;;10;5070;sst;27.184587;Draws interlinkages within Social Science.;27.722183;1;SST1006;0;
Jammu & Kashmir;;10;5107;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;51.074913;1;SST1007;0;
Jammu & Kashmir;;10;5144;sst;45.048756;Demonstrates inquisitiveness, enquiry.;45.909985;1;SST1008;0;
Jammu & Kashmir;;10;5181;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;28.58127;1;SST1009;0;
Jammu & Kashmir;;10;5218;sst;35.440754;Extrapolates and predicts events and phenomena.;39.56786;1;SST1010;0;
Jammu & Kashmir;;10;5255;sst;44.899364;Illustrates decision making/problem solving skills.;48.257618;1;SST1011;0;
Jammu & Kashmir;;10;5292;sst;37.20472;Shows sensitivity and appreciation skills.;38.750553;1;SST1012;0;
Himachal Pradesh;;3;2;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;61.05265109;2;L304;0;
Himachal Pradesh;;3;39;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;58.01209489;2;L312;0;
Himachal Pradesh;;3;76;math;44.86014936;Reads and writes numbers up to 999 using place value;40.37377844;2;M301;0;
Himachal Pradesh;;3;113;math;69.59105659;Compares numbers up to 999 based on their place values;65.36098424;2;M302;0;
Himachal Pradesh;;3;150;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;47.59065897;2;M303;0;
Himachal Pradesh;;3;187;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;56.6290873;2;M304;0;
Himachal Pradesh;;3;224;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;48.11575403;2;M305;0;
Himachal Pradesh;;3;261;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;41.23191503;2;M306;0;
Himachal Pradesh;;3;298;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;35.90913849;2;M309;0;
Himachal Pradesh;;3;335;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;53.85100421;2;M311;0;
Himachal Pradesh;;3;372;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;45.74854153;2;M312;0;
Himachal Pradesh;;3;409;math;71.18972678;Reads the time correctly to the hour using a clock/watch;67.69458719;2;M317;0;
Himachal Pradesh;;3;446;math;56.32346284;Extends patterns in simple shapes and numbers;53.00195895;2;M318;0;
Himachal Pradesh;;3;483;math;52.83858721;Records data using tally marks, represents pictorially and draws;50.04152732;2;M319;0;
Himachal Pradesh;;3;520;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;60.6341539;2;EVS302;0;
Himachal Pradesh;;3;557;evs;51.2573532;Identifies relationships with and among family members;50.2500642;2;EVS303;0;
Himachal Pradesh;;3;594;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;64.33924201;2;EVS304;0;
Himachal Pradesh;;3;631;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;50.80381502;2;EVS305;0;
Himachal Pradesh;;3;668;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);61.31461158;2;EVS307;0;
Himachal Pradesh;;3;705;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;65.33429826;2;EVS309;0;
Himachal Pradesh;;3;742;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;64.8766274;2;EVS310;0;
Himachal Pradesh;;3;779;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;47.28649206;2;EVS311;0;
Himachal Pradesh;;3;816;evs;42.74752998;Observes rules in games (local, indoor, outdoor);41.62435562;2;EVS313;0;
Himachal Pradesh;;3;853;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;61.87954556;2;EVS314;0;
Himachal Pradesh;;5;890;language;55.19833154;Reads text with comprehension, locates details and sequence of events;52.53098702;2;L508;0;
Himachal Pradesh;;5;927;math;44.80937633;Applies operations of numbers in daily life situations;34.45397005;2;M401;0;
Himachal Pradesh;;5;964;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;28.3931426;2;M412;0;
Himachal Pradesh;;5;1001;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;40.95374389;2;M418;0;
Himachal Pradesh;;5;1038;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;35.70784048;2;M421;0;
Himachal Pradesh;;5;1075;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;51.48520486;2;M501;0;
Himachal Pradesh;;5;1112;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;41.22914589;2;M504;0;
Himachal Pradesh;;5;1149;math;54.99199454;Finds the number corresponding to part of a collection;52.69272646;2;M505;0;
Himachal Pradesh;;5;1186;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;31.8441747;2;M506;0;
Himachal Pradesh;;5;1223;math;42.81734551;Converts fractions into decimals and vice versa;36.94076821;2;M508;0;
Himachal Pradesh;;5;1260;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;43.38453587;2;M509;0;
Himachal Pradesh;;5;1297;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;32.10652057;2;M512;0;
Himachal Pradesh;;5;1334;math;40.81815671;Estimates the volume of a solid body in known units.;31.81702871;2;M513;0;
Himachal Pradesh;;5;1371;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;33.10696179;2;M514;0;
Himachal Pradesh;;5;1408;math;45.86787489;Identifies the pattern in triangular numbers and square number;40.92826223;2;M515;0;
Himachal Pradesh;;5;1445;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;43.60352359;2;M516;0;
Himachal Pradesh;;5;1482;evs;50.14524069;Identifies relationship with and among family members in extended family;43.9975263;2;EVS403;0;
Himachal Pradesh;;5;1519;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;48.18267684;2;EVS410;0;
Himachal Pradesh;;5;1556;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;45.2235825;2;EVS501;0;
Himachal Pradesh;;5;1593;evs;50.13567716;Describes the interdependence among animals, plants and humans;45.34154335;2;EVS503;0;
Himachal Pradesh;;5;1630;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);43.5844528;2;EVS504;0;
Himachal Pradesh;;5;1667;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);46.96445691;2;EVS505;0;
Himachal Pradesh;;5;1704;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;44.63062423;2;EVS506;0;
Himachal Pradesh;;5;1741;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;43.96965086;2;EVS507;0;
Himachal Pradesh;;5;1778;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;39.90476235;2;EVS508;0;
Himachal Pradesh;;5;1815;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;52.73361501;2;EVS509;0;
Himachal Pradesh;;5;1852;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;42.91220382;2;EVS510;0;
Himachal Pradesh;;5;1889;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;50.66263206;2;EVS512;0;
Himachal Pradesh;;5;1926;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;33.56884898;2;EVS513;0;
Himachal Pradesh;;8;1963;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;58.01134594;2;L813;0;
Himachal Pradesh;;8;2000;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;46.74718092;2;M601;0;
Himachal Pradesh;;8;2037;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;48.10424462;2;M606;0;
Himachal Pradesh;;8;2074;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;27.48759132;2;M620;0;
Himachal Pradesh;;8;2111;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;39.71935319;2;M621;0;
Himachal Pradesh;;8;2148;math;34.17930695;Interprets the division and multiplication of fractions;31.13915158;2;M702;0;
Himachal Pradesh;;8;2185;math;22.99285869;Solves problems related to daily life situations involving rational numbers;17.74475433;2;M705;0;
Himachal Pradesh;;8;2222;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;21.75871842;2;M706;0;
Himachal Pradesh;;8;2259;math;37.85720974;Adds/subtracts algebraic expressions;33.85266139;2;M707;0;
Himachal Pradesh;;8;2296;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;24.4440948;2;M710;0;
Himachal Pradesh;;8;2333;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;31.87343638;2;M717;0;
Himachal Pradesh;;8;2370;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;42.44038907;2;M719;0;
Himachal Pradesh;;8;2407;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;40.31521763;2;M721;0;
Himachal Pradesh;;8;2444;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;31.2394422;2;M801;0;
Himachal Pradesh;;8;2481;math;39.69694416;Finds rational numbers between two given rational numbers;35.29508712;2;M802;0;
Himachal Pradesh;;8;2518;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;40.35264056;2;M803;0;
Himachal Pradesh;;8;2555;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;27.37718979;2;M804;0;
Himachal Pradesh;;8;2592;math;42.22910329;uses various algebric identities in solving problem of daily life.;38.67125533;2;M808;0;
Himachal Pradesh;;8;2629;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;39.1323845;2;M812;0;
Himachal Pradesh;;8;2666;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;29.47606487;2;M818;0;
Himachal Pradesh;;8;2703;math;29.72837381;Draws and interprets bar charts and pie charts;31.34596036;2;M819;0;
Himachal Pradesh;;8;2740;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;37.95344646;2;SCI703;0;
Himachal Pradesh;;8;2777;sci;37.07110679;Conducts simple investigation to seek answers to queries;38.49421393;2;SCI704;0;
Himachal Pradesh;;8;2814;sci;44.69084783;Relates processes and phenomenon with causes;45.43080795;2;SCI705;0;
Himachal Pradesh;;8;2851;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";42.65745969;2;SCI708;0;
Himachal Pradesh;;8;2888;sci;35.44045265;Plots and interprets graphs;38.88852916;2;SCI710;0;
Himachal Pradesh;;8;2925;sci;26.33601219;Constructs models using materials from surroundings and explains their working;27.04035745;2;SCI711;0;
Himachal Pradesh;;8;2962;sci;46.11448868;Differentiates materials, organism and processes;49.46861726;2;SCI801;0;
Himachal Pradesh;;8;2999;sci;33.95429397;Relates processes and phenomenon with causes;32.43365362;2;SCI804;0;
Himachal Pradesh;;8;3036;sci;35.64002396;Explains processes and phenomenon;39.65985111;2;SCI805;0;
Himachal Pradesh;;8;3073;sci;33.72744696;Measures angles of incidence and reflection, etc.;33.51306416;2;SCI807;0;
Himachal Pradesh;;8;3110;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;45.45537413;2;SCI811;0;
Himachal Pradesh;;8;3147;sci;43.70258064;Makes efforts to protect environment;46.84932962;2;SCI813;0;
Himachal Pradesh;;8;3184;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;39.72930212;2;SST605;0;
Himachal Pradesh;;8;3221;sst;26.31341968;Locates important historical sites, places on an outline map of India.;24.7716987;2;SST610;0;
Himachal Pradesh;;8;3258;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;34.95556005;2;SST625;0;
Himachal Pradesh;;8;3295;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;61.2949792;2;SST703;0;
Himachal Pradesh;;8;3332;sst;43.90557534;Describes formation of landforms due to various factors;39.93148465;2;SST704;0;
Himachal Pradesh;;8;3369;sst;39.38328158;Explains the significance of equality in democracy;37.84293952;2;SST722;0;
Himachal Pradesh;;8;3406;sst;41.68680835;Describes the process of election to the legislative assembly;35.15839249;2;SST726;0;
Himachal Pradesh;;8;3443;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;59.90051681;2;SST731;0;
Himachal Pradesh;;8;3480;sst;38.287391;Differentiates between different kinds of markets;34.92091883;2;SST733;0;
Himachal Pradesh;;8;3517;sst;40.68413325;Traces how goods travel through various market places;38.088154;2;SST734;0;
Himachal Pradesh;;8;3554;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;36.51027256;2;SST802;0;
Himachal Pradesh;;8;3591;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;26.49357779;2;SST805;0;
Himachal Pradesh;;8;3628;sst;37.39117524;Justifies judicious use of natural resources;40.10935324;2;SST807;0;
Himachal Pradesh;;8;3665;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;36.18616552;2;SST809;0;
Himachal Pradesh;;8;3702;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;23.1211861;2;SST810;0;
Himachal Pradesh;;8;3739;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;32.08735517;2;SST815;0;
Himachal Pradesh;;8;3776;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;27.7038832;2;SST816;0;
Himachal Pradesh;;8;3813;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;39.90306163;2;SST818;0;
Himachal Pradesh;;8;3850;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;31.99341747;2;SST823;0;
Himachal Pradesh;;8;3887;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);32.15814204;2;SST827;0;
Himachal Pradesh;;8;3924;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;31.64644124;2;SST831;0;
Himachal Pradesh;;8;3961;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;64.33222065;2;SST833;0;
Himachal Pradesh;;10;3998;eng;43.18472;Reads, comprehends and responds to complex texts independently.;47.99556;2;E1007;0;
Himachal Pradesh;;10;4035;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;43.303062;2;MIL1011;0;
Himachal Pradesh;;10;4072;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;39.080757;2;M1001;0;
Himachal Pradesh;;10;4109;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;28.632751;2;M1002;0;
Himachal Pradesh;;10;4146;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;25.8275;2;M1003;0;
Himachal Pradesh;;10;4183;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;32.370018;2;M1004;0;
Himachal Pradesh;;10;4220;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;34.215996;2;M1005;0;
Himachal Pradesh;;10;4257;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;30.183002;2;M1006;0;
Himachal Pradesh;;10;4294;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";26.16469;2;M1007;0;
Himachal Pradesh;;10;4331;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;29.164358;2;M1008;0;
Himachal Pradesh;;10;4368;math;36.4026;Derives proofs of theorems related to the tangents of circles.;30.360216;2;M1009;0;
Himachal Pradesh;;10;4405;math;20.765802;Examines the steps of geometrical constructions and reason out each step;19.228767;2;M1010;0;
Himachal Pradesh;;10;4442;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;34.01034;2;M1011;0;
Himachal Pradesh;;10;4479;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;24.366577;2;M1012;0;
Himachal Pradesh;;10;4516;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;37.066856;2;SCI1001;0;
Himachal Pradesh;;10;4553;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;35.346607;2;SCI1002;0;
Himachal Pradesh;;10;4590;sci;40.16393;Relates processes and phenomena with causes and effects;41.11894;2;SCI1003;0;
Himachal Pradesh;;10;4627;sci;35.628475;Explains processes and phenomena.;34.101986;2;SCI1004;0;
Himachal Pradesh;;10;4664;sci;29.918556;Analyses and interprets data, graphs, and figures;29.823833;2;SCI1005;0;
Himachal Pradesh;;10;4701;sci;28.238886;Calculates using the data given;28.38576;2;SCI1006;0;
Himachal Pradesh;;10;4738;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;35.61995;2;SCI1007;0;
Himachal Pradesh;;10;4775;sci;32.583794;Applies learning to hypothetical situations;32.063282;2;SCI1008;0;
Himachal Pradesh;;10;4812;sci;36.140385;Applies scientific concepts in daily life and solving problems;37.040558;2;SCI1009;0;
Himachal Pradesh;;10;4849;sci;28.161814;Derives formulae, equations, and laws;27.29189;2;SCI1010;0;
Himachal Pradesh;;10;4886;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;34.564598;2;SST1001;0;
Himachal Pradesh;;10;4923;sst;36.572113;Classifies and compares events, facts, data, and figures.;37.772594;2;SST1002;0;
Himachal Pradesh;;10;4960;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;36.317673;2;SST1003;0;
Himachal Pradesh;;10;4997;sst;33.303093;Analyses and evaluates information.;33.87735;2;SST1004;0;
Himachal Pradesh;;10;5034;sst;41.890568;Interprets.;42.455547;2;SST1005;0;
Himachal Pradesh;;10;5071;sst;27.184587;Draws interlinkages within Social Science.;28.943792;2;SST1006;0;
Himachal Pradesh;;10;5108;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;52.949863;2;SST1007;0;
Himachal Pradesh;;10;5145;sst;45.048756;Demonstrates inquisitiveness, enquiry.;45.51757;2;SST1008;0;
Himachal Pradesh;;10;5182;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;28.094255;2;SST1009;0;
Himachal Pradesh;;10;5219;sst;35.440754;Extrapolates and predicts events and phenomena.;36.43188;2;SST1010;0;
Himachal Pradesh;;10;5256;sst;44.899364;Illustrates decision making/problem solving skills.;47.932545;2;SST1011;0;
Himachal Pradesh;;10;5293;sst;37.20472;Shows sensitivity and appreciation skills.;38.438965;2;SST1012;0;
Punjab;;3;3;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;75.69927882;3;L304;0;
Punjab;;3;40;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;72.59958084;3;L312;0;
Punjab;;3;77;math;44.86014936;Reads and writes numbers up to 999 using place value;56.7300819;3;M301;0;
Punjab;;3;114;math;69.59105659;Compares numbers up to 999 based on their place values;80.72249407;3;M302;0;
Punjab;;3;151;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;66.0856003;3;M303;0;
Punjab;;3;188;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;72.0275027;3;M304;0;
Punjab;;3;225;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;65.86233126;3;M305;0;
Punjab;;3;262;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;58.82112989;3;M306;0;
Punjab;;3;299;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;51.3286024;3;M309;0;
Punjab;;3;336;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;68.6852453;3;M311;0;
Punjab;;3;373;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;62.83687174;3;M312;0;
Punjab;;3;410;math;71.18972678;Reads the time correctly to the hour using a clock/watch;83.51447052;3;M317;0;
Punjab;;3;447;math;56.32346284;Extends patterns in simple shapes and numbers;73.43615873;3;M318;0;
Punjab;;3;484;math;52.83858721;Records data using tally marks, represents pictorially and draws;68.59489081;3;M319;0;
Punjab;;3;521;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;71.46643321;3;EVS302;0;
Punjab;;3;558;evs;51.2573532;Identifies relationships with and among family members;61.09135246;3;EVS303;0;
Punjab;;3;595;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;73.04965004;3;EVS304;0;
Punjab;;3;632;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;65.25554356;3;EVS305;0;
Punjab;;3;669;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);70.29001019;3;EVS307;0;
Punjab;;3;706;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;80.69735789;3;EVS309;0;
Punjab;;3;743;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;78.46713989;3;EVS310;0;
Punjab;;3;780;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;66.84040531;3;EVS311;0;
Punjab;;3;817;evs;42.74752998;Observes rules in games (local, indoor, outdoor);58.90767467;3;EVS313;0;
Punjab;;3;854;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;76.70372448;3;EVS314;0;
Punjab;;5;891;language;55.19833154;Reads text with comprehension, locates details and sequence of events;68.69211393;3;L508;0;
Punjab;;5;928;math;44.80937633;Applies operations of numbers in daily life situations;62.82582254;3;M401;0;
Punjab;;5;965;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;46.64953706;3;M412;0;
Punjab;;5;1002;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;60.27246591;3;M418;0;
Punjab;;5;1039;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;57.06335801;3;M421;0;
Punjab;;5;1076;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;68.20214378;3;M501;0;
Punjab;;5;1113;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;57.55110857;3;M504;0;
Punjab;;5;1150;math;54.99199454;Finds the number corresponding to part of a collection;71.30481598;3;M505;0;
Punjab;;5;1187;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;49.18173457;3;M506;0;
Punjab;;5;1224;math;42.81734551;Converts fractions into decimals and vice versa;56.83557652;3;M508;0;
Punjab;;5;1261;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;56.86036861;3;M509;0;
Punjab;;5;1298;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;48.34685292;3;M512;0;
Punjab;;5;1335;math;40.81815671;Estimates the volume of a solid body in known units.;54.84761537;3;M513;0;
Punjab;;5;1372;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;56.6078356;3;M514;0;
Punjab;;5;1409;math;45.86787489;Identifies the pattern in triangular numbers and square number;61.34391732;3;M515;0;
Punjab;;5;1446;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;61.83402054;3;M516;0;
Punjab;;5;1483;evs;50.14524069;Identifies relationship with and among family members in extended family;61.89368192;3;EVS403;0;
Punjab;;5;1520;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;58.96083293;3;EVS410;0;
Punjab;;5;1557;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;53.99905883;3;EVS501;0;
Punjab;;5;1594;evs;50.13567716;Describes the interdependence among animals, plants and humans;59.34099791;3;EVS503;0;
Punjab;;5;1631;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);57.35773335;3;EVS504;0;
Punjab;;5;1668;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);59.36840476;3;EVS505;0;
Punjab;;5;1705;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;59.14764896;3;EVS506;0;
Punjab;;5;1742;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;57.07600935;3;EVS507;0;
Punjab;;5;1779;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;58.62007413;3;EVS508;0;
Punjab;;5;1816;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;69.55987337;3;EVS509;0;
Punjab;;5;1853;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;52.19922001;3;EVS510;0;
Punjab;;5;1890;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;67.4569619;3;EVS512;0;
Punjab;;5;1927;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;44.66389863;3;EVS513;0;
Punjab;;8;1964;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;66.79009483;3;L813;0;
Punjab;;8;2001;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;63.49991019;3;M601;0;
Punjab;;8;2038;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;61.70402399;3;M606;0;
Punjab;;8;2075;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;40.19112679;3;M620;0;
Punjab;;8;2112;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;56.35740569;3;M621;0;
Punjab;;8;2149;math;34.17930695;Interprets the division and multiplication of fractions;47.77404376;3;M702;0;
Punjab;;8;2186;math;22.99285869;Solves problems related to daily life situations involving rational numbers;34.586963;3;M705;0;
Punjab;;8;2223;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;39.72586436;3;M706;0;
Punjab;;8;2260;math;37.85720974;Adds/subtracts algebraic expressions;52.44206374;3;M707;0;
Punjab;;8;2297;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;40.67246969;3;M710;0;
Punjab;;8;2334;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;40.88606164;3;M717;0;
Punjab;;8;2371;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;58.39576877;3;M719;0;
Punjab;;8;2408;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;55.58068187;3;M721;0;
Punjab;;8;2445;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;45.52595945;3;M801;0;
Punjab;;8;2482;math;39.69694416;Finds rational numbers between two given rational numbers;56.25996172;3;M802;0;
Punjab;;8;2519;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;58.16353346;3;M803;0;
Punjab;;8;2556;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;49.07673764;3;M804;0;
Punjab;;8;2593;math;42.22910329;uses various algebric identities in solving problem of daily life.;59.70529877;3;M808;0;
Punjab;;8;2630;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;50.59502522;3;M812;0;
Punjab;;8;2667;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;42.97243865;3;M818;0;
Punjab;;8;2704;math;29.72837381;Draws and interprets bar charts and pie charts;45.16281846;3;M819;0;
Punjab;;8;2741;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;46.80666757;3;SCI703;0;
Punjab;;8;2778;sci;37.07110679;Conducts simple investigation to seek answers to queries;49.41921014;3;SCI704;0;
Punjab;;8;2815;sci;44.69084783;Relates processes and phenomenon with causes;54.01446963;3;SCI705;0;
Punjab;;8;2852;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";55.62326388;3;SCI708;0;
Punjab;;8;2889;sci;35.44045265;Plots and interprets graphs;47.39441705;3;SCI710;0;
Punjab;;8;2926;sci;26.33601219;Constructs models using materials from surroundings and explains their working;32.34852031;3;SCI711;0;
Punjab;;8;2963;sci;46.11448868;Differentiates materials, organism and processes;60.41483444;3;SCI801;0;
Punjab;;8;3000;sci;33.95429397;Relates processes and phenomenon with causes;44.36778137;3;SCI804;0;
Punjab;;8;3037;sci;35.64002396;Explains processes and phenomenon;43.54678177;3;SCI805;0;
Punjab;;8;3074;sci;33.72744696;Measures angles of incidence and reflection, etc.;41.2234877;3;SCI807;0;
Punjab;;8;3111;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;56.68645646;3;SCI811;0;
Punjab;;8;3148;sci;43.70258064;Makes efforts to protect environment;59.09694373;3;SCI813;0;
Punjab;;8;3185;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;50.89556955;3;SST605;0;
Punjab;;8;3222;sst;26.31341968;Locates important historical sites, places on an outline map of India.;32.22966184;3;SST610;0;
Punjab;;8;3259;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;45.03078527;3;SST625;0;
Punjab;;8;3296;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;64.9061707;3;SST703;0;
Punjab;;8;3333;sst;43.90557534;Describes formation of landforms due to various factors;57.06101949;3;SST704;0;
Punjab;;8;3370;sst;39.38328158;Explains the significance of equality in democracy;49.5966764;3;SST722;0;
Punjab;;8;3407;sst;41.68680835;Describes the process of election to the legislative assembly;42.49104367;3;SST726;0;
Punjab;;8;3444;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;70.2272452;3;SST731;0;
Punjab;;8;3481;sst;38.287391;Differentiates between different kinds of markets;45.42090081;3;SST733;0;
Punjab;;8;3518;sst;40.68413325;Traces how goods travel through various market places;54.1594567;3;SST734;0;
Punjab;;8;3555;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;46.83544849;3;SST802;0;
Punjab;;8;3592;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;36.58856699;3;SST805;0;
Punjab;;8;3629;sst;37.39117524;Justifies judicious use of natural resources;44.45908257;3;SST807;0;
Punjab;;8;3666;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;53.02828692;3;SST809;0;
Punjab;;8;3703;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;26.89275214;3;SST810;0;
Punjab;;8;3740;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;38.54330828;3;SST815;0;
Punjab;;8;3777;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;35.87699195;3;SST816;0;
Punjab;;8;3814;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;51.42924557;3;SST818;0;
Punjab;;8;3851;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;43.78307216;3;SST823;0;
Punjab;;8;3888;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);44.01163;3;SST827;0;
Punjab;;8;3925;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;46.72966913;3;SST831;0;
Punjab;;8;3962;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;76.29105078;3;SST833;0;
Punjab;;10;3999;eng;43.18472;Reads, comprehends and responds to complex texts independently.;62.21143;3;E1007;0;
Punjab;;10;4036;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;50.073517;3;MIL1011;0;
Punjab;;10;4073;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;56.769176;3;M1001;0;
Punjab;;10;4110;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;45.569794;3;M1002;0;
Punjab;;10;4147;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;50.45958;3;M1003;0;
Punjab;;10;4184;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;49.521236;3;M1004;0;
Punjab;;10;4221;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;51.244328;3;M1005;0;
Punjab;;10;4258;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;48.33659;3;M1006;0;
Punjab;;10;4295;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";41.245205;3;M1007;0;
Punjab;;10;4332;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;45.656532;3;M1008;0;
Punjab;;10;4369;math;36.4026;Derives proofs of theorems related to the tangents of circles.;51.349556;3;M1009;0;
Punjab;;10;4406;math;20.765802;Examines the steps of geometrical constructions and reason out each step;25.190317;3;M1010;0;
Punjab;;10;4443;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;46.831985;3;M1011;0;
Punjab;;10;4480;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;40.82451;3;M1012;0;
Punjab;;10;4517;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;47.991894;3;SCI1001;0;
Punjab;;10;4554;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;46.515263;3;SCI1002;0;
Punjab;;10;4591;sci;40.16393;Relates processes and phenomena with causes and effects;54.887352;3;SCI1003;0;
Punjab;;10;4628;sci;35.628475;Explains processes and phenomena.;48.808064;3;SCI1004;0;
Punjab;;10;4665;sci;29.918556;Analyses and interprets data, graphs, and figures;34.82513;3;SCI1005;0;
Punjab;;10;4702;sci;28.238886;Calculates using the data given;33.144154;3;SCI1006;0;
Punjab;;10;4739;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;52.2694;3;SCI1007;0;
Punjab;;10;4776;sci;32.583794;Applies learning to hypothetical situations;44.80909;3;SCI1008;0;
Punjab;;10;4813;sci;36.140385;Applies scientific concepts in daily life and solving problems;47.6402;3;SCI1009;0;
Punjab;;10;4850;sci;28.161814;Derives formulae, equations, and laws;40.660225;3;SCI1010;0;
Punjab;;10;4887;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;42.35665;3;SST1001;0;
Punjab;;10;4924;sst;36.572113;Classifies and compares events, facts, data, and figures.;51.139828;3;SST1002;0;
Punjab;;10;4961;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;47.472157;3;SST1003;0;
Punjab;;10;4998;sst;33.303093;Analyses and evaluates information.;41.28892;3;SST1004;0;
Punjab;;10;5035;sst;41.890568;Interprets.;51.827602;3;SST1005;0;
Punjab;;10;5072;sst;27.184587;Draws interlinkages within Social Science.;29.34982;3;SST1006;0;
Punjab;;10;5109;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;68.83627;3;SST1007;0;
Punjab;;10;5146;sst;45.048756;Demonstrates inquisitiveness, enquiry.;57.81118;3;SST1008;0;
Punjab;;10;5183;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;35.864742;3;SST1009;0;
Punjab;;10;5220;sst;35.440754;Extrapolates and predicts events and phenomena.;48.71792;3;SST1010;0;
Punjab;;10;5257;sst;44.899364;Illustrates decision making/problem solving skills.;56.833992;3;SST1011;0;
Punjab;;10;5294;sst;37.20472;Shows sensitivity and appreciation skills.;50.24364;3;SST1012;0;
Chandigarh;;3;4;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;67.45817574;4;L304;0;
Chandigarh;;3;41;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;64.71041565;4;L312;0;
Chandigarh;;3;78;math;44.86014936;Reads and writes numbers up to 999 using place value;48.11482526;4;M301;0;
Chandigarh;;3;115;math;69.59105659;Compares numbers up to 999 based on their place values;72.38967651;4;M302;0;
Chandigarh;;3;152;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;54.52495852;4;M303;0;
Chandigarh;;3;189;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;60.19555475;4;M304;0;
Chandigarh;;3;226;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;52.0862444;4;M305;0;
Chandigarh;;3;263;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;44.17824702;4;M306;0;
Chandigarh;;3;300;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;43.91953359;4;M309;0;
Chandigarh;;3;337;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;59.09294546;4;M311;0;
Chandigarh;;3;374;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;48.27161102;4;M312;0;
Chandigarh;;3;411;math;71.18972678;Reads the time correctly to the hour using a clock/watch;74.39649089;4;M317;0;
Chandigarh;;3;448;math;56.32346284;Extends patterns in simple shapes and numbers;61.03009883;4;M318;0;
Chandigarh;;3;485;math;52.83858721;Records data using tally marks, represents pictorially and draws;63.56324378;4;M319;0;
Chandigarh;;3;522;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;64.75299051;4;EVS302;0;
Chandigarh;;3;559;evs;51.2573532;Identifies relationships with and among family members;51.45423989;4;EVS303;0;
Chandigarh;;3;596;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;68.82731563;4;EVS304;0;
Chandigarh;;3;633;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;56.74870324;4;EVS305;0;
Chandigarh;;3;670;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);62.65731455;4;EVS307;0;
Chandigarh;;3;707;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;73.51033676;4;EVS309;0;
Chandigarh;;3;744;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;68.93428476;4;EVS310;0;
Chandigarh;;3;781;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;58.01542285;4;EVS311;0;
Chandigarh;;3;818;evs;42.74752998;Observes rules in games (local, indoor, outdoor);47.22586738;4;EVS313;0;
Chandigarh;;3;855;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;65.44411367;4;EVS314;0;
Chandigarh;;5;892;language;55.19833154;Reads text with comprehension, locates details and sequence of events;62.53859745;4;L508;0;
Chandigarh;;5;929;math;44.80937633;Applies operations of numbers in daily life situations;51.53846271;4;M401;0;
Chandigarh;;5;966;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;41.99035117;4;M412;0;
Chandigarh;;5;1003;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;52.62961252;4;M418;0;
Chandigarh;;5;1040;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;51.38270302;4;M421;0;
Chandigarh;;5;1077;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;61.94573918;4;M501;0;
Chandigarh;;5;1114;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;51.04933632;4;M504;0;
Chandigarh;;5;1151;math;54.99199454;Finds the number corresponding to part of a collection;64.09715961;4;M505;0;
Chandigarh;;5;1188;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;38.83998363;4;M506;0;
Chandigarh;;5;1225;math;42.81734551;Converts fractions into decimals and vice versa;46.42459852;4;M508;0;
Chandigarh;;5;1262;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;61.99338901;4;M509;0;
Chandigarh;;5;1299;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;42.35951733;4;M512;0;
Chandigarh;;5;1336;math;40.81815671;Estimates the volume of a solid body in known units.;42.57238404;4;M513;0;
Chandigarh;;5;1373;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;42.72694403;4;M514;0;
Chandigarh;;5;1410;math;45.86787489;Identifies the pattern in triangular numbers and square number;52.9353888;4;M515;0;
Chandigarh;;5;1447;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;51.79261079;4;M516;0;
Chandigarh;;5;1484;evs;50.14524069;Identifies relationship with and among family members in extended family;56.94905014;4;EVS403;0;
Chandigarh;;5;1521;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;50.40135277;4;EVS410;0;
Chandigarh;;5;1558;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;58.17462605;4;EVS501;0;
Chandigarh;;5;1595;evs;50.13567716;Describes the interdependence among animals, plants and humans;52.46273758;4;EVS503;0;
Chandigarh;;5;1632;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);48.78467323;4;EVS504;0;
Chandigarh;;5;1669;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);53.39370997;4;EVS505;0;
Chandigarh;;5;1706;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;50.31931336;4;EVS506;0;
Chandigarh;;5;1743;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;50.69137833;4;EVS507;0;
Chandigarh;;5;1780;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;44.79958776;4;EVS508;0;
Chandigarh;;5;1817;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;65.15825166;4;EVS509;0;
Chandigarh;;5;1854;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;47.15741472;4;EVS510;0;
Chandigarh;;5;1891;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;60.19838896;4;EVS512;0;
Chandigarh;;5;1928;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;43.45387419;4;EVS513;0;
Chandigarh;;8;1965;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;64.34899549;4;L813;0;
Chandigarh;;8;2002;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;66.70481484;4;M601;0;
Chandigarh;;8;2039;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;58.80106515;4;M606;0;
Chandigarh;;8;2076;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;36.15717247;4;M620;0;
Chandigarh;;8;2113;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;55.17622739;4;M621;0;
Chandigarh;;8;2150;math;34.17930695;Interprets the division and multiplication of fractions;39.87188376;4;M702;0;
Chandigarh;;8;2187;math;22.99285869;Solves problems related to daily life situations involving rational numbers;31.93296267;4;M705;0;
Chandigarh;;8;2224;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;34.86936062;4;M706;0;
Chandigarh;;8;2261;math;37.85720974;Adds/subtracts algebraic expressions;53.59568141;4;M707;0;
Chandigarh;;8;2298;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;36.66051178;4;M710;0;
Chandigarh;;8;2335;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;34.83042001;4;M717;0;
Chandigarh;;8;2372;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;53.50304849;4;M719;0;
Chandigarh;;8;2409;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;50.10278007;4;M721;0;
Chandigarh;;8;2446;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;45.66443893;4;M801;0;
Chandigarh;;8;2483;math;39.69694416;Finds rational numbers between two given rational numbers;50.07665115;4;M802;0;
Chandigarh;;8;2520;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;52.82840861;4;M803;0;
Chandigarh;;8;2557;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;43.46686864;4;M804;0;
Chandigarh;;8;2594;math;42.22910329;uses various algebric identities in solving problem of daily life.;57.66436223;4;M808;0;
Chandigarh;;8;2631;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;48.07001219;4;M812;0;
Chandigarh;;8;2668;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;39.49474621;4;M818;0;
Chandigarh;;8;2705;math;29.72837381;Draws and interprets bar charts and pie charts;43.63236455;4;M819;0;
Chandigarh;;8;2742;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;49.61069361;4;SCI703;0;
Chandigarh;;8;2779;sci;37.07110679;Conducts simple investigation to seek answers to queries;45.13499991;4;SCI704;0;
Chandigarh;;8;2816;sci;44.69084783;Relates processes and phenomenon with causes;54.87743164;4;SCI705;0;
Chandigarh;;8;2853;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";54.29719105;4;SCI708;0;
Chandigarh;;8;2890;sci;35.44045265;Plots and interprets graphs;46.40226282;4;SCI710;0;
Chandigarh;;8;2927;sci;26.33601219;Constructs models using materials from surroundings and explains their working;33.22197329;4;SCI711;0;
Chandigarh;;8;2964;sci;46.11448868;Differentiates materials, organism and processes;59.59915057;4;SCI801;0;
Chandigarh;;8;3001;sci;33.95429397;Relates processes and phenomenon with causes;41.19333053;4;SCI804;0;
Chandigarh;;8;3038;sci;35.64002396;Explains processes and phenomenon;47.95451074;4;SCI805;0;
Chandigarh;;8;3075;sci;33.72744696;Measures angles of incidence and reflection, etc.;43.81875961;4;SCI807;0;
Chandigarh;;8;3112;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;55.38163435;4;SCI811;0;
Chandigarh;;8;3149;sci;43.70258064;Makes efforts to protect environment;52.48056362;4;SCI813;0;
Chandigarh;;8;3186;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;52.14366248;4;SST605;0;
Chandigarh;;8;3223;sst;26.31341968;Locates important historical sites, places on an outline map of India.;37.59773185;4;SST610;0;
Chandigarh;;8;3260;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;39.45330462;4;SST625;0;
Chandigarh;;8;3297;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;65.87878255;4;SST703;0;
Chandigarh;;8;3334;sst;43.90557534;Describes formation of landforms due to various factors;58.80175995;4;SST704;0;
Chandigarh;;8;3371;sst;39.38328158;Explains the significance of equality in democracy;51.31358043;4;SST722;0;
Chandigarh;;8;3408;sst;41.68680835;Describes the process of election to the legislative assembly;45.74921023;4;SST726;0;
Chandigarh;;8;3445;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;66.47443109;4;SST731;0;
Chandigarh;;8;3482;sst;38.287391;Differentiates between different kinds of markets;43.5079289;4;SST733;0;
Chandigarh;;8;3519;sst;40.68413325;Traces how goods travel through various market places;51.49796413;4;SST734;0;
Chandigarh;;8;3556;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;46.18654828;4;SST802;0;
Chandigarh;;8;3593;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;35.72273311;4;SST805;0;
Chandigarh;;8;3630;sst;37.39117524;Justifies judicious use of natural resources;44.53863449;4;SST807;0;
Chandigarh;;8;3667;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;44.73898565;4;SST809;0;
Chandigarh;;8;3704;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;29.19786789;4;SST810;0;
Chandigarh;;8;3741;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;45.65623335;4;SST815;0;
Chandigarh;;8;3778;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;40.4697492;4;SST816;0;
Chandigarh;;8;3815;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;46.438548;4;SST818;0;
Chandigarh;;8;3852;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;43.15038536;4;SST823;0;
Chandigarh;;8;3889;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);45.40246018;4;SST827;0;
Chandigarh;;8;3926;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;38.5196586;4;SST831;0;
Chandigarh;;8;3963;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;75.69447997;4;SST833;0;
Chandigarh;;10;4000;eng;43.18472;Reads, comprehends and responds to complex texts independently.;65.33895;4;E1007;0;
Chandigarh;;10;4037;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;50.57994;4;MIL1011;0;
Chandigarh;;10;4074;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;56.602276;4;M1001;0;
Chandigarh;;10;4111;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;42.914375;4;M1002;0;
Chandigarh;;10;4148;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;48.5351;4;M1003;0;
Chandigarh;;10;4185;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;42.1413;4;M1004;0;
Chandigarh;;10;4222;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;51.985607;4;M1005;0;
Chandigarh;;10;4259;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;46.72263;4;M1006;0;
Chandigarh;;10;4296;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";38.78031;4;M1007;0;
Chandigarh;;10;4333;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;42.14637;4;M1008;0;
Chandigarh;;10;4370;math;36.4026;Derives proofs of theorems related to the tangents of circles.;48.441143;4;M1009;0;
Chandigarh;;10;4407;math;20.765802;Examines the steps of geometrical constructions and reason out each step;24.660032;4;M1010;0;
Chandigarh;;10;4444;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;45.143295;4;M1011;0;
Chandigarh;;10;4481;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;31.123665;4;M1012;0;
Chandigarh;;10;4518;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;52.27517;4;SCI1001;0;
Chandigarh;;10;4555;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;48.936478;4;SCI1002;0;
Chandigarh;;10;4592;sci;40.16393;Relates processes and phenomena with causes and effects;57.726562;4;SCI1003;0;
Chandigarh;;10;4629;sci;35.628475;Explains processes and phenomena.;47.47349;4;SCI1004;0;
Chandigarh;;10;4666;sci;29.918556;Analyses and interprets data, graphs, and figures;31.684097;4;SCI1005;0;
Chandigarh;;10;4703;sci;28.238886;Calculates using the data given;31.975908;4;SCI1006;0;
Chandigarh;;10;4740;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;51.01757;4;SCI1007;0;
Chandigarh;;10;4777;sci;32.583794;Applies learning to hypothetical situations;47.377018;4;SCI1008;0;
Chandigarh;;10;4814;sci;36.140385;Applies scientific concepts in daily life and solving problems;46.6626;4;SCI1009;0;
Chandigarh;;10;4851;sci;28.161814;Derives formulae, equations, and laws;42.14004;4;SCI1010;0;
Chandigarh;;10;4888;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;45.84442;4;SST1001;0;
Chandigarh;;10;4925;sst;36.572113;Classifies and compares events, facts, data, and figures.;55.18431;4;SST1002;0;
Chandigarh;;10;4962;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;46.73437;4;SST1003;0;
Chandigarh;;10;4999;sst;33.303093;Analyses and evaluates information.;49.785564;4;SST1004;0;
Chandigarh;;10;5036;sst;41.890568;Interprets.;55.09506;4;SST1005;0;
Chandigarh;;10;5073;sst;27.184587;Draws interlinkages within Social Science.;41.764706;4;SST1006;0;
Chandigarh;;10;5110;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;69.67148;4;SST1007;0;
Chandigarh;;10;5147;sst;45.048756;Demonstrates inquisitiveness, enquiry.;61.233376;4;SST1008;0;
Chandigarh;;10;5184;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;38.31202;4;SST1009;0;
Chandigarh;;10;5221;sst;35.440754;Extrapolates and predicts events and phenomena.;53.579937;4;SST1010;0;
Chandigarh;;10;5258;sst;44.899364;Illustrates decision making/problem solving skills.;64.64321;4;SST1011;0;
Chandigarh;;10;5295;sst;37.20472;Shows sensitivity and appreciation skills.;57.381256;4;SST1012;0;
Uttarakhand;;3;5;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;57.33671964;5;L304;0;
Uttarakhand;;3;42;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;53.36887589;5;L312;0;
Uttarakhand;;3;79;math;44.86014936;Reads and writes numbers up to 999 using place value;38.94575489;5;M301;0;
Uttarakhand;;3;116;math;69.59105659;Compares numbers up to 999 based on their place values;62.6248964;5;M302;0;
Uttarakhand;;3;153;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;45.10312377;5;M303;0;
Uttarakhand;;3;190;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;52.32797185;5;M304;0;
Uttarakhand;;3;227;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;45.16449626;5;M305;0;
Uttarakhand;;3;264;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;39.43619447;5;M306;0;
Uttarakhand;;3;301;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;37.26645625;5;M309;0;
Uttarakhand;;3;338;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;52.6410376;5;M311;0;
Uttarakhand;;3;375;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;42.95086818;5;M312;0;
Uttarakhand;;3;412;math;71.18972678;Reads the time correctly to the hour using a clock/watch;66.42261812;5;M317;0;
Uttarakhand;;3;449;math;56.32346284;Extends patterns in simple shapes and numbers;49.44845311;5;M318;0;
Uttarakhand;;3;486;math;52.83858721;Records data using tally marks, represents pictorially and draws;48.83203116;5;M319;0;
Uttarakhand;;3;523;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;55.13191234;5;EVS302;0;
Uttarakhand;;3;560;evs;51.2573532;Identifies relationships with and among family members;47.69284473;5;EVS303;0;
Uttarakhand;;3;597;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;60.02393126;5;EVS304;0;
Uttarakhand;;3;634;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;49.05945232;5;EVS305;0;
Uttarakhand;;3;671;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);58.25278413;5;EVS307;0;
Uttarakhand;;3;708;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;62.5498573;5;EVS309;0;
Uttarakhand;;3;745;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;60.99383834;5;EVS310;0;
Uttarakhand;;3;782;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;47.85349383;5;EVS311;0;
Uttarakhand;;3;819;evs;42.74752998;Observes rules in games (local, indoor, outdoor);40.11987943;5;EVS313;0;
Uttarakhand;;3;856;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;55.92663056;5;EVS314;0;
Uttarakhand;;5;893;language;55.19833154;Reads text with comprehension, locates details and sequence of events;52.85119556;5;L508;0;
Uttarakhand;;5;930;math;44.80937633;Applies operations of numbers in daily life situations;39.965125;5;M401;0;
Uttarakhand;;5;967;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;30.99790464;5;M412;0;
Uttarakhand;;5;1004;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;42.78843238;5;M418;0;
Uttarakhand;;5;1041;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;39.58330485;5;M421;0;
Uttarakhand;;5;1078;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;50.73036354;5;M501;0;
Uttarakhand;;5;1115;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;41.43237843;5;M504;0;
Uttarakhand;;5;1152;math;54.99199454;Finds the number corresponding to part of a collection;52.43506608;5;M505;0;
Uttarakhand;;5;1189;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;33.11101925;5;M506;0;
Uttarakhand;;5;1226;math;42.81734551;Converts fractions into decimals and vice versa;39.07582867;5;M508;0;
Uttarakhand;;5;1263;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;45.84719851;5;M509;0;
Uttarakhand;;5;1300;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;35.5146456;5;M512;0;
Uttarakhand;;5;1337;math;40.81815671;Estimates the volume of a solid body in known units.;35.17849348;5;M513;0;
Uttarakhand;;5;1374;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;37.28674586;5;M514;0;
Uttarakhand;;5;1411;math;45.86787489;Identifies the pattern in triangular numbers and square number;42.1399268;5;M515;0;
Uttarakhand;;5;1448;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;43.8222031;5;M516;0;
Uttarakhand;;5;1485;evs;50.14524069;Identifies relationship with and among family members in extended family;46.71343484;5;EVS403;0;
Uttarakhand;;5;1522;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;47.06761846;5;EVS410;0;
Uttarakhand;;5;1559;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;46.73801383;5;EVS501;0;
Uttarakhand;;5;1596;evs;50.13567716;Describes the interdependence among animals, plants and humans;46.71286792;5;EVS503;0;
Uttarakhand;;5;1633;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);45.16742166;5;EVS504;0;
Uttarakhand;;5;1670;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);46.51327554;5;EVS505;0;
Uttarakhand;;5;1707;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;45.86981419;5;EVS506;0;
Uttarakhand;;5;1744;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;44.00767878;5;EVS507;0;
Uttarakhand;;5;1781;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;43.04130763;5;EVS508;0;
Uttarakhand;;5;1818;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;55.60591442;5;EVS509;0;
Uttarakhand;;5;1855;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;40.36689778;5;EVS510;0;
Uttarakhand;;5;1892;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;51.86284813;5;EVS512;0;
Uttarakhand;;5;1929;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;36.08232907;5;EVS513;0;
Uttarakhand;;8;1966;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;55.20154061;5;L813;0;
Uttarakhand;;8;2003;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;47.51971619;5;M601;0;
Uttarakhand;;8;2040;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;48.6222273;5;M606;0;
Uttarakhand;;8;2077;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;29.44600911;5;M620;0;
Uttarakhand;;8;2114;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;40.80064457;5;M621;0;
Uttarakhand;;8;2151;math;34.17930695;Interprets the division and multiplication of fractions;33.23067109;5;M702;0;
Uttarakhand;;8;2188;math;22.99285869;Solves problems related to daily life situations involving rational numbers;20.46845402;5;M705;0;
Uttarakhand;;8;2225;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;23.99324396;5;M706;0;
Uttarakhand;;8;2262;math;37.85720974;Adds/subtracts algebraic expressions;36.58256704;5;M707;0;
Uttarakhand;;8;2299;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;28.79838844;5;M710;0;
Uttarakhand;;8;2336;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;32.91490101;5;M717;0;
Uttarakhand;;8;2373;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;40.52625428;5;M719;0;
Uttarakhand;;8;2410;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;39.33655669;5;M721;0;
Uttarakhand;;8;2447;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;34.81258836;5;M801;0;
Uttarakhand;;8;2484;math;39.69694416;Finds rational numbers between two given rational numbers;39.1755853;5;M802;0;
Uttarakhand;;8;2521;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;42.63029258;5;M803;0;
Uttarakhand;;8;2558;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;31.44416287;5;M804;0;
Uttarakhand;;8;2595;math;42.22910329;uses various algebric identities in solving problem of daily life.;42.90042343;5;M808;0;
Uttarakhand;;8;2632;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;39.32188381;5;M812;0;
Uttarakhand;;8;2669;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;29.37386108;5;M818;0;
Uttarakhand;;8;2706;math;29.72837381;Draws and interprets bar charts and pie charts;30.84561235;5;M819;0;
Uttarakhand;;8;2743;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;37.95362506;5;SCI703;0;
Uttarakhand;;8;2780;sci;37.07110679;Conducts simple investigation to seek answers to queries;38.17436227;5;SCI704;0;
Uttarakhand;;8;2817;sci;44.69084783;Relates processes and phenomenon with causes;45.36886727;5;SCI705;0;
Uttarakhand;;8;2854;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";42.61290187;5;SCI708;0;
Uttarakhand;;8;2891;sci;35.44045265;Plots and interprets graphs;37.69411738;5;SCI710;0;
Uttarakhand;;8;2928;sci;26.33601219;Constructs models using materials from surroundings and explains their working;24.84319577;5;SCI711;0;
Uttarakhand;;8;2965;sci;46.11448868;Differentiates materials, organism and processes;47.12081827;5;SCI801;0;
Uttarakhand;;8;3002;sci;33.95429397;Relates processes and phenomenon with causes;32.05923062;5;SCI804;0;
Uttarakhand;;8;3039;sci;35.64002396;Explains processes and phenomenon;37.12840686;5;SCI805;0;
Uttarakhand;;8;3076;sci;33.72744696;Measures angles of incidence and reflection, etc.;33.23954431;5;SCI807;0;
Uttarakhand;;8;3113;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;43.01759176;5;SCI811;0;
Uttarakhand;;8;3150;sci;43.70258064;Makes efforts to protect environment;44.64381287;5;SCI813;0;
Uttarakhand;;8;3187;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;38.44544737;5;SST605;0;
Uttarakhand;;8;3224;sst;26.31341968;Locates important historical sites, places on an outline map of India.;25.74856747;5;SST610;0;
Uttarakhand;;8;3261;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;38.86345531;5;SST625;0;
Uttarakhand;;8;3298;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;50.89617619;5;SST703;0;
Uttarakhand;;8;3335;sst;43.90557534;Describes formation of landforms due to various factors;40.83650489;5;SST704;0;
Uttarakhand;;8;3372;sst;39.38328158;Explains the significance of equality in democracy;41.04409254;5;SST722;0;
Uttarakhand;;8;3409;sst;41.68680835;Describes the process of election to the legislative assembly;39.83054974;5;SST726;0;
Uttarakhand;;8;3446;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;58.8727013;5;SST731;0;
Uttarakhand;;8;3483;sst;38.287391;Differentiates between different kinds of markets;35.64395144;5;SST733;0;
Uttarakhand;;8;3520;sst;40.68413325;Traces how goods travel through various market places;40.27904284;5;SST734;0;
Uttarakhand;;8;3557;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;38.76214553;5;SST802;0;
Uttarakhand;;8;3594;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;27.93861342;5;SST805;0;
Uttarakhand;;8;3631;sst;37.39117524;Justifies judicious use of natural resources;36.10967874;5;SST807;0;
Uttarakhand;;8;3668;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;35.5866816;5;SST809;0;
Uttarakhand;;8;3705;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;23.79028185;5;SST810;0;
Uttarakhand;;8;3742;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;33.3283481;5;SST815;0;
Uttarakhand;;8;3779;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;27.01546002;5;SST816;0;
Uttarakhand;;8;3816;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;40.23601817;5;SST818;0;
Uttarakhand;;8;3853;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;30.97880832;5;SST823;0;
Uttarakhand;;8;3890;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);32.2403221;5;SST827;0;
Uttarakhand;;8;3927;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;34.95395305;5;SST831;0;
Uttarakhand;;8;3964;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;61.38182617;5;SST833;0;
Uttarakhand;;10;4001;eng;43.18472;Reads, comprehends and responds to complex texts independently.;44.369034;5;E1007;0;
Uttarakhand;;10;4038;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;41.906113;5;MIL1011;0;
Uttarakhand;;10;4075;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;39.40617;5;M1001;0;
Uttarakhand;;10;4112;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;31.701632;5;M1002;0;
Uttarakhand;;10;4149;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;29.63729;5;M1003;0;
Uttarakhand;;10;4186;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;35.983437;5;M1004;0;
Uttarakhand;;10;4223;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;36.71068;5;M1005;0;
Uttarakhand;;10;4260;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;32.195007;5;M1006;0;
Uttarakhand;;10;4297;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";27.947657;5;M1007;0;
Uttarakhand;;10;4334;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;31.99672;5;M1008;0;
Uttarakhand;;10;4371;math;36.4026;Derives proofs of theorems related to the tangents of circles.;35.102356;5;M1009;0;
Uttarakhand;;10;4408;math;20.765802;Examines the steps of geometrical constructions and reason out each step;20.873053;5;M1010;0;
Uttarakhand;;10;4445;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;34.24486;5;M1011;0;
Uttarakhand;;10;4482;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;25.416023;5;M1012;0;
Uttarakhand;;10;4519;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;38.57504;5;SCI1001;0;
Uttarakhand;;10;4556;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;36.649998;5;SCI1002;0;
Uttarakhand;;10;4593;sci;40.16393;Relates processes and phenomena with causes and effects;40.10577;5;SCI1003;0;
Uttarakhand;;10;4630;sci;35.628475;Explains processes and phenomena.;35.255543;5;SCI1004;0;
Uttarakhand;;10;4667;sci;29.918556;Analyses and interprets data, graphs, and figures;29.552816;5;SCI1005;0;
Uttarakhand;;10;4704;sci;28.238886;Calculates using the data given;28.067371;5;SCI1006;0;
Uttarakhand;;10;4741;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;37.302143;5;SCI1007;0;
Uttarakhand;;10;4778;sci;32.583794;Applies learning to hypothetical situations;33.294144;5;SCI1008;0;
Uttarakhand;;10;4815;sci;36.140385;Applies scientific concepts in daily life and solving problems;36.49881;5;SCI1009;0;
Uttarakhand;;10;4852;sci;28.161814;Derives formulae, equations, and laws;28.645119;5;SCI1010;0;
Uttarakhand;;10;4889;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;34.746147;5;SST1001;0;
Uttarakhand;;10;4926;sst;36.572113;Classifies and compares events, facts, data, and figures.;35.88166;5;SST1002;0;
Uttarakhand;;10;4963;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;35.023075;5;SST1003;0;
Uttarakhand;;10;5000;sst;33.303093;Analyses and evaluates information.;35.013096;5;SST1004;0;
Uttarakhand;;10;5037;sst;41.890568;Interprets.;41.50305;5;SST1005;0;
Uttarakhand;;10;5074;sst;27.184587;Draws interlinkages within Social Science.;28.93134;5;SST1006;0;
Uttarakhand;;10;5111;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;49.824303;5;SST1007;0;
Uttarakhand;;10;5148;sst;45.048756;Demonstrates inquisitiveness, enquiry.;45.882793;5;SST1008;0;
Uttarakhand;;10;5185;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;26.889912;5;SST1009;0;
Uttarakhand;;10;5222;sst;35.440754;Extrapolates and predicts events and phenomena.;33.535236;5;SST1010;0;
Uttarakhand;;10;5259;sst;44.899364;Illustrates decision making/problem solving skills.;45.21194;5;SST1011;0;
Uttarakhand;;10;5296;sst;37.20472;Shows sensitivity and appreciation skills.;38.317406;5;SST1012;0;
Haryana;;3;6;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;59.63474161;6;L304;0;
Haryana;;3;43;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;55.97990793;6;L312;0;
Haryana;;3;80;math;44.86014936;Reads and writes numbers up to 999 using place value;39.80825113;6;M301;0;
Haryana;;3;117;math;69.59105659;Compares numbers up to 999 based on their place values;67.80671712;6;M302;0;
Haryana;;3;154;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;48.60662096;6;M303;0;
Haryana;;3;191;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;55.55679945;6;M304;0;
Haryana;;3;228;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;48.03962738;6;M305;0;
Haryana;;3;265;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;38.72240497;6;M306;0;
Haryana;;3;302;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;38.15047125;6;M309;0;
Haryana;;3;339;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;54.47113531;6;M311;0;
Haryana;;3;376;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;46.66940117;6;M312;0;
Haryana;;3;413;math;71.18972678;Reads the time correctly to the hour using a clock/watch;72.09141395;6;M317;0;
Haryana;;3;450;math;56.32346284;Extends patterns in simple shapes and numbers;55.41208883;6;M318;0;
Haryana;;3;487;math;52.83858721;Records data using tally marks, represents pictorially and draws;51.12633047;6;M319;0;
Haryana;;3;524;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;55.59028746;6;EVS302;0;
Haryana;;3;561;evs;51.2573532;Identifies relationships with and among family members;44.98975066;6;EVS303;0;
Haryana;;3;598;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;61.0479868;6;EVS304;0;
Haryana;;3;635;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;49.18605075;6;EVS305;0;
Haryana;;3;672;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);59.3312996;6;EVS307;0;
Haryana;;3;709;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;66.85929656;6;EVS309;0;
Haryana;;3;746;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;62.98040368;6;EVS310;0;
Haryana;;3;783;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;49.5246097;6;EVS311;0;
Haryana;;3;820;evs;42.74752998;Observes rules in games (local, indoor, outdoor);41.67439324;6;EVS313;0;
Haryana;;3;857;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;59.01148126;6;EVS314;0;
Haryana;;5;894;language;55.19833154;Reads text with comprehension, locates details and sequence of events;56.23599729;6;L508;0;
Haryana;;5;931;math;44.80937633;Applies operations of numbers in daily life situations;43.03064619;6;M401;0;
Haryana;;5;968;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;33.89977643;6;M412;0;
Haryana;;5;1005;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;47.90840836;6;M418;0;
Haryana;;5;1042;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;44.12472322;6;M421;0;
Haryana;;5;1079;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;61.11364755;6;M501;0;
Haryana;;5;1116;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;47.7482904;6;M504;0;
Haryana;;5;1153;math;54.99199454;Finds the number corresponding to part of a collection;60.04445444;6;M505;0;
Haryana;;5;1190;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;36.72934826;6;M506;0;
Haryana;;5;1227;math;42.81734551;Converts fractions into decimals and vice versa;42.70969177;6;M508;0;
Haryana;;5;1264;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;48.87862058;6;M509;0;
Haryana;;5;1301;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;37.40430098;6;M512;0;
Haryana;;5;1338;math;40.81815671;Estimates the volume of a solid body in known units.;38.80691815;6;M513;0;
Haryana;;5;1375;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;41.18063538;6;M514;0;
Haryana;;5;1412;math;45.86787489;Identifies the pattern in triangular numbers and square number;47.74178346;6;M515;0;
Haryana;;5;1449;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;50.43160198;6;M516;0;
Haryana;;5;1486;evs;50.14524069;Identifies relationship with and among family members in extended family;48.45137934;6;EVS403;0;
Haryana;;5;1523;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;49.54260661;6;EVS410;0;
Haryana;;5;1560;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;47.56164975;6;EVS501;0;
Haryana;;5;1597;evs;50.13567716;Describes the interdependence among animals, plants and humans;44.94314487;6;EVS503;0;
Haryana;;5;1634;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);44.90836149;6;EVS504;0;
Haryana;;5;1671;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);49.98760814;6;EVS505;0;
Haryana;;5;1708;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;49.74258049;6;EVS506;0;
Haryana;;5;1745;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;48.00028914;6;EVS507;0;
Haryana;;5;1782;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;44.82864848;6;EVS508;0;
Haryana;;5;1819;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;60.16711256;6;EVS509;0;
Haryana;;5;1856;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;43.68319495;6;EVS510;0;
Haryana;;5;1893;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;54.30889046;6;EVS512;0;
Haryana;;5;1930;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;35.38155779;6;EVS513;0;
Haryana;;8;1967;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;61.91396018;6;L813;0;
Haryana;;8;2004;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;57.73871857;6;M601;0;
Haryana;;8;2041;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;58.1360067;6;M606;0;
Haryana;;8;2078;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;34.89431196;6;M620;0;
Haryana;;8;2115;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;47.16858301;6;M621;0;
Haryana;;8;2152;math;34.17930695;Interprets the division and multiplication of fractions;42.27528507;6;M702;0;
Haryana;;8;2189;math;22.99285869;Solves problems related to daily life situations involving rational numbers;26.28194255;6;M705;0;
Haryana;;8;2226;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;29.44978522;6;M706;0;
Haryana;;8;2263;math;37.85720974;Adds/subtracts algebraic expressions;42.84034023;6;M707;0;
Haryana;;8;2300;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;32.76531906;6;M710;0;
Haryana;;8;2337;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;36.18063755;6;M717;0;
Haryana;;8;2374;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;51.38272817;6;M719;0;
Haryana;;8;2411;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;46.13810721;6;M721;0;
Haryana;;8;2448;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;39.32322734;6;M801;0;
Haryana;;8;2485;math;39.69694416;Finds rational numbers between two given rational numbers;44.83196746;6;M802;0;
Haryana;;8;2522;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;52.07066914;6;M803;0;
Haryana;;8;2559;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;39.08013556;6;M804;0;
Haryana;;8;2596;math;42.22910329;uses various algebric identities in solving problem of daily life.;49.89264598;6;M808;0;
Haryana;;8;2633;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;45.41313579;6;M812;0;
Haryana;;8;2670;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;34.93136522;6;M818;0;
Haryana;;8;2707;math;29.72837381;Draws and interprets bar charts and pie charts;36.98592082;6;M819;0;
Haryana;;8;2744;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;42.64612742;6;SCI703;0;
Haryana;;8;2781;sci;37.07110679;Conducts simple investigation to seek answers to queries;42.82836443;6;SCI704;0;
Haryana;;8;2818;sci;44.69084783;Relates processes and phenomenon with causes;50.42283945;6;SCI705;0;
Haryana;;8;2855;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";50.10818856;6;SCI708;0;
Haryana;;8;2892;sci;35.44045265;Plots and interprets graphs;41.44691899;6;SCI710;0;
Haryana;;8;2929;sci;26.33601219;Constructs models using materials from surroundings and explains their working;27.61697304;6;SCI711;0;
Haryana;;8;2966;sci;46.11448868;Differentiates materials, organism and processes;54.012026;6;SCI801;0;
Haryana;;8;3003;sci;33.95429397;Relates processes and phenomenon with causes;38.1674844;6;SCI804;0;
Haryana;;8;3040;sci;35.64002396;Explains processes and phenomenon;41.19260399;6;SCI805;0;
Haryana;;8;3077;sci;33.72744696;Measures angles of incidence and reflection, etc.;36.90789147;6;SCI807;0;
Haryana;;8;3114;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;50.62840577;6;SCI811;0;
Haryana;;8;3151;sci;43.70258064;Makes efforts to protect environment;51.88599122;6;SCI813;0;
Haryana;;8;3188;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;46.19185587;6;SST605;0;
Haryana;;8;3225;sst;26.31341968;Locates important historical sites, places on an outline map of India.;28.55009156;6;SST610;0;
Haryana;;8;3262;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;38.36290904;6;SST625;0;
Haryana;;8;3299;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;55.27143042;6;SST703;0;
Haryana;;8;3336;sst;43.90557534;Describes formation of landforms due to various factors;47.37159952;6;SST704;0;
Haryana;;8;3373;sst;39.38328158;Explains the significance of equality in democracy;43.58715922;6;SST722;0;
Haryana;;8;3410;sst;41.68680835;Describes the process of election to the legislative assembly;40.94470264;6;SST726;0;
Haryana;;8;3447;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;65.0566281;6;SST731;0;
Haryana;;8;3484;sst;38.287391;Differentiates between different kinds of markets;38.60763451;6;SST733;0;
Haryana;;8;3521;sst;40.68413325;Traces how goods travel through various market places;44.57516898;6;SST734;0;
Haryana;;8;3558;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;42.15725148;6;SST802;0;
Haryana;;8;3595;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;29.87979913;6;SST805;0;
Haryana;;8;3632;sst;37.39117524;Justifies judicious use of natural resources;43.18513569;6;SST807;0;
Haryana;;8;3669;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;38.69680289;6;SST809;0;
Haryana;;8;3706;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;24.94375168;6;SST810;0;
Haryana;;8;3743;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;37.24789927;6;SST815;0;
Haryana;;8;3780;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;33.84640439;6;SST816;0;
Haryana;;8;3817;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;45.92401691;6;SST818;0;
Haryana;;8;3854;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;35.87349258;6;SST823;0;
Haryana;;8;3891;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);38.64582191;6;SST827;0;
Haryana;;8;3928;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;39.0348462;6;SST831;0;
Haryana;;8;3965;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;70.86991596;6;SST833;0;
Haryana;;10;4002;eng;43.18472;Reads, comprehends and responds to complex texts independently.;52.85231;6;E1007;0;
Haryana;;10;4039;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;48.623238;6;MIL1011;0;
Haryana;;10;4076;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;47.986244;6;M1001;0;
Haryana;;10;4113;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;38.612812;6;M1002;0;
Haryana;;10;4150;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;39.582394;6;M1003;0;
Haryana;;10;4187;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;40.6214;6;M1004;0;
Haryana;;10;4224;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;46.170353;6;M1005;0;
Haryana;;10;4261;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;39.276157;6;M1006;0;
Haryana;;10;4298;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";34.3987;6;M1007;0;
Haryana;;10;4335;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;37.68739;6;M1008;0;
Haryana;;10;4372;math;36.4026;Derives proofs of theorems related to the tangents of circles.;42.370308;6;M1009;0;
Haryana;;10;4409;math;20.765802;Examines the steps of geometrical constructions and reason out each step;20.169493;6;M1010;0;
Haryana;;10;4446;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;40.701164;6;M1011;0;
Haryana;;10;4483;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;29.354725;6;M1012;0;
Haryana;;10;4520;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;42.973995;6;SCI1001;0;
Haryana;;10;4557;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;42.71369;6;SCI1002;0;
Haryana;;10;4594;sci;40.16393;Relates processes and phenomena with causes and effects;49.321995;6;SCI1003;0;
Haryana;;10;4631;sci;35.628475;Explains processes and phenomena.;40.996094;6;SCI1004;0;
Haryana;;10;4668;sci;29.918556;Analyses and interprets data, graphs, and figures;31.151356;6;SCI1005;0;
Haryana;;10;4705;sci;28.238886;Calculates using the data given;31.032034;6;SCI1006;0;
Haryana;;10;4742;sci;37.598038;Uses scientific conventions to represent units of various quantities, symbols, formulae, and equations.;44.791035;6;SCI1007;0;
Haryana;;10;4779;sci;32.583794;Applies learning to hypothetical situations;38.40944;6;SCI1008;0;
Haryana;;10;4816;sci;36.140385;Applies scientific concepts in daily life and solving problems;40.71017;6;SCI1009;0;
Haryana;;10;4853;sci;28.161814;Derives formulae, equations, and laws;34.4687;6;SCI1010;0;
Haryana;;10;4890;sst;33.983433;Recognises and retrieves facts, figures, and narrate processes.;39.85828;6;SST1001;0;
Haryana;;10;4927;sst;36.572113;Classifies and compares events, facts, data, and figures.;44.92892;6;SST1002;0;
Haryana;;10;4964;sst;35.907436;Explains cause and effect relationship between phenomena, events, and their occurrence.;40.59338;6;SST1003;0;
Haryana;;10;5001;sst;33.303093;Analyses and evaluates information.;39.934044;6;SST1004;0;
Haryana;;10;5038;sst;41.890568;Interprets.;45.87856;6;SST1005;0;
Haryana;;10;5075;sst;27.184587;Draws interlinkages within Social Science.;31.870064;6;SST1006;0;
Haryana;;10;5112;sst;51.316265;Identifies assumptions, biases, prejudices, or stereotypes about various aspects.;58.658962;6;SST1007;0;
Haryana;;10;5149;sst;45.048756;Demonstrates inquisitiveness, enquiry.;54.39555;6;SST1008;0;
Haryana;;10;5186;sst;28.27952;Constructs views, arguments, and ideas on the basis of collected or given information.;33.939793;6;SST1009;0;
Haryana;;10;5223;sst;35.440754;Extrapolates and predicts events and phenomena.;43.106762;6;SST1010;0;
Haryana;;10;5260;sst;44.899364;Illustrates decision making/problem solving skills.;53.009552;6;SST1011;0;
Haryana;;10;5297;sst;37.20472;Shows sensitivity and appreciation skills.;46.41809;6;SST1012;0;
Delhi;;3;7;language;63.63026186;Reads small texts with comprehension i.e., identifies main ideas, details,sequence and draws conclusions;52.58263337;7;L304;0;
Delhi;;3;44;language;58.37958018;Reads printed scripts on the classroom walls: poems, posters, charts etc.;49.96207289;7;L312;0;
Delhi;;3;81;math;44.86014936;Reads and writes numbers up to 999 using place value;36.72658803;7;M301;0;
Delhi;;3;118;math;69.59105659;Compares numbers up to 999 based on their place values;58.53506508;7;M302;0;
Delhi;;3;155;math;53.09433594;Solves simple daily life problems using addition and subtraction of three digit numbers with and without regrouping;41.13058848;7;M303;0;
Delhi;;3;192;math;61.36625068;Constructs and uses the multiplication facts (up till 10) in daily life situations;46.21587371;7;M304;0;
Delhi;;3;229;math;52.62719893;Analyses and applies an appropriate number operation in the situation/ context;39.99407493;7;M305;0;
Delhi;;3;266;math;47.12859715;Explains the meaning of division facts by equal grouping/sharing and finds it by repeated subtraction;32.17694865;7;M306;0;
Delhi;;3;303;math;43.42736751;Identifies and makes 2D-shapes by paper folding. paper cutting on the dot grid, using straight lines etc.;33.35700942;7;M309;0;
Delhi;;3;340;math;55.87288305;Fills a given region leaving no gaps using a tile of a given shape;49.55857228;7;M311;0;
Delhi;;3;377;math;50.42683159;Estimates and measures length and distance using standard units like centimeters or meters & identifies relationships;39.62911462;7;M312;0;
Delhi;;3;414;math;71.18972678;Reads the time correctly to the hour using a clock/watch;60.2546611;7;M317;0;
Delhi;;3;451;math;56.32346284;Extends patterns in simple shapes and numbers;47.03731843;7;M318;0;
Delhi;;3;488;math;52.83858721;Records data using tally marks, represents pictorially and draws;44.28772479;7;M319;0;
Delhi;;3;525;evs;61.58180576;Identifies simple features (e.g. movement, at places found/ kept, eating habits, sounds) of animals and birds in the immediate surroundings.;50.10909228;7;EVS302;0;
Delhi;;3;562;evs;51.2573532;Identifies relationships with and among family members;42.41752958;7;EVS303;0;
Delhi;;3;599;evs;65.20640349;Identifies objects, signs (vessels, stoves, transport, means of communication, transport, signboards etc.), places (types of houses/shelters, bus stand, petrol pump etc.) activities (works people do, cooking processes, etc.) at home/school/ neighborhoods;55.4280214;7;EVS304;0;
Delhi;;3;636;evs;52.05501548;Describes need of food for people of different age groups, animals/birds, availability of food and water and use of water at home and surroundings.;43.94921576;7;EVS305;0;
Delhi;;3;673;evs;63.03021748;Groups objects, birds, animals, features, activities according to differences/ similarities using different senses. (e.g. appearance/place of living/ food/ movement/ likes-dislikes/ any other features);54.76563113;7;EVS307;0;
Delhi;;3;710;evs;65.92871657;Identifies directions, location of objects/places in simple maps using signs/symbols/ verbally;59.57255447;7;EVS309;0;
Delhi;;3;747;evs;67.30950727;Guesses properties, estimates quantities of materials/activities in daily life and verifies using symbols/non-standard units;55.74311045;7;EVS310;0;
Delhi;;3;784;evs;53.9116383;Records observations, experiences, information on objects/activities/places visited in different ways and predicts patterns etc;41.89651877;7;EVS311;0;
Delhi;;3;821;evs;42.74752998;Observes rules in games (local, indoor, outdoor);37.47033661;7;EVS313;0;
Delhi;;3;858;evs;62.992927;Voices opinion on good/bad touch , stereotypes for tasks/play/food in family w.r.t gender, misuse/wastage of food and water in family and school.;51.54769607;7;EVS314;0;
Delhi;;5;895;language;55.19833154;Reads text with comprehension, locates details and sequence of events;52.26484027;7;L508;0;
Delhi;;5;932;math;44.80937633;Applies operations of numbers in daily life situations;37.59615427;7;M401;0;
Delhi;;5;969;math;35.91642014;Explores the area and perimeter of simple geometrical shapes (triangle, rectangle, square) in terms of given shape as a unit;27.87007136;7;M412;0;
Delhi;;5;1006;math;47.38427343;Calculates time intervals/duration of familiar daily life events by using forward or backward counting/addition and subtraction;42.69503218;7;M418;0;
Delhi;;5;1043;math;41.97566973;Represent the collected information in tables and bar graphs and draws inferences from these;39.89401533;7;M421;0;
Delhi;;5;1080;math;55.23289532;Reads and writes numbers bigger than 1000 being used in her/his surroundings;52.85083579;7;M501;0;
Delhi;;5;1117;math;45.75788074;Estimates sum, difference, product and quotient of numbers and verifies the same using different strategies like using standard algorithms or breaking a number and then using operation;41.55588913;7;M504;0;
Delhi;;5;1154;math;54.99199454;Finds the number corresponding to part of a collection;54.36871924;7;M505;0;
Delhi;;5;1191;math;38.21900005;Identifies and forms equivalent fractions of a given fraction;32.48216739;7;M506;0;
Delhi;;5;1228;math;42.81734551;Converts fractions into decimals and vice versa;37.02699012;7;M508;0;
Delhi;;5;1265;math;47.78604298;Classifies angles into right angle, acute angle, obtuse angle and represents the same by drawing and tracing;44.595399;7;M509;0;
Delhi;;5;1302;math;37.85880312;Relates different commonly used larger and smaller units of length, weight and volume and converts larger units to smaller units and vice versa;33.17022513;7;M512;0;
Delhi;;5;1339;math;40.81815671;Estimates the volume of a solid body in known units.;31.85769255;7;M513;0;
Delhi;;5;1376;math;43.34404251;Applies the four fundamental arithmetic operations in solving problems involving money, length, mass, capacity and time intervals;33.22359455;7;M514;0;
Delhi;;5;1413;math;45.86787489;Identifies the pattern in triangular numbers and square number;42.09992989;7;M515;0;
Delhi;;5;1450;math;46.13490504;Collects data related to various daily life situations. represents it in tabular form and as bar graphs and interprets it;44.06073505;7;M516;0;
Delhi;;5;1487;evs;50.14524069;Identifies relationship with and among family members in extended family;45.83685846;7;EVS403;0;
Delhi;;5;1524;evs;49.89861061;Records observations/experiences/information for objects, activities, phenomena, places visited in different ways and predicts patterns and activities/ phenomena;45.85800332;7;EVS410;0;
Delhi;;5;1561;evs;44.74807312;Explains the super senses and unusual features (sight, smell, hear, sleep, sound, etc.) of animals and their responses to light, sound, food etc.;46.34178977;7;EVS501;0;
Delhi;;5;1598;evs;50.13567716;Describes the interdependence among animals, plants and humans;42.82563116;7;EVS503;0;
Delhi;;5;1635;evs;47.79471283;Explains the role and functions of different institutions in daily life (Bank, Panchayat, cooperatives. police station, etc.);41.50434156;7;EVS504;0;
Delhi;;5;1672;evs;48.43736914;Establishes linkages among terrain, climate, resources (food, water, shelter, livelihood) and cultural life. (e.g. life in distant/difficult areas like hot/cold deserts);45.10939679;7;EVS505;0;
Delhi;;5;1709;evs;47.96151678;Groups objects, materials, activities for features/properties such as shape, taste, color , texture, sound, traits etc.;43.10336522;7;EVS506;0;
Delhi;;5;1746;evs;47.34214092;Traces the changes in practices, customs, techniques of past and present through coins, paintings, monuments, museum etc. and interacting with elders;43.90555648;7;EVS507;0;
Delhi;;5;1783;evs;47.79993589;Guesses (properties, conditions of phenomena), estimates spatial quantities (distance, area, volume, weight etc. ) and time in simple standard units and verifies using simple tools/set ups;40.24923814;7;EVS508;0;
Delhi;;5;1820;evs;55.3338799;Records observations/experiences/information in an organized manner (e.g. in tables/ sketches/ bar graphs/ pie charts) and predicts patterns in activities/ phenomena (e.g. floating, sinking, mixing, evaporation , germination, spoilage) to establish relation between cause and effect.;55.03216443;7;EVS509;0;
Delhi;;5;1857;evs;45.21567946;Identifies signs, directions, location of different objects/landmarks of a locality / place visited in maps and predicts directions w.r.t. positions at different places for a location;40.48180063;7;EVS510;0;
Delhi;;5;1894;evs;53.66416907;Voices opinions on issues observed/experienced and relates practices/happenings to larger issues of society;49.98435827;7;EVS512;0;
Delhi;;5;1931;evs;35.25714569;Suggests ways for hygiene, health, managing waste. disaster/emergency situations and protecting/saving resources;35.29818346;7;EVS513;0;
Delhi;;8;1968;language;52.97309821;Read textual/non-textual materials with comprehension and identifies the details, characters, main idea and sequence of ideas and events while reading;57.89568945;7;L813;0;
Delhi;;8;2005;math;49.36112431;Solves problems involving large numbers by applying appropriate operations;49.36865593;7;M601;0;
Delhi;;8;2042;math;47.59097545;Solves problems on daily life situations involving addition and subtraction of fractions / decimals;51.53027453;7;M606;0;
Delhi;;8;2079;math;28.73591711;Finds out the perimeter and area of rectangular objects in the surroundings like floor of the class room, surfaces of a chalk box etc.;28.98708947;7;M620;0;
Delhi;;8;2116;math;40.79030337;Arranges given/collected information in the form of table, pictograph and bar graph and interprets them;42.47866436;7;M621;0;
Delhi;;8;2153;math;34.17930695;Interprets the division and multiplication of fractions;33.77143595;7;M702;0;
Delhi;;8;2190;math;22.99285869;Solves problems related to daily life situations involving rational numbers;20.1054803;7;M705;0;
Delhi;;8;2227;math;28.49537318;Uses exponential form of numbers to simplify problems involving multiplication and division of large numbers;22.14244446;7;M706;0;
Delhi;;8;2264;math;37.85720974;Adds/subtracts algebraic expressions;36.10510567;7;M707;0;
Delhi;;8;2301;math;29.74238625;Solves problems related to conversion of percentage to fraction and decimal and vice versa;26.93162034;7;M710;0;
Delhi;;8;2338;math;33.81366236;Finds out approximate area of closed shapes by using unit square grid/graph sheet;35.8447257;7;M717;0;
Delhi;;8;2375;math;43.31123397;Finds various representative values for simple data from her/his daily life contexts like mean, median and mode;43.26869048;7;M719;0;
Delhi;;8;2412;math;36.72808475;Interprets data using bar graph such as consumption of electricity is more in winters than summer;43.55185341;7;M721;0;
Delhi;;8;2449;math;33.51562816;Generalizes properties of addition, subtraction, multiplication and division of rational numbers through patterns;35.58488428;7;M801;0;
Delhi;;8;2486;math;39.69694416;Finds rational numbers between two given rational numbers;39.3654121;7;M802;0;
Delhi;;8;2523;math;42.80952108;Proves divisibility rules of 2, 3,4, 5, 6, 9 and 11;42.00694202;7;M803;0;
Delhi;;8;2560;math;34.15950514;Finds squares,cubes,square roots and cube roots of numbers using different methods;28.61730552;7;M804;0;
Delhi;;8;2597;math;42.22910329;uses various algebric identities in solving problem of daily life.;41.79737046;7;M808;0;
Delhi;;8;2634;math;39.31517354;Verifies properties of parallelogram and establishes the relationship between them through reasoning;39.43548095;7;M812;0;
Delhi;;8;2671;math;30.49771775;Find surface area and volume of cuboidal and cylindrical object;30.70668863;7;M818;0;
Delhi;;8;2708;math;29.72837381;Draws and interprets bar charts and pie charts;33.02060334;7;M819;0;
Delhi;;8;2745;sci;38.6624294;Classifies materials and organisms based on properties/characteristics;40.68758444;7;SCI703;0;
Delhi;;8;2782;sci;37.07110679;Conducts simple investigation to seek answers to queries;38.92469637;7;SCI704;0;
Delhi;;8;2819;sci;44.69084783;Relates processes and phenomenon with causes;46.84266096;7;SCI705;0;
Delhi;;8;2856;sci;42.66757359;"Measures and calculates e.g.. temperature; pulse rate; speed of moving objects; time period of a simple pendulum, etc.";43.88645253;7;SCI708;0;
Delhi;;8;2893;sci;35.44045265;Plots and interprets graphs;39.84219477;7;SCI710;0;
Delhi;;8;2930;sci;26.33601219;Constructs models using materials from surroundings and explains their working;26.93935677;7;SCI711;0;
Delhi;;8;2967;sci;46.11448868;Differentiates materials, organism and processes;50.65823956;7;SCI801;0;
Delhi;;8;3004;sci;33.95429397;Relates processes and phenomenon with causes;33.78929631;7;SCI804;0;
Delhi;;8;3041;sci;35.64002396;Explains processes and phenomenon;39.42010629;7;SCI805;0;
Delhi;;8;3078;sci;33.72744696;Measures angles of incidence and reflection, etc.;34.87661899;7;SCI807;0;
Delhi;;8;3115;sci;44.6740778;Applies learning of scientific concepts in day-to-day life;46.81463732;7;SCI811;0;
Delhi;;8;3152;sci;43.70258064;Makes efforts to protect environment;46.23013285;7;SCI813;0;
Delhi;;8;3189;sst;40.0252085;Identifies latitudes and longitudes, e.g., poles, equator, tropics, States /Ws of India and other neighboring countries on globe and the world map;40.14237847;7;SST605;0;
Delhi;;8;3226;sst;26.31341968;Locates important historical sites, places on an outline map of India.;25.65884902;7;SST610;0;
Delhi;;8;3263;sst;35.34243324;Describes the functioning of rural and urban local government bodies in sectors like health and education;39.02150902;7;SST625;0;
Delhi;;8;3300;sst;46.21675658;Explains preventive actions to be undertaken in the event of disasters;60.10419347;7;SST703;0;
Delhi;;8;3337;sst;43.90557534;Describes formation of landforms due to various factors;42.85326678;7;SST704;0;
Delhi;;8;3374;sst;39.38328158;Explains the significance of equality in democracy;39.70385365;7;SST722;0;
Delhi;;8;3411;sst;41.68680835;Describes the process of election to the legislative assembly;38.11510992;7;SST726;0;
Delhi;;8;3448;sst;56.08979533;Explains the functioning of media with appropriate examples from newspapers;57.84299657;7;SST731;0;
Delhi;;8;3485;sst;38.287391;Differentiates between different kinds of markets;32.03259121;7;SST733;0;
Delhi;;8;3522;sst;40.68413325;Traces how goods travel through various market places;41.38963468;7;SST734;0;
Delhi;;8;3559;sst;39.43486333;Describes major crops, types of farming and agricultural practices in her/his own areaistate;34.90863763;7;SST802;0;
Delhi;;8;3596;sst;28.45707033;Locates distribution of important minerals e.g. coal and mineral oil on the world map;28.00337765;7;SST805;0;
Delhi;;8;3633;sst;37.39117524;Justifies judicious use of natural resources;38.6907923;7;SST807;0;
Delhi;;8;3670;sst;35.60179601;Draws interrelationship between types of farming and development in different regions of the world;36.86097208;7;SST809;0;
Delhi;;8;3707;sst;28.01137019;Distinguishes the modern period from the medieval and the ancient periods through the use of sources;23.42504183;7;SST810;0;
Delhi;;8;3744;sst;32.97000623;Explains the origin, nature and spread of the revolt of 1857 and the lessons learned from it.;34.67402266;7;SST815;0;
Delhi;;8;3781;sst;27.40803408;Analyses the decline of pre-existing urban centers and handicraft industries and the development of new urban centers and industries in India during the colonial period;29.37552235;7;SST816;0;
Delhi;;8;3818;sst;43.86030071;Analyses the issues related to caste, women, widow remarriage, child marriage, social reforms and the laws and policies of colonial administration towards these issues;40.05209572;7;SST818;0;
Delhi;;8;3855;sst;29.15540248;Applies the knowledge of the Fundamental Rights to find out about their violation. protection and promotion in a given situation;35.02719631;7;SST823;0;
Delhi;;8;3892;sst;35.89976149;Describes the process of making a law. (e.g. Domestic Violence Act, RTI Act, RTE Act);30.38831493;7;SST827;0;
Delhi;;8;3929;sst;36.59235573;Identifies the role of Government in providing public facilities such as water, sanitation, road, electricity etc, and recognizes their availability;34.93823;7;SST831;0;
Delhi;;8;3966;sst;60.53447082;Draws bar diagram to show population of different countries/India/states;65.4843103;7;SST833;0;
Delhi;;10;4003;eng;43.18472;Reads, comprehends and responds to complex texts independently.;58.240307;7;E1007;0;
Delhi;;10;4040;mil;41.25734;पाठ्यवस्तु में शामिल रचनाओं के अतिरिक्त अन्य कविता, कहानी,एकांकी को पढ़ते-लिखते और मंचन करते हैं।;48.335323;7;MIL1011;0;
Delhi;;10;4077;math;39.640007;Generalises properties of numbers and relations among them studied earlier to evolve results, such as, Euclid’s division algorithm, Fundamental Theorem of Arithmetic and applies them to solve problems related to real life contexts.;49.24724;7;M1001;0;
Delhi;;10;4114;math;32.196224;Develops a relationship between algebraic and graphical methods of finding the zeroes of a polynomial.;36.622337;7;M1002;0;
Delhi;;10;4151;math;30.136347;Finds solutions of pairs of linear equations in two variables using graphical and different algebraic methods.;38.15052;7;M1003;0;
Delhi;;10;4188;math;36.399822;Demonstrates strategies of finding roots and determining the nature of roots of a quadratic equation.;33.12967;7;M1004;0;
Delhi;;10;4225;math;36.75047;Develops strategies to apply the concept of A.P. to daily life situations. Works out ways to differentiate between congruent and similar figures.;38.293026;7;M1005;0;
Delhi;;10;4262;math;31.94823;Establishes properties for similarity of two triangles logically using different geometric criteria established earlier such as, Basic Proportionality Theorem, etc.;36.786068;7;M1006;0;
Delhi;;10;4299;math;28.170973;"Derives formulae to establish relations for geometrical shapes in the context of a coordinate plane, such as, finding the distance between two given points, to determine the coordinates of a point between any two given points, to find the area of a triangle
etc.";32.323837;7;M1007;0;
Delhi;;10;4336;math;32.813667;Determines all trigonometric ratios with respect to a given acute angle (of a right triangle) and uses them in solving problems in daily life contexts like finding heights of different structures or distance from them.;35.98073;7;M1008;0;
Delhi;;10;4373;math;36.4026;Derives proofs of theorems related to the tangents of circles.;35.540096;7;M1009;0;
Delhi;;10;4410;math;20.765802;Examines the steps of geometrical constructions and reason out each step;19.78459;7;M1010;0;
Delhi;;10;4447;math;35.30695;Finds surface areas and volumes of objects in the surroundings by visualising them as a combination of different solids like cylinder and a cone, cylinder and a hemisphere, combination of different cubes, etc.;38.676243;7;M1011;0;
Delhi;;10;4484;math;27.297476;Calculates mean, median and mode for different sets of data related with real life contexts.;25.03207;7;M1012;0;
Delhi;;10;4521;sci;37.17107;Differentiates materials, objects, organisms, phenomena, and processes, based on, properties and characteristics.;45.036293;7;SCI1001;0;
Delhi;;10;4558;sci;36.145523;Classifies materials, objects, organisms, phenomena, and processes, based on properties and characteristics.;42.42499;7;SCI1002;0;
Delhi;;10;4595;sci;40.16393;Relates processes and phenomena with causes and effects;49.587254;7;SCI1003;0;
Delhi;;10;4632;sci;35.628475;Explains processes and phenomena.;39.95547;7;SCI1004;0;
Delhi;;10;4669;sci;29.918556;Analyses and interprets data, graphs, and figures;29.660192;7;SCI1005;0;
Delhi;;10;4706;sci;28.238886;Calculates using the data given;30.062876;7;SCI1006;0;