-
Notifications
You must be signed in to change notification settings - Fork 527
/
umPkwp0L1M0-.textproto
9699 lines (9699 loc) · 331 KB
/
umPkwp0L1M0-.textproto
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
id: "umPkwp0L1M0-"
states {
key: "A Problem"
value {
name: "A Problem"
recorded_voiceovers {
key: "content"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 933399
file_name: "content-hi-8g6p5m8uamf.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 371357
file_name: "content-en-gbbyp43tr5k.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 630872
file_name: "content-hi-en-ijwgd3e5e4.mp3"
}
}
}
}
recorded_voiceovers {
key: "default_outcome"
value {
}
}
content {
html: "<p>Matthew had a problem. His Aunt Tina was visiting that afternoon, and he had nothing for her to eat!<br></p><p>\342\200\234I could buy some cake!\342\200\235 Matthew thought. He had passed a bakery earlier that day which had a very yummy-looking coconut cake in the window. That would be perfect!<br></p><oppia-noninteractive-image alt-with-value=\"&quot;a bakery&quot;\" caption-with-value=\"&quot;&quot;\" filepath-with-value=\"&quot;img_20180107_004755_6c6azn8ztm_height_245_width_175.png&quot;\"></oppia-noninteractive-image>"
content_id: "content"
}
written_translations {
key: "content"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Matthew ek problem mein pad gaya tha. Tina Aunty dopahar mein usse milne ane wali thi and uske paas unhe khilane ke liye kuch bhi nahi tha!</p>\n\n<p>\"Hm, mein thoda cake khareed ke la sakta hun\" Matthew ne socha. Wah thodi der pehle ek bakery se hota hua nikla tha jahan usne ek window mein bohot hi tasty coconut cake dekha tha. Ye cake uske liya perfect hoga!</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Mateo ten\303\255a un problema. Su t\303\255a Tina estaba de visita esa tarde, \302\241y \303\251l no ten\303\255a nada para comer!</p>\n<oppia-noninteractive-image alt-with-value=\"&quot;Mateo no sabe que hacer!&quot;\" caption-with-value=\"&quot;Mateo no sabe que hacer!&quot;\" filepath-with-value=\"&quot;img_20190707_091945_noocsjbx63_height_142_width_61.png&quot;\"></oppia-noninteractive-image>\n\n<p>\"Podr\303\255a comprar un poco de pastel,\" pens\303\263 Mateo. Hab\303\255a pasado por una panader\303\255a ese mismo d\303\255a y ten\303\255an un delicioso pastel de coco en la ventana. \302\241Eso ser\303\255a perfecto!</p><oppia-noninteractive-image alt-with-value=\"&quot;Panader\303\255a con pastel en la ventana&quot;\" caption-with-value=\"&quot;&quot;\" filepath-with-value=\"&quot;img_20190707_085859_8fepkbmg6s_height_245_width_175.png&quot;\"></oppia-noninteractive-image>"
}
}
}
}
written_translations {
key: "default_outcome"
value {
}
}
interaction {
id: "Continue"
default_outcome {
dest_state_name: "Mr. Baker"
feedback {
content_id: "default_outcome"
}
}
customization_args {
key: "buttonText"
value {
normalized_string: "Continue"
}
}
}
}
}
states {
key: "Practice 10"
value {
name: "Practice 10"
recorded_voiceovers {
key: "feedback_10"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 1273623
file_name: "feedback-hi-sdwnj42xf1d.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 477601
file_name: "feedback-en-xut8pfaj43a.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 454365
file_name: "feedback-hi-en-v2kdlhshjje.mp3"
}
}
}
}
recorded_voiceovers {
key: "hint_2"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 638487
file_name: "hint-hi-wy9t22e47ig.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 267341
file_name: "hint-en-l1ovxoom1hn.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 415832
file_name: "hint-hi-en-k7cqxtvnbg.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_11"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 530199
file_name: "feedback-hi-iwmxcllu5f.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 251451
file_name: "feedback-en-uizfto820nj.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 174880
file_name: "feedback-hi-en-buax353w7m.mp3"
}
}
}
}
recorded_voiceovers {
key: "hint_3"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 616215
file_name: "hint-hi-ucab71bnje.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 248605
file_name: "hint-en-245radhmuza.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 457837
file_name: "hint-hi-en-vhci09v15y.mp3"
}
}
}
}
recorded_voiceovers {
key: "solution"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 884247
file_name: "solution-hi-8cg7z5stok.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 291683
file_name: "solution-en-m9v6l99vvt.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 418967
file_name: "solution-hi-en-r5tmy8vlljd.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_2"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 477207
file_name: "feedback-hi-0idqkp8zxxwc.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 238877
file_name: "feedback-en-ua4k8ymvhua.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 313014
file_name: "feedback-hi-en-za33123v6vo.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_3"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 819735
file_name: "feedback-hi-ooxo9ezrk7t.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 341922
file_name: "feedback-en-wgimmy1ds3q.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 521785
file_name: "feedback-hi-en-hy6avfjto19.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_12"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 769047
file_name: "feedback-hi-jje46fz5at.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 302702
file_name: "feedback-en-cc6swab71ho.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 174880
file_name: "feedback-hi-en-uti2m4fb5lq.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_1"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 124695
file_name: "feedback-hi-wqj73p5ixs.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 61171
file_name: "feedback-en-krzgjqh0wwg.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 151264
file_name: "feedback-hi-en-jlfu9217nm.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_6"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 1192983
file_name: "feedback-hi-76ombhkzqp2.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 465307
file_name: "feedback-en-o3uzc6r21z8.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 428163
file_name: "feedback-hi-en-z8woclbo2kg.mp3"
}
}
}
}
recorded_voiceovers {
key: "hint_1"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 406551
file_name: "hint-hi-7nznyjfn9ew.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 172371
file_name: "hint-en-epun4d9b0f9.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 308625
file_name: "hint-hi-en-xh1zvt2ubwb.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_4"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 980247
file_name: "feedback-hi-m77zqvpme5a.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 447762
file_name: "feedback-en-ho0z0fkpxc.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 347500
file_name: "feedback-hi-en-ntghn5gw68h.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_5"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 451863
file_name: "feedback-hi-cyprwb788v.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 215040
file_name: "feedback-en-jz38udte5ur.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 234020
file_name: "feedback-hi-en-i26in2gk4ja.mp3"
}
}
}
}
recorded_voiceovers {
key: "content"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 1034775
file_name: "content-hi-3dja2thtj6u.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 430798
file_name: "content-en-2i3p6g4927g.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 670996
file_name: "content-hi-en-12fp4j0jnx3.mp3"
}
}
}
}
recorded_voiceovers {
key: "default_outcome"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 539415
file_name: "feedback-hi-8y3qfr0kuqp.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 199414
file_name: "feedback-en-8iywadc35j5.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 288563
file_name: "feedback-hi-en-ar4ebdv6qdj.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_8"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 1129239
file_name: "feedback-hi-uq9tbjhdy7h.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 424813
file_name: "feedback-en-z0h8kgvg1.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 644038
file_name: "feedback-hi-en-1zbd98kzc15.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_9"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 561687
file_name: "feedback-hi-phdwjlrhp1a.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 179350
file_name: "feedback-en-88b67uxkvck.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 318656
file_name: "feedback-hi-en-c50cx0lsga.mp3"
}
}
}
}
recorded_voiceovers {
key: "feedback_7"
value {
voiceover_mapping {
key: "hi"
value {
file_size_bytes: 1163799
file_name: "feedback-hi-bhuoabjlsfq.mp3"
}
}
voiceover_mapping {
key: "en"
value {
file_size_bytes: 450771
file_name: "feedback-en-mjg9pbgbwv.mp3"
}
}
voiceover_mapping {
key: "hi-en"
value {
file_size_bytes: 410191
file_name: "feedback-hi-en-hrerde2yyb.mp3"
}
}
}
}
content {
html: "<p>\342\200\234Very good, Matthew,\342\200\235 said Mr. Baker. \342\200\234Now, it\342\200\231s important to be careful that you understand exactly what is being asked for when you\'re asked to give a fraction.\"</p><p>\"Here\'s a cake I made recently. What <strong>fraction</strong> of the cake has mangoes on it?\" (The mangoes are the orange pieces, by the way!)<br></p><oppia-noninteractive-image alt-with-value=\"&quot;Fruit cake, divided into 10 pieces, 3 with mangoes and 3 with cherries.&quot;\" caption-with-value=\"&quot;&quot;\" filepath-with-value=\"&quot;img_20180107_021826_mp1q2gnumu_height_294_width_294.png&quot;\"></oppia-noninteractive-image>"
content_id: "content"
}
written_translations {
key: "feedback_2"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, question ko firse ek baar ache se pade. 6/10 woh fraction of cake hai jispe kisi bhi type ke fruits hai. But hume sirf mangoes se matlab hai.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, lee la pregunta cuidadosamente! 6/10 es la fracci\303\263n del pastel que tiene cualquier pieza de fruta. Pero no es lo que el Sr. Baker est\303\241 pidiendo.</p>"
}
}
}
}
written_translations {
key: "feedback_9"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>No, ye sahi nahi hian! Apka denominator sahi hian lekin aapko number of selected pieces carefully count karna hoga. Firse try kare!</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>No, eso no es correcto! Tienes el denominador correcto, pero debes contar el n\303\272mero de piezas seleccionadas con cuidado. Int\303\251ntalo de nuevo</p>"
}
}
}
}
written_translations {
key: "feedback_4"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Nahi ye galat answer hai. 9/21 wo fraction hai jo hume ye batata hai ki sare fruits mein se kitne cherries hai. But Mr Baker yeh nahi pooch rahe hai. Wo cake ke fraction ki baat kar rahe hai naki fruits ke fraction ki. Aur haan wo cherries ki baat kar rahe hai naki mangoes ki.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, lee la pregunta cuidadosamente! 9/21 es la fracci\303\263n de los frutos que son las cerezas. Pero eso no es lo que el Sr. Baker est\303\241 pidiendo. (\303\211l est\303\241 hablando de la fracci\303\263n de la <strong>torta</strong>, no de la fracci\303\263n del n\303\272mero total de frutas. Adem\303\241s, est\303\241 hablando de mangos, no de cerezas).</p>"
}
}
}
}
written_translations {
key: "feedback_3"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, question ko firse ek baar ache se pade. 12/21 woh fraction hai jo denote karta hai ki total fruits mein se kitne parts mango ke hai. But Mr Baker woh nahi pooch rahe hai. Wo toh fraction of cake pooch rahe hai and not fraction of total number of fruits.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, lee la pregunta cuidadosamente! 12/21 es la fracci\303\263n de los frutos que son mangos. Pero eso no es lo que el Sr. Baker est\303\241 pidiendo. (\303\211l est\303\241 hablando de la fracci\303\263n de la torta, no de la fracci\303\263n del n\303\272mero total de frutas).</p>"
}
}
}
}
written_translations {
key: "feedback_5"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, question ko firse ek baar ache se pade. 4/10 woh fraction of cake hai jispe ek bhi fruits nahi hai.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, lee la pregunta cuidadosamente! 4/10 es la fracci\303\263n del pastel que no tiene nada. Pero eso no es lo que el se\303\261or Baker est\303\241 pidiendo.</p>"
}
}
}
}
written_translations {
key: "solution"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Cake 10 equal parts mein divided hai, isliye denominator 10 hai.</p>\n\n<p>Inme se 3 slices pe mangoes hai, isliye numerator 3 hai.</p>\n\n<p>Is liye humara fraction 3/10 hai.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>La torta se divide en 10 partes iguales, por lo que el denominador es 10.</p>\n\n<p>3 de esas piezas tienen mangos, por lo que el numerador es 3.</p>\n\n<p>Por lo tanto, la fracci\303\263n que queremos es 3/10.</p>"
}
}
}
}
written_translations {
key: "feedback_10"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Nahi, yeh sahi nahi hai. Aapka denominator bilkul sahi hai but aap ye ek baar firse count kar le ki hume kitne pieces chahiye.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, parece que has olvidado c\303\263mo escribir una fracci\303\263n.</p>\n\n<p>En tu respuesta, el numerador es el n\303\272mero total de piezas del pastel. Pero, a partir de la explicaci\303\263n del Sr. Baker, el <strong>segundo</strong> n\303\272mero (o <strong>inferior</strong>) de la fracci\303\263n (el <strong>denominador</strong>) debe representar el <strong>n\303\272mero</strong> <strong>total</strong> de partes iguales.</p>\n\n<p>Tomemos un momento para aprender esto de nuevo apropiadamente. \302\241Lo necesitar\303\241s m\303\241s tarde!</p>"
}
}
}
}
written_translations {
key: "feedback_11"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>No, question ko carefully padhe. Question mian fractions of the cake puch raha hain, so denominator\302\240number of equal parts jismain cake divided hain wo hain.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>No, lee la pregunta cuidadosamente. La pregunta pide la <strong>fracci\303\263n de la torta</strong>, por lo que el denominador de la fracci\303\263n debe ser el n\303\272mero de partes iguales en que se divide la <strong>torta</strong>.</p>"
}
}
}
}
written_translations {
key: "feedback_12"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>No, ye sahi nahi hian. Question mian fractions of the cake puch raha hain, so denominator number of equal parts jismain cake divided hain wo hain. Dhyana se isaya sahi count kare. Try again!</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>No, lee la pregunta cuidadosamente. La pregunta pide la <strong>fracci\303\263n de la torta</strong>, por lo que el denominador de la fracci\303\263n debe ser el n\303\272mero de partes iguales en que se divide la <strong>torta</strong>.</p>"
}
}
}
}
written_translations {
key: "feedback_1"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Correct, aap aur seekhne ke liye ek dum ready hai!</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>\302\241Correcto! \302\241Est\303\241s listo para aprender m\303\241s!</p>"
}
}
}
}
written_translations {
key: "feedback_6"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, aaysa lagta hian ki app bhul gaya hian ki fraction kaisay likhtay hain.<br>\n<br>\naapke answer main denominator number of pieces of cake with mangoes hain. Lekin, Mr. Baker\'s ke explanation se: Denominator total number of equal part jismain cake divided hain wo hain.<br>\n<br>\nCahlo ek bar firse aachay se yaad kartay hian. Apko isski jaryrat badd main padd sakti hain!\302\240</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, parece que has olvidado c\303\263mo escribir una fracci\303\263n.</p>\n\n<p>En tu respuesta, el <strong>denominador</strong> es el n\303\272mero de piezas con mangos en ellas. Pero, seg\303\272n la explicaci\303\263n del Sr. Baker, el denominador debe ser el <strong>n\303\272mero</strong> <strong>total</strong> de partes iguales en las que se divide el pastel.</p>\n\n<p>Vamos a tomar un momento para aprender esto de nuevo correctamente. Lo necesitar\303\241s m\303\241s tarde.</p>"
}
}
}
}
written_translations {
key: "hint_1"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Sabse pehle denominator dhoondne ki koshish kare. Denominator batata hai ki humne cake ko total kitne equal parts mein divide kiya hai.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Empieza por encontrar el denominador. El denominador es el n\303\272mero de partes iguales en que se divide toda la torta.</p>"
}
}
}
}
written_translations {
key: "hint_2"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>\302\240Ab, aap sare selected parts ko count kar ke numerator dhoonde.</p>\n\n<p>Is case mein, jitne slices pe mango hai, wo apka numerator hoga. Dhyaan rakhe ki aap ache se count kare.\302\240</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>A continuaci\303\263n, encuentra el numerador contando el n\303\272mero de partes seleccionadas.</p>\n\n<p>En este caso, es la cantidad de partes que tienen mangos (las piezas naranja) en ellos.</p>\n\n<p>Aseg\303\272rate de contar con cuidado!</p>"
}
}
}
}
written_translations {
key: "hint_3"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Humesha count karte wakt careful rahe. Question mein bhi kuch hints hongi!</p>\n\n<p>Hum is question mein fraction of cake ki baat kar rahe hai. Isliye hume cake ke pieces count karne hai na ki har ek fruit ke pieces.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Siempre ten cuidado con lo que est\303\241s contando. La pregunta tendr\303\241 pistas.</p>\n\n<p>Aqu\303\255, estamos viendo una fracci\303\263n de la torta. Por lo tanto, deber\303\255amos estar contando trozos de la torta. Entonces, deber\303\255amos estar contando los pedazos de la torta, no las frutas individuales.</p>"
}
}
}
}
written_translations {
key: "default_outcome"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>\302\240Nahi, ye sahi answer nahi hai. Lagta hai apne total number of pieces sahi se count nahi kiye. Apke fraction ka denominator sahi nahi hai.</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>No, eso no es correcto. \302\277Contaste correctamente la cantidad de pedazos de pastel? El <strong>denominador</strong> de tu fracci\303\263n no es correcto.</p>"
}
}
}
}
written_translations {
key: "feedback_8"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, question ko firse ek baar ache se pade. 3/6 woh fraction of cake hai jispe mangoes hai but aap sari slices consider nahi kar rahe. Aap sirf wo slices count kar rahe ho jispe fruits hai.</p>\n\n<p>Mr Baker yeh nahi puch rahe. Wo toh pure cake ki baat kar rahe hai, na ki sirf utne cake ki jispe fruits hai. Chaliye firse try karte hai!\302\240</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>\302\241Ups, lee la pregunta cuidadosamente! 3/6 es la fracci\303\263n de las rebanadas de pastel que tienen mangos, de todas las rebanadas que tienen frutas.</p>\n\n<p>Pero eso no es lo que el Sr. Baker est\303\241 pidiendo. El est\303\241 hablando de la fracci\303\263n de <strong>todo</strong> el <strong>pastel</strong>, no solo de la parte del pastel que tiene frutos. \302\277Lo intentas de nuevo?</p>"
}
}
}
}
written_translations {
key: "content"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>\"Very good Matthew\". Ye bohot important hai ki aap dhyaan rakhe ki aap samajh paye ki aap se exactly kya pucha ja raha hai jab apse ek fraction ke bare mein pucha jaye?\"</p>\n\n<p>Ye hai ek cake jise meine recently banaya tha. Is cake ke kitne fraction mein mango pieces hai (mangoes waise orange color ke hai!)\"</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>\"Muy bien, Mateo\", dijo el Sr. Baker. \"Ahora, es importante tener cuidado y que entiendas exactamente lo que se te pide cuando te piden una fracci\303\263n\".</p>\n\n<p>\"Aqu\303\255 hay un pastel que hice recientemente. \302\277Qu\303\251 fracci\303\263n del pastel tiene mangos?\" (Los mangos son los pedazos de naranja, por cierto!)</p><oppia-noninteractive-image alt-with-value=\"&quot;Tres pedazos de pastel tienen mangos&quot;\" caption-with-value=\"&quot;&quot;\" filepath-with-value=\"&quot;img_20190707_100407_5stmvofaoc_height_294_width_294.png&quot;\"></oppia-noninteractive-image><oppia-noninteractive-image alt-with-value=\"&quot;&quot;\" caption-with-value=\"&quot;&quot;\" filepath-with-value=\"&quot;&quot;\"></oppia-noninteractive-image>"
}
}
}
}
written_translations {
key: "feedback_7"
value {
translation_mapping {
key: "hi-en"
value {
html: "<p>Oops, aaysa lagta hian ki app bhul gaya hian ki fraction kaisay likhtay hain.<br>\n<br>\naapke answer main denominator number of pieces of cake without mangoes hain. Lekin, Mr. Baker\'s ke explanation se: Denominator total number of equal part jismain cake divided hain wo hain.<br>\n<br>\nCahlo ek bar firse aachay se yaad kartay hian. Apko isski jaryrat badd main padd sakti hain!\302\240</p>"
}
}
translation_mapping {
key: "es"
value {
html: "<p>Ups, parece que has olvidado c\303\263mo escribir una fracci\303\263n.</p>\n\n<p>En tu respuesta, el denominador es el n\303\272mero de piezas sin mangos en ellas. Pero, de la explicaci\303\263n del Sr. Baker, el <strong>denominador</strong> debe ser el <strong>n\303\272mero</strong> <strong>total</strong> de partes iguales en que se divide la torta.</p>\n\n<p>Vamos a tomar un momento para aprender esto de nuevo correctamente. Lo necesitar\303\241s m\303\241s tarde.</p>"
}
}
}
}
interaction {
id: "FractionInput"
answer_groups {
outcome {
dest_state_name: "Final Test A"
feedback {
html: "<p>Correct! You\'re ready to learn more!\302\240<br></p>"
content_id: "feedback_1"
}
labelled_as_correct: true
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 3
denominator: 10
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Practice 10"
feedback {
html: "<p>Oops, read the question carefully!</p><p>6/10 is the fraction of the cake that has any kind of fruits on it. But that\'s not what Mr. Baker is asking for.</p>"
content_id: "feedback_2"
}
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 6
denominator: 10
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Practice 10"
feedback {
html: "<p>Oops, read the question carefully!</p><p>12/21 is the fraction of fruits on the cake that are mangoes. But that\'s not what Mr. Baker is asking for. (He\'s talking about the fraction of the <strong>cake</strong>, not the fraction of the total number of fruits.)</p>"
content_id: "feedback_3"
}
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 12
denominator: 21
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Practice 10"
feedback {
html: "<p>Oops, read the question carefully!</p><p>9/21 is the fraction of fruits on the cake that are red cherries. But that\'s not what Mr. Baker is asking for. (He\'s talking about the fraction of the\302\240<strong>cake</strong>, not the fraction of the total number of fruits. Also, he\'s talking about the mangoes and not the cherries.)<br></p>"
content_id: "feedback_4"
}
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 9
denominator: 21
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Practice 10"
feedback {
html: "<p>Oops, read the question carefully!</p><p>4/10 is the fraction of the cake that has nothing on it. But that\'s not what Mr. Baker is asking for.<br></p>"
content_id: "feedback_5"
}
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 4
denominator: 10
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Recap Writing Fractions"
feedback {
html: "<p>Oops, it looks like you\'ve forgotten how to write a fraction.</p><p>In your answer, the <strong>denominator</strong>\302\240is the number of pieces of cake with mangoes on them. But, from Mr. Baker\'s explanation, the denominator should be the<strong> total number</strong> of equal parts that the cake is divided into.</p><p>Let\'s take a moment to learn that again properly. You\'ll need it later.<br></p>"
content_id: "feedback_6"
}
}
rule_specs {
input {
key: "f"
value {
fraction {
numerator: 7
denominator: 3
}
}
}
rule_type: "IsExactlyEqualTo"
}
}
answer_groups {
outcome {
dest_state_name: "Recap Writing Fractions"
feedback {
html: "<p>Oops, it looks like you\'ve forgotten how to write a fraction.</p><p>In your answer, the\302\240<strong>denominator</strong>\302\240is the number of pieces of cake with no mangoes on them. But, from Mr. Baker\'s explanation, the denominator should be the<strong>\302\240total number</strong>\302\240of equal parts that the cake is divided into.</p><p>Let\'s take a moment to learn that again properly. You\'ll need it later!<br></p>"
content_id: "feedback_7"
}
}
rule_specs {
input {