content-extqa.ts
39.2 KB
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
import { Injectable } from '@angular/core';
import { Qa } from './define-qa';
/*
Generated class for the DataService provider.
See https://angular.io/docs/ts/latest/guide/dependency-injection.html
for more info on providers and Angular 2 DI.
*/
@Injectable()
export class ContentsExtqa {
extqa :Qa[];
constructor() {
this.extqa = this.createExtqa();
}
private createExtqa(): Qa[] {
var qa = [{
menuId: 0,
unitId: 100,
qaId: 0,
questionString: '図で、∠ P と ∠ Q の大きさは{ ? }、また、このようになる法則を{ ? }という',
questionImage: 'q0010000.png',
choicesId: [0,1,2,3],
choicesString: [ '∠ P < ∠ Q、反射の法則','∠ P = ∠ Q、反射の法則','∠ P > ∠ Q、全反射' , '∠ P = ∠ Q、全反射'],
answerId: 1,
answerString: '∠ P = ∠ Q、反射の法則',
answerImage: ''
}, {
menuId: 0,
unitId: 100,
qaId: 1,
questionString: '図で、光は水中を{ ? }のように進む、また、このような光の性質を、光の{ ? }という',
questionImage: 'q0010001.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア、屈折', 'イ、屈折', 'ウ、反射', 'イ、反射'],
answerId: 0,
answerString: 'ア、屈折',
answerImage: ''
}, {
menuId: 0,
unitId: 101,
qaId: 0,
questionString: '鏡にうつって見える小球 P の像は、実像か、それとも虚像か',
questionImage: 'q0010100.png',
choicesId: [0, 1],
choicesString: ['実像', '虚像'],
answerId: 1,
answerString: '虚像',
answerImage: ''
}, {
menuId: 0,
unitId: 102,
qaId: 0,
questionString: '物体をさらにレンズに近づけて、F とレンズの間に置いたとき、できる像は何という像か',
questionImage: 'q0010200.png',
choicesId: [0, 1],
choicesString: ['実像', '虚像'],
answerId: 1,
answerString: '虚像',
answerImage: ''
}, {
menuId: 0,
unitId: 103,
qaId: 0,
questionString: '図のモノコードの弦をはじいたときの音を、オシロスコープで調べると、波形は A のようになった。'
+'<br />弦をはじく強さは変えないで、R を Pに近づけてはじいたときの波形はどのようになるか。',
questionImage: 'q0010300.png',
choicesId: [0, 1, 2],
choicesString: ['①', '②', '③'],
answerId: 1,
answerString: '②',
answerImage: ''
}, {
menuId: 0,
unitId: 103,
qaId: 1,
questionString: '花火が打ち上げられてから 5 秒後にドーンという音が聞こえた。音の速さを 340 m/秒 とすると、花火を打ち上げたところまでの距離は何 m か',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['1700', '680', '1600', '1520'],
answerId: 0,
answerString: '1700',
answerImage: ''
}, {
menuId: 0,
unitId: 104,
qaId: 0,
questionString: '図のように、天井から糸で 200g の球がつり下がっている。球にはたらく重力の大きさはいくらか。ただし、100g の物体にはたらく重力の大きさを 1N とする',
questionImage: 'q0010400.png',
choicesId: [0, 1, 2, 3],
choicesString: ['1N', '2N', '3N', '4N'],
answerId: 1,
answerString: '2N',
answerImage: ''
}, {
menuId: 0,
unitId: 105,
qaId: 0,
questionString: '質量 180g の木片の、面積が 45㎠ の面を下にして机に置いた。木片が机の面におよぼす圧力は何パスカルか',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['180 Pa', '4 Pa', '400 Pa', '8.1 Pa'],
answerId: 2,
answerString: '400 Pa <br />1 Pa = 1N/㎡ で、質量 180g の木片にはたらく重力の大きさは 1.8N 、45㎠ = 0.0045㎡ なので、求める圧力は、1.8 ÷ 0.0045 = 400[Pa]',
answerImage: ''
}, {
menuId: 0,
unitId: 105,
qaId: 1,
questionString: '質量 180g 、体積360㎠ の木片やばねばかり、水などを用意し、実験を行った。'
+'<br />図の A のように、木片に質量 300g のおもりをつけ、図の B のようにおもりだけを水中にいれたところ、ばねばかりの目もりは 4.3 N を示した。このときの浮力の大きさはいくらか',
questionImage: 'q0010501.png',
choicesId: [0, 1, 2, 3],
choicesString: ['3 N', '1.5 N', '2 N', '0.5 N'],
answerId: 3,
answerString: '0.5 N<br />空気中での木片とおもりの重さの合計は、1.8 + 3.0 = 4.8[N] したがって、Bでの浮力の大きさは、4.8 - 4.3 = 0.5[N]',
answerImage: ''
}, {
menuId: 1,
unitId: 100,
qaId: 0,
questionString: '図のように、砂糖、木片、食塩、プラスチック片、金属片をそれぞれ燃焼さじにのせて加熱し、石灰水を入れた集気びんの中で燃えるものはすべて燃やした。'
+'<br />その後、物質をとり出して集気びんをふると、砂糖、木片、プラスチック片の場合は石灰水が白くにごり、食塩、金属片は変化しなかった。'
+'<br />石灰水が白くにごったことから、燃えて何が発生したとわかるか',
questionImage: 'q0110000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['酸素', '水素', '二酸化炭素', 'アンモニア'],
answerId: 2,
answerString: '二酸化炭素',
answerImage: ''
}, {
menuId: 1,
unitId: 100,
qaId: 1,
questionString: 'プラスチックについて正しいものを選べ',
questionImage: 'q0110001.png',
choicesId: [0, 1, 2, 3],
choicesString: ['①', '②', '①、②', '②、③'],
answerId: 2,
answerString: '①、②',
answerImage: ''
}, {
menuId: 1,
unitId: 100,
qaId: 2,
questionString: '金属をみがくと光を受けて輝く性質がある。この性質を何というか',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['金属光沢', '輝度', '屈折', '反射'],
answerId: 0,
answerString: '金属光沢',
answerImage: ''
}, {
menuId: 1,
unitId: 101,
qaId: 0,
questionString: '個体の氷が液体の水や気体の水蒸気にすがたを変えることを何というか',
questionImage: 'q0110100.png',
choicesId: [0, 1, 2],
choicesString: ['沸点', '状態変化', '融解'],
answerId: 1,
answerString: '状態変化',
answerImage: ''
}, {
menuId: 1,
unitId: 101,
qaId: 1,
questionString: '次のア~エから増加しているものを選べ',
questionImage: 'q0110101.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア', 'イ', 'ウ', 'エ'],
answerId: 3,
answerString: 'エ',
answerImage: ''
}, {
menuId: 1,
unitId: 101,
qaId: 2,
questionString: '物質が個体・液体・気体とすがたを変えたとき、その物質が持っている性質は{ ? }',
questionImage: '',
choicesId: [0, 1],
choicesString: ['変化する', '変わらない'],
answerId: 1,
answerString: '変わらない',
answerImage: ''
}, {
menuId: 1,
unitId: 102,
qaId: 0,
questionString: '図の X の物質名と、気体の捕集法の名前を答えよ',
questionImage: 'q0110200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['硫酸、水上置換', '塩酸、水上置換', '塩酸、上方置換', '硫酸、下方置換'],
answerId: 1,
answerString: '塩酸、水上置換',
answerImage: ''
}, {
menuId: 1,
unitId: 102,
qaId: 1,
questionString: '図で発生する Y の気体名と、気体の捕集法の名前を答えよ',
questionImage: 'q0110201.png',
choicesId: [0, 1, 2, 3],
choicesString: ['二酸化炭素、下方置換', '酸素、下方置換', '二酸化炭素、上方置換', '水素、上方置換'],
answerId: 0,
answerString: '二酸化炭素、下方置換',
answerImage: ''
}, {
menuId: 1,
unitId: 103,
qaId: 0,
questionString: '水とエタノールの混合物を図のような装置で加熱した。図2のグラフのアのとき、図1の A にたまる液体に多くふくまれる物質は何か',
questionImage: 'q0110300.png',
choicesId: [0, 1],
choicesString: ['水', 'エタノール'],
answerId: 1,
answerString: 'エタノール',
answerImage: ''
}, {
menuId: 1,
unitId: 104,
qaId: 0,
questionString: '図は、100g の水にとける物質の質量と温度の関係を示したものである。今、70℃ の水 100g に硝酸カリウムをとけるだけとかして水溶液をつくった。'
+'<br />この硝酸カリウム水溶液を 50℃ まで冷やすと、とけきれなくなって結晶として出てくるのは約何g か',
questionImage: 'q0110400.png',
choicesId: [0, 1, 2, 3],
choicesString: ['20', '40', '60', '80'],
answerId: 2,
answerString: '60',
answerImage: ''
}, {
menuId: 1,
unitId: 105,
qaId: 0,
questionString: '水に食塩を完全にとかして食塩水をつくった。A の食塩水にさらに 60g の水を加えると、食塩水の濃度は何%になるか',
questionImage: 'q0110500.png',
choicesId: [0, 1, 2, 3],
choicesString: ['25 %', '12.5 %', '17.5 %', '8.5 %'],
answerId: 1,
answerString: '12.5 %',
answerImage: ''
}, {
menuId: 1,
unitId: 105,
qaId: 1,
questionString: '水に食塩を完全にとかして食塩水をつくった。B の食塩水の濃度は何%か。小数第1位を四捨五入して求めよ',
questionImage: 'q0110501.png',
choicesId: [0, 1, 2, 3],
choicesString: ['14 %', '16 %', '12 %', '17 %'],
answerId: 3,
answerString: '17 %',
answerImage: ''
}, {
menuId: 2,
unitId: 100,
qaId: 0,
questionString: '図のように乾電池、スイッチ、豆電球、電流計をつないだ回路がある。スイッチを入れたところ、電流計の針は図3のようにさし示した。'
+'<br />このとき、回路に流れた電流の強さは何 A か。ただし、-端子は 5A につないであるものとする',
questionImage: 'q0210000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['40 A', '35 A', '3.5 A', '2 A'],
answerId: 2,
answerString: '3.5 A',
answerImage: ''
}, {
menuId: 2,
unitId: 101,
qaId: 0,
questionString: '図のような回路がある。スイッチを入れたとき、電熱線 a には 3A の電流が流れ、電熱線 b の両端には 6V の電圧が加わった。'
+'<br />電熱線 b に流れる電流の強さは{ ? }、電熱線 a に加わる電圧の大きさは{ ? }',
questionImage: 'q0210100.png',
choicesId: [0, 1, 2, 3],
choicesString: ['3 A、3 V', '9 A、6 V', '3 A、6 V', '3 A、9 V'],
answerId: 0,
answerString: '3 A、3 V',
answerImage: ''
}, {
menuId: 2,
unitId: 102,
qaId: 0,
questionString: '図のような回路がある。スイッチを入れたとき、電熱線 a に 2A の電流が流れ、回路の P 点 には 5 A の電流が流れた。'
+'<br />電熱線a と電熱線b の抵抗の大きさは、それぞれ何Ωか',
questionImage: 'q0210200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['電熱線a:8Ω、電熱線b:4Ω', '電熱線a:6Ω、電熱線b:4Ω', '電熱線a:4Ω、電熱線b:6Ω', '電熱線a:4Ω、電熱線b:8Ω'],
answerId: 1,
answerString: '電熱線a:6Ω、電熱線b:4Ω',
answerImage: ''
}, {
menuId: 2,
unitId: 103,
qaId: 0,
questionString: '2本の電熱線 P , Q について、加えた電圧の大きさと流れた電流の強さの関係を調べたら、グラフのようになった。'
+'<br />電熱線 P , Q の抵抗の大きさはそれぞれ何Ωか',
questionImage: 'q0210300.png',
choicesId: [0, 1, 2, 3],
choicesString: ['電熱線P:20Ω、電熱線Q:40Ω', '電熱線P:40Ω、電熱線Q:40Ω', '電熱線P:20Ω、電熱線Q:80Ω', '電熱線P:60Ω、電熱線Q:40Ω'],
answerId: 0,
answerString: '電熱線P:20Ω、電熱線Q:40Ω',
answerImage: ''
}, {
menuId: 2,
unitId: 104,
qaId: 0,
questionString: '図のように、200gの水の中に電熱線を入れて、回路に 5 V の電圧を加えると、電流計は 1.2 A を示した。5 分間に電熱線から出た熱量はいくらか',
questionImage: 'q0210400.png',
choicesId: [0, 1, 2, 3],
choicesString: ['1200 J', '1800 J', '30 J', '300 J'],
answerId: 1,
answerString: '1800 J',
answerImage: ''
}, {
menuId: 2,
unitId: 105,
qaId: 0,
questionString: '図1のように、プラスチックのストロー2本をまとめてティッシュペーパーでこすった。'
+'<br />次に、図2のように、ストローの1本を糸でつるし、その右端に手前からもう1本のストローやティッシュペーパーを近づけたとき、'
+'つるしたストローが離れるように動くのは、ストローとティッシュペーパーのどちらを近づけたときか',
questionImage: 'q0210500.png',
choicesId: [0, 1],
choicesString: ['ストロー', 'ティッシュペーパー'],
answerId: 0,
answerString: 'ストロー',
answerImage: ''
}, {
menuId: 2,
unitId: 105,
qaId: 1,
questionString: '図のような放電管のア、イの電極に、高電圧をかけたところ、回転車が図の矢印のように回転した。+極はア、イのどちらか',
questionImage: 'q0210501.png',
choicesId: [0, 1],
choicesString: ['ア', 'イ'],
answerId: 1,
answerString: 'イ',
answerImage: ''
}, {
menuId: 3,
unitId: 100,
qaId: 0,
questionString: '図は、棒磁石とそのまわりにできる磁界のようすを磁力線で示したものである。ただし磁界の向きは示していない。'
+'<br />A の位置に磁針を置くとどのようになるか。ア~エから1つ選べ',
questionImage: 'q0310000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア', 'イ', 'ウ', 'エ'],
answerId: 0,
answerString: 'ア',
answerImage: ''
}, {
menuId: 3,
unitId: 100,
qaId: 1,
questionString: '2本の棒磁石の磁極を図の A、B のように、近づけて置いた。磁極の間に引き合う力がはたらいているのはどちらか',
questionImage: 'q0310001.png',
choicesId: [0, 1],
choicesString: ['A', 'B'],
answerId: 0,
answerString: 'A',
answerImage: ''
}, {
menuId: 3,
unitId: 101,
qaId: 0,
questionString: '図は、棒磁石とそのまわりにできる磁界のようすを磁力線で示したものである。ただし磁界の向きは示していない。'
+'<br />A の位置に磁針を置くとどのようになるか。ア~エから1つ選べ',
questionImage: 'q0310000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア', 'イ', 'ウ', 'エ'],
answerId: 0,
answerString: 'ア',
answerImage: ''
}, {
menuId: 3,
unitId: 102,
qaId: 0,
questionString: '図は、コイルに電流を流して、まわりにできる磁界のようすを調べようとしたものである。コイルの内側と外側では、磁界の向きは同じか、逆か',
questionImage: 'q0310200.png',
choicesId: [0, 1],
choicesString: ['同じ', '逆'],
answerId: 1,
answerString: '逆',
answerImage: ''
}, {
menuId: 3,
unitId: 103,
qaId: 0,
questionString: '図のような装置で、スイッチを入れて導線に電流を流した。'
+'<br />このとき、磁石の N 極と S 極の間にある導線は、ア~エのどの向きにふれるか',
questionImage: 'q0310300.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア', 'イ', 'ウ', 'エ'],
answerId: 0,
answerString: 'ア',
answerImage: ''
}, {
menuId: 3,
unitId: 104,
qaId: 0,
questionString: '図のように、コイルに棒磁石の N 極をさしこんだら、検流計の針が-極側にふれた。'
+'<br />棒磁石のN極をコイルに差し込んだままにして止めたとき、検流計の針は+極側と-極側のどちら側にふれるか。それとも、針はふれないか',
questionImage: 'q0310400.png',
choicesId: [0, 1, 2],
choicesString: ['+極側', '-極側', 'ふれない'],
answerId: 2,
answerString: 'ふれない',
answerImage: ''
}, {
menuId: 3,
unitId: 105,
qaId: 0,
questionString: 'オシロスコープで電流の表示が波形となるのは、直流、交流のどちらか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['直流', '交流'],
answerId: 1,
answerString: '交流',
answerImage: ''
}, {
menuId: 3,
unitId: 105,
qaId: 1,
questionString: '発光ダイオードを用いて回路をつくり、点灯させ、暗い部屋で左右に振ったとき、図のように点線状に見えた。このとき用いた電流は、直流、交流のどちらか',
questionImage: 'q0310501.png',
choicesId: [0, 1],
choicesString: ['直流', '交流'],
answerId: 1,
answerString: '交流',
answerImage: ''
}, {
menuId: 3,
unitId: 105,
qaId: 2,
questionString: '変圧器を用いて簡単に電圧を変えることができる電流は、直流、交流のどちらか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['直流', '交流'],
answerId: 1,
answerString: '交流',
answerImage: ''
}, {
menuId: 4,
unitId: 100,
qaId: 0,
questionString: '図のような装置で、炭酸水素ナトリウムを加熱した。試験管 B の石灰水はどのような変化をするか。また、試験管 A に白色の固体が残るが、この物質は何か',
questionImage: 'q0410000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['白くにごる、炭酸ナトリウム', '白くにごる、塩化ナトリウム', '変化しない、炭素', '変化しない、炭酸ナトリウム'],
answerId: 0,
answerString: '白くにごる、炭酸ナトリウム',
answerImage: ''
}, {
menuId: 4,
unitId: 101,
qaId: 0,
questionString: '図のような装置で、酸化銀を加熱した。実験後、試験管 A に残る物質は何か。また、試験管 B に集まる気体は何か',
questionImage: 'q0410100.png',
choicesId: [0, 1, 2, 3],
choicesString: ['銀、二酸化炭素', '炭素、酸素', '銀、酸素', '炭素、酸素'],
answerId: 2,
answerString: '銀、酸素',
answerImage: ''
}, {
menuId: 4,
unitId: 102,
qaId: 0,
questionString: '図のような装置で、水に少量の水酸化ナトリウムを加えて、電流を流したところ、A、B の気体が集まった。集まった気体 A、B はそれぞれ何か',
questionImage: 'q0410200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['酸素、二酸化炭素', '酸素、水素', '二酸化炭素、水素', '水素、酸素'],
answerId: 3,
answerString: '水素、酸素',
answerImage: ''
}, {
menuId: 4,
unitId: 103,
qaId: 0,
questionString: '原子の性質について述べた3つの文で、誤っているものはどれか',
questionImage: 'q0410300.png',
choicesId: [0, 1, 2],
choicesString: ['ア', 'イ', 'ウ'],
answerId: 1,
answerString: 'イ',
answerImage: ''
}, {
menuId: 4,
unitId: 103,
qaId: 1,
questionString: '次の原子を、それぞれ原子の記号で表せ。'
+'<br />塩素{ ? } 硫黄{ ? } 銅{ ? } 銀{ ? }',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['C、I、Cu、Ag', 'Cl、Ag、Cu、S', 'Cl、S、Cu、Ag', 'Cu、S、Cl、Au'],
answerId: 2,
answerString: 'Cl、S、Cu、Ag',
answerImage: ''
}, {
menuId: 4,
unitId: 104,
qaId: 0,
questionString: '鉄と硫黄の粉末をよく混ぜ合わせ、アルミニウムはくで包んだものを2つ用意した。図のように A は一端を加熱し、反応が始まったら砂を入れた皿の上に置いた。B はそのままにした。'
+'<br />A、B のアルミニウムはくの中の物質をそれぞれ一部とって試験管に入れ、うすい塩酸を加えたとき、卵のくさったようなにおいがするのは A、B のどちらか',
questionImage: 'q0410400.png',
choicesId: [0, 1],
choicesString: ['A', 'B'],
answerId: 0,
answerString: 'A',
answerImage: ''
}, {
menuId: 4,
unitId: 105,
qaId: 0,
questionString: '次の化学変化を化学反応式で書け。'
+'<br />鉄と硫黄を混ぜて加熱したときの変化',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['Fe + S → FeS', 'Cu + S → CuS', '2Fe + S → 2FeS', 'Fe + 2S → FeS₂'],
answerId: 0,
answerString: 'Fe + S → FeS',
answerImage: ''
}, {
menuId: 4,
unitId: 105,
qaId: 1,
questionString: '次の化学変化を化学反応式で書け。'
+'<br />炭酸水素ナトリウムを加熱したときの変化',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['NaHCO₃ → Na₂CO₃ + CO₂ + H₂O', '2NaHCO₃ → Na₂CO₃ + CO₂ + 2H₂O', '2NaHCO₃ → Na₂CO₃ + CO₂ + H₂O', 'NaHCO₃ → Na₂CO₃ + 2CO₂ + H₂O'],
answerId: 2,
answerString: '2NaHCO₃ → Na₂CO₃ + CO₂ + H₂O',
answerImage: ''
}, {
menuId: 5,
unitId: 100,
qaId: 0,
questionString: '図のように銅の粉末 0.8g をステンレスの皿に入れて加熱し、冷えてから質量を測定した。これを何回かくり返したところ,図2のようなグラフになった。銅の粉末 0.8g と化合した酸素の質量は 何g か',
questionImage: 'q0510000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['3.0 g', '0.3 g', '1.0 g', '0.2 g'],
answerId: 3,
answerString: '0.2 g',
answerImage: ''
}, {
menuId: 5,
unitId: 101,
qaId: 0,
questionString: '図のように酸化銅の粉末と木炭の粉末を混ぜて加熱した。この実験について次のように表すとき、①、②にあてはまる物質名は何か'
+'<br />( ① ) + 炭素 → ( ② ) + 二酸化炭素',
questionImage: 'q0510100.png',
choicesId: [0, 1, 2, 3],
choicesString: ['①銅、②酸化銅', '①酸化銅、②銅', '①鉄、②銅', '①鉄、②酸化鉄'],
answerId: 1,
answerString: '①酸化銅、②銅',
answerImage: ''
}, {
menuId: 5,
unitId: 102,
qaId: 0,
questionString: '図の実験 A ~ C を行い、反応の前後で全体の質量を測定した。化学変化の前後で質量が増えるのは{ ? }、化学変化の前後で質量が変わらないのは{ ? }',
questionImage: 'q0510200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['A、B', 'B、A', 'A、C', 'B、C'],
answerId: 3,
answerString: 'B、C',
answerImage: ''
}, {
menuId: 5,
unitId: 103,
qaId: 0,
questionString: '銅の粉末とマグネシウムの粉末をそれぞれ質量を変えてはかりとり、ステンレスの皿にのせて加熱した。よく冷えてから質量をはかり,また加熱した。これをくり返し,金属の質量とできる酸化物の質量の関係を調べたら,図のグラフを得た。'
+'<br />酸素 1g と化合する、銅とマグネシウムの質量はそれぞれ何g か',
questionImage: 'q0510300.png',
choicesId: [0, 1, 2, 3],
choicesString: ['銅:4.0 g、マグネシウム:1.5 g', '銅:3.5 g、マグネシウム:1.0 g', '銅:4.0 g、マグネシウム:2.0 g', '銅:5.0 g、マグネシウム:1.5 g'],
answerId: 0,
answerString: '銅:4.0 g、マグネシウム:1.5 g',
answerImage: ''
}, {
menuId: 5,
unitId: 104,
qaId: 0,
questionString: 'うすい塩酸 20 c㎥ を入れた三角フラスコに、0.2 g の亜鉛を入れて、発生した気体を集め、その体積をはかった。亜鉛の質量を 0.4 g、0.6 g、0.8 g、1.0 g、1.2 g にして、それぞれ同様の実験を行ったところ、図のようなグラフを得た。'
+'<br />この実験で用いたうすい塩酸 10 c㎥ に 0.6g の亜鉛を加えたとき、発生する気体の体積は何c㎥か',
questionImage: 'q0510400.png',
choicesId: [0, 1, 2, 3],
choicesString: ['100 c㎥', '150 c㎥', '250 c㎥', '300 c㎥'],
answerId: 1,
answerString: '150 c㎥',
answerImage: ''
}, {
menuId: 5,
unitId: 105,
qaId: 0,
questionString: 'ア~ウのうち、発熱反応は{ ? }、吸熱反応は{ ? }',
questionImage: 'q0510500.png',
choicesId: [0, 1, 2, 3],
choicesString: ['発熱反応:ア、吸熱反応:イ・ウ', '発熱反応:ウ、吸熱反応:イ', '発熱反応:ア、吸熱反応:ウ', '発熱反応:ア・ウ、吸熱反応:イ'],
answerId: 3,
answerString: '発熱反応:ア・ウ、吸熱反応:イ',
answerImage: ''
}, {
menuId: 6,
unitId: 100,
qaId: 0,
questionString: 'タンポポの花をルーペで観察するとき、動かすのはタンポポの花とルーペのどちらか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['タンポポの花', 'ルーペ'],
answerId: 0,
answerString: 'タンポポの花',
answerImage: ''
}, {
menuId: 6,
unitId: 100,
qaId: 1,
questionString: 'タンポポの花で、めしべと子房はどれか。それぞれア~オから選べ',
questionImage: 'q0610001.png',
choicesId: [0, 1, 2, 3],
choicesString: ['めしべ:ア、子房:イ', 'めしべ:イ、子房:エ', 'めしべ:ア、子房:オ', 'めしべ:イ、子房:オ'],
answerId: 3,
answerString: 'めしべ:イ、子房:オ',
answerImage: ''
}, {
menuId: 6,
unitId: 101,
qaId: 0,
questionString: '図の A~E から、植物の特徴をもつ生物をすべて選べ',
questionImage: 'q0610100.png',
choicesId: [0, 1, 2, 3],
choicesString: ['B、D、E', 'B、E', 'A、D、E', 'B、D'],
answerId: 0,
answerString: 'B、D、E',
answerImage: ''
}, {
menuId: 6,
unitId: 101,
qaId: 1,
questionString: 'アには 10×、イには 40 と示されていた。このときの顕微鏡の倍率はいくらか',
questionImage: 'q0610101.png',
choicesId: [0, 1, 2, 3],
choicesString: ['100 倍', '400 倍', '40 倍', '10 倍'],
answerId: 1,
answerString: '400 倍',
answerImage: ''
}, {
menuId: 6,
unitId: 101,
qaId: 2,
questionString: '顕微鏡の倍率を高くすると、視野の広さと明るさはそれぞれどうなるか',
questionImage: '',
choicesId: [0, 1, 2, 3],
choicesString: ['広さ:せまくなる、明るさ:明るくなる', '広さ:広くなる、明るさ:暗くなる', '広さ:せまくなる、明るさ:暗くなる', '広さ:広くなる、明るさ:明るくなる'],
answerId: 2,
answerString: '広さ:せまくなる、明るさ:暗くなる',
answerImage: ''
}, {
menuId: 6,
unitId: 101,
qaId: 3,
questionString: '顕微鏡のピントを合わせるとき、対物レンズとプレパラートの距離はどうするか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['遠ざけていく', '近づけていく'],
answerId: 0,
answerString: '遠ざけていく',
answerImage: ''
}, {
menuId: 6,
unitId: 102,
qaId: 0,
questionString: '図はサクラの花のつくりを表している。ア~エで、めしべとおしべはそれぞれどれか',
questionImage: 'q0610200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['めしべ:ウ、おしべ:ア', 'めしべ:エ、おしべ:ア', 'めしべ:エ、おしべ:イ', 'めしべ:ア、おしべ:エ'],
answerId: 1,
answerString: 'めしべ:エ、おしべ:ア',
answerImage: ''
}, {
menuId: 6,
unitId: 102,
qaId: 1,
questionString: '図はマツの花のつくりを表している。C は何か',
questionImage: 'q0610201.png',
choicesId: [0, 1, 2, 3],
choicesString: ['めしべ', '子房', 'おしべ', '胚珠'],
answerId: 3,
answerString: '胚珠',
answerImage: ''
}, {
menuId: 6,
unitId: 103,
qaId: 0,
questionString: '図は被子植物の根のつくりを表したものである。A~C で主根はどれか',
questionImage: 'q0610300.png',
choicesId: [0, 1, 2],
choicesString: ['A', 'B', 'C'],
answerId: 2,
answerString: 'C',
answerImage: ''
}, {
menuId: 6,
unitId: 103,
qaId: 1,
questionString: '被子植物の葉の裏側には気孔が多くある。気孔の開閉によって調節されるのは、次のうちのどれか',
questionImage: '',
choicesId: [0, 1, 2],
choicesString: ['呼吸する量', '光合成する量', '蒸散する量'],
answerId: 2,
answerString: '蒸散する量',
answerImage: ''
}, {
menuId: 6,
unitId: 104,
qaId: 0,
questionString: '一晩暗いところに置いたはち植えのアサガオの1枚の葉の一部を図の①のようにアルミニウムはくでおおい、十分に日光を当て、②~④のように処理した。'
+'④の葉で、青紫色に変化するのはア~ウのうちどれか',
questionImage: 'q0610400.png',
choicesId: [0, 1, 2],
choicesString: ['ア', 'イ', 'ウ'],
answerId: 2,
answerString: 'ウ',
answerImage: ''
}, {
menuId: 6,
unitId: 104,
qaId: 1,
questionString: '植物が1日中行っていて、酸素を取り入れ、二酸化炭素を出すはたらきを何というか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['呼吸', '光合成'],
answerId: 0,
answerString: '呼吸',
answerImage: ''
}, {
menuId: 6,
unitId: 105,
qaId: 0,
questionString: '8種類の植物のうち、裸子植物はどれか。すべて選べ',
questionImage: 'q0610500.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ゼニゴケ', 'ゼニゴケ、ワラビ', 'イチョウ、ソテツ', 'イチョウ、ワラビ'],
answerId: 2,
answerString: 'イチョウ、ソテツ',
answerImage: ''
}, {
menuId: 6,
unitId: 105,
qaId: 1,
questionString: '8種類の植物のうち、種子をつくらずに胞子でなかまをふやす植物で、根・茎・葉の区別がある植物はどれか',
questionImage: 'q0610501.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ゼニゴケ', 'ワラビ', 'ソテツ', 'ササ'],
answerId: 1,
answerString: 'ワラビ',
answerImage: ''
}, {
menuId: 7,
unitId: 100,
qaId: 0,
questionString: '図は、れき・砂・泥が混ざった土砂が流れこむ、ある河口近くの海岸のようすを断面図で表したものである。'
+'<br />ア~ウの層をつくっている堆積物の粒の大きい順にア~ウの記号を並べよ',
questionImage: 'q0710000.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア→イ→ウ', 'ウ→イ→ア', 'ア→ウ→イ', 'ウ→ア→イ'],
answerId: 0,
answerString: 'ア→イ→ウ',
answerImage: ''
}, {
menuId: 7,
unitId: 101,
qaId: 0,
questionString: '泥岩は、おもに何が堆積してできた岩石か',
questionImage: '',
choicesId: [0, 1, 2],
choicesString: ['砂', 'れき', '泥'],
answerId: 2,
answerString: '泥',
answerImage: ''
}, {
menuId: 7,
unitId: 101,
qaId: 1,
questionString: '図は、ある土地のボーリング資料をもとに、地層の重なりのようすを柱状図で表したものである。'
+'<br />地層の重なり方から考えて、このあたりの土地の海岸からの距離はどう変化したといえるか',
questionImage: 'q0710101.png',
choicesId: [0, 1, 2],
choicesString: ['海岸から次第に遠くなった', '海岸から次第に近くなった', 'ほとんど変わっていない'],
answerId: 0,
answerString: '海岸から次第に遠くなった',
answerImage: ''
}, {
menuId: 7,
unitId: 102,
qaId: 0,
questionString: '図は、火山のしくみを表したものである。'
+'<br />A は地下の高温の液体状のものである。また、B は A が火口から噴出して流れたものである。A、B をそれぞれ何というか',
questionImage: 'q0710200.png',
choicesId: [0, 1, 2, 3],
choicesString: ['A:溶岩、B:マグマ', 'A:火山ガス、B:マグマ', 'A:マグマ、B:溶岩'],
answerId: 2,
answerString: 'A:マグマ、B:溶岩',
answerImage: ''
}, {
menuId: 7,
unitId: 103,
qaId: 0,
questionString: '図は、2種類の火成岩のつくりを示したものである。'
+'<br />図1、図2は深成岩・火山岩のどちらか',
questionImage: 'q0710300.png',
choicesId: [0, 1],
choicesString: ['図1:深成岩、図2:火山岩', 'A:火山岩、B:深成岩'],
answerId: 0,
answerString: 'A:深成岩、B:火山岩',
answerImage: ''
}, {
menuId: 7,
unitId: 103,
qaId: 1,
questionString: '次のア~カの鉱物の中で、有色鉱物はどれか',
questionImage: 'q0710301.png',
choicesId: [0, 1, 2, 3],
choicesString: ['ア、ウ、カ', 'ア、イ、エ、カ', 'ウ、カ', 'ア、ウ、エ、カ'],
answerId: 3,
answerString: 'ア、ウ、エ、カ',
answerImage: ''
}, {
menuId: 7,
unitId: 104,
qaId: 0,
questionString: 'グラフは、ある地震の波について、震源からの距離と地震の波の到着時刻の関係を示したものである。グラフ A で表される波の伝わる速さは、毎秒何kmか',
questionImage: 'q0710400.png',
choicesId: [0, 1, 2, 3],
choicesString: ['4 km', '8 km', '12 km', '16 km'],
answerId: 1,
answerString: '8 km',
answerImage: ''
}, {
menuId: 7,
unitId: 104,
qaId: 1,
questionString: '地震ではマグニチュードが大きいほど、何が大きくなるのか',
questionImage: '',
choicesId: [0, 1],
choicesString: ['地震の規模', '揺れの大きさ'],
answerId: 0,
answerString: '地震の規模',
answerImage: ''
}, {
menuId: 7,
unitId: 105,
qaId: 0,
questionString: '図のように、地層に大きな力がはたらき、ある面を境にして地層がくいちがう変動を何というか',
questionImage: 'q0710500.png',
choicesId: [0, 1],
choicesString: ['断層', 'しゅう曲'],
answerId: 0,
answerString: '断層',
answerImage: ''
}, {
menuId: 7,
unitId: 105,
qaId: 1,
questionString: '図のように、地層に大きな力がはたらき、地層がおし曲げられる変動を何というか',
questionImage: 'q0710501.png',
choicesId: [0, 1],
choicesString: ['断層', 'しゅう曲'],
answerId: 1,
answerString: 'しゅう曲',
answerImage: ''
}, {
menuId: 7,
unitId: 105,
qaId: 2,
questionString: '大きな地震によってつくられる土地の変化として適当なものを、ア~ウから1つ選べ',
questionImage: 'q0710502.png',
choicesId: [0, 1, 2],
choicesString: ['ア', 'イ', 'ウ'],
answerId: 0,
answerString: 'ア',
answerImage: ''
}];
return qa;
}
}