-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathtestpage.html
795 lines (738 loc) · 44.7 KB
/
testpage.html
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
<!DOCTYPE html>
<html>
<head>
<title>FDTY</title>
<meta charset="utf8">
</head>
<body>
<h1>
FDTY 测试
</h1>
<div>
使用方法:直接在本页面上运行fdty代码,可用来测试匹配、自动勾选
</div>
<input name="sel" type="hidden" id="sel"> <input type="hidden" value="0" name="timeout"><br>
<div id="Panel3">
<font class="fonttitle">判断题
(基础题每题2分,共25题,专项题每题2分,共20题)
<br>
</font>
1
.
膳食中过多的糖和蛋白质可以转化为脂肪。
<table id="repVer_rbtn_ver_0" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_0_0_0">错</label><input id="repVer_rbtn_ver_0_0_0" type="radio" name="repVer$ctl01$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_0_1_0">对</label><input id="repVer_rbtn_ver_0_1_0" type="radio" name="repVer$ctl01$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
2
.
在功能方面,微量营养素和三大营养素相比,并不重要。
<table id="repVer_rbtn_ver_1" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_1_0_1">不正确</label><input id="repVer_rbtn_ver_1_0_1"
type="radio"
name="repVer$ctl02$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_1_1_1">正确</label><input id="repVer_rbtn_ver_1_1_1"
type="radio"
name="repVer$ctl02$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
3
.
烹调蔬菜可以使大多数的维生素保留。
<table id="repVer_rbtn_ver_2" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_2_0_2">不正确</label><input id="repVer_rbtn_ver_2_0_2"
type="radio"
name="repVer$ctl03$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_2_1_2">正确</label><input id="repVer_rbtn_ver_2_1_2"
type="radio"
name="repVer$ctl03$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
4
.
一般来说,低强度的运动,利用脂肪作为能源的比例较高。
<table id="repVer_rbtn_ver_3" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_3_0_3">对</label><input id="repVer_rbtn_ver_3_0_3"
type="radio"
name="repVer$ctl04$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_3_1_3">错</label><input id="repVer_rbtn_ver_3_1_3"
type="radio"
name="repVer$ctl04$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
5
.
只要坚持体育锻炼就能达到理想的体重和体脂比例。
<table id="repVer_rbtn_ver_4" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_4_0_4">错</label><input id="repVer_rbtn_ver_4_0_4"
type="radio"
name="repVer$ctl05$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_4_1_4">对</label><input id="repVer_rbtn_ver_4_1_4"
type="radio"
name="repVer$ctl05$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
6
.
一般认为低密度胆固醇对身体有益,而高密度胆固醇对身体有害。
<table id="repVer_rbtn_ver_5" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_5_0_5">正确</label><input id="repVer_rbtn_ver_5_0_5"
type="radio"
name="repVer$ctl06$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_5_1_5">不正确</label><input id="repVer_rbtn_ver_5_1_5"
type="radio"
name="repVer$ctl06$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
7
.
单纯的节食或禁食只是使脂肪组织丢失。
<table id="repVer_rbtn_ver_6" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_6_0_6">对</label><input id="repVer_rbtn_ver_6_0_6"
type="radio"
name="repVer$ctl07$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_6_1_6">错</label><input id="repVer_rbtn_ver_6_1_6"
type="radio"
name="repVer$ctl07$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
8
.
营养缺乏或过剩,都将影响人体的生长发育,降低免疫功能。
<table id="repVer_rbtn_ver_7" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_7_0_7">对</label><input id="repVer_rbtn_ver_7_0_7" type="radio" name="repVer$ctl08$rbtn_ver" value="1"></td><td><label for="repVer_rbtn_ver_7_1_7">错</label><input id="repVer_rbtn_ver_7_1_7" type="radio" name="repVer$ctl08$rbtn_ver" value="0"></td>
</tr>
</tbody></table>
9
.
植物纤维可控制糖尿病患者血糖浓度的升高。
<table id="repVer_rbtn_ver_8" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_8_0_8">正确</label><input id="repVer_rbtn_ver_8_0_8"
type="radio"
name="repVer$ctl09$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_8_1_8">不正确</label><input id="repVer_rbtn_ver_8_1_8"
type="radio"
name="repVer$ctl09$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
10
.
一克脂肪产生的能量大于一克糖产生的能量。
<table id="repVer_rbtn_ver_9" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_9_0_9">对</label><input id="repVer_rbtn_ver_9_0_9"
type="radio"
name="repVer$ctl10$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_9_1_9">错</label><input id="repVer_rbtn_ver_9_1_9"
type="radio"
name="repVer$ctl10$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
11
.
无氧运动可以较好的降低全身脂肪比例。
<table id="repVer_rbtn_ver_10" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_10_0_10">正确</label><input id="repVer_rbtn_ver_10_0_10"
type="radio"
name="repVer$ctl11$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_10_1_10">不正确</label><input id="repVer_rbtn_ver_10_1_10"
type="radio"
name="repVer$ctl11$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
12
.
高密度脂蛋白的含量增加与心血管疾病的发病率呈正相关。
<table id="repVer_rbtn_ver_11" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_11_0_11">对</label><input id="repVer_rbtn_ver_11_0_11"
type="radio"
name="repVer$ctl12$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_11_1_11">错</label><input id="repVer_rbtn_ver_11_1_11"
type="radio"
name="repVer$ctl12$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
13
.
微量营养素包括维生素和无机盐。
<table id="repVer_rbtn_ver_12" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_12_0_12">错</label><input id="repVer_rbtn_ver_12_0_12"
type="radio"
name="repVer$ctl13$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_12_1_12">对</label><input id="repVer_rbtn_ver_12_1_12"
type="radio"
name="repVer$ctl13$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
14
.
胆固醇是构成细胞和某些激素(如男、女性激素)的成分。
<table id="repVer_rbtn_ver_13" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_13_0_13">对</label><input id="repVer_rbtn_ver_13_0_13" type="radio" name="repVer$ctl14$rbtn_ver" value="1"></td><td><label for="repVer_rbtn_ver_13_1_13">错</label><input id="repVer_rbtn_ver_13_1_13" type="radio" name="repVer$ctl14$rbtn_ver" value="0"></td>
</tr>
</tbody></table>
15
.
存在于食物中、为健康身体所需要的物质称为营养素。
<table id="repVer_rbtn_ver_14" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_14_0_14">不正确</label><input id="repVer_rbtn_ver_14_0_14" type="radio" name="repVer$ctl15$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_14_1_14">正确</label><input id="repVer_rbtn_ver_14_1_14" type="radio" name="repVer$ctl15$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
16
.
吃饭时不要饮茶,因为饮茶影响铁的吸收。
<table id="repVer_rbtn_ver_15" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_15_0_15">对</label><input id="repVer_rbtn_ver_15_0_15"
type="radio"
name="repVer$ctl16$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_15_1_15">错</label><input id="repVer_rbtn_ver_15_1_15"
type="radio"
name="repVer$ctl16$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
17
.
营养缺乏或过剩,并不影响人体的生长发育,降低免疫功能。
<table id="repVer_rbtn_ver_16" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_16_0_16">错</label><input id="repVer_rbtn_ver_16_0_16" type="radio" name="repVer$ctl17$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_16_1_16">对</label><input id="repVer_rbtn_ver_16_1_16" type="radio" name="repVer$ctl17$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
18
.
糖是体育活动中最重要的能量来源。
<table id="repVer_rbtn_ver_17" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_17_0_17">不正确</label><input id="repVer_rbtn_ver_17_0_17"
type="radio"
name="repVer$ctl18$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_17_1_17">正确</label><input id="repVer_rbtn_ver_17_1_17"
type="radio"
name="repVer$ctl18$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
19
.
在中枢神经系统中葡萄糖是能量的唯一来源。
<table id="repVer_rbtn_ver_18" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_18_0_18">错</label><input id="repVer_rbtn_ver_18_0_18"
type="radio"
name="repVer$ctl19$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_18_1_18">对</label><input id="repVer_rbtn_ver_18_1_18"
type="radio"
name="repVer$ctl19$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
20
.
合理的营养意味着机体能够摄入保持身体健康所必须的所有营养成分。
<table id="repVer_rbtn_ver_19" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_19_0_19">错</label><input id="repVer_rbtn_ver_19_0_19" type="radio" name="repVer$ctl20$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_19_1_19">对</label><input id="repVer_rbtn_ver_19_1_19" type="radio" name="repVer$ctl20$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
21
.
通过调整饮食结构就可以达到理想的体重和体脂比例。
<table id="repVer_rbtn_ver_20" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_20_0_20">不正确</label><input id="repVer_rbtn_ver_20_0_20"
type="radio"
name="repVer$ctl21$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_20_1_20">正确</label><input id="repVer_rbtn_ver_20_1_20"
type="radio"
name="repVer$ctl21$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
22
.
维生素存在于几乎所有的食物中,平衡膳食可供给所有的必须维生素。
<table id="repVer_rbtn_ver_21" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_21_0_21">错</label><input id="repVer_rbtn_ver_21_0_21"
type="radio"
name="repVer$ctl22$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_21_1_21">对</label><input id="repVer_rbtn_ver_21_1_21"
type="radio"
name="repVer$ctl22$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
23
.
葡萄糖是唯一能够被机体直接利用的糖分子。
<table id="repVer_rbtn_ver_22" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_22_0_22">对</label><input id="repVer_rbtn_ver_22_0_22"
type="radio"
name="repVer$ctl23$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_22_1_22">错</label><input id="repVer_rbtn_ver_22_1_22"
type="radio"
name="repVer$ctl23$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
24
.
在力量练习后,必须补充额外的蛋白质才能促进肌肉生长和强壮。
<table id="repVer_rbtn_ver_23" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_23_0_23">正确</label><input id="repVer_rbtn_ver_23_0_23"
type="radio"
name="repVer$ctl24$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_23_1_23">不正确</label><input id="repVer_rbtn_ver_23_1_23"
type="radio"
name="repVer$ctl24$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
25
.
许多高热量、高糖的食物和心血管疾病、癌症的发生没有关系。
<table id="repVer_rbtn_ver_24" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_24_0_24">错</label><input id="repVer_rbtn_ver_24_0_24" type="radio" name="repVer$ctl25$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_24_1_24">对</label><input id="repVer_rbtn_ver_24_1_24" type="radio" name="repVer$ctl25$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
26
.
1991年在北京举行了第1届国际武术邀请赛。
<table id="repVer_rbtn_ver_25" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_25_0_25">不正确</label><input id="repVer_rbtn_ver_25_0_25" type="radio" name="repVer$ctl26$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_25_1_25">正确</label><input id="repVer_rbtn_ver_25_1_25" type="radio" name="repVer$ctl26$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
27
.
刀以劈砍为主,“刀之利,利在砍”,另外还有撩、刺、截、拦、崩、斩、抹、带、缠裹等刀法。
<table id="repVer_rbtn_ver_26" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_26_0_26">不正确</label><input id="repVer_rbtn_ver_26_0_26"
type="radio"
name="repVer$ctl27$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_26_1_26">正确</label><input id="repVer_rbtn_ver_26_1_26"
type="radio"
name="repVer$ctl27$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
28
.
乘坐出租车要选正规公司的车,勿坐黑车,记车牌号码,并自然的让驾驶员知道你已把所乘车的信息告知了家人或朋友。
<table id="repVer_rbtn_ver_27" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_27_0_27">正确</label><input id="repVer_rbtn_ver_27_0_27"
type="radio"
name="repVer$ctl28$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_27_1_27">不正确</label><input id="repVer_rbtn_ver_27_1_27"
type="radio"
name="repVer$ctl28$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
29
.
凡获得三段达2年以上,在规定的考评中,演练四段的一套拳术、一套短器械、一套长器械,总成绩达到25.8分以上,并在该段的武术理论考试中,成绩达到75分以上,重视武德修养者才可晋升四段。
<table id="repVer_rbtn_ver_28" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_28_0_28">对</label><input id="repVer_rbtn_ver_28_0_28"
type="radio"
name="repVer$ctl29$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_28_1_28">错</label><input id="repVer_rbtn_ver_28_1_28"
type="radio"
name="repVer$ctl29$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
30
.
武术段位制中最高级别的徽饰图案是:“金虎”
<table id="repVer_rbtn_ver_29" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_29_0_29">不正确</label><input id="repVer_rbtn_ver_29_0_29" type="radio" name="repVer$ctl30$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_29_1_29">正确</label><input id="repVer_rbtn_ver_29_1_29" type="radio" name="repVer$ctl30$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
31
.
太极桩要点:气沉丹田,腹式呼吸。
<table id="repVer_rbtn_ver_30" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_30_0_30">正确</label><input id="repVer_rbtn_ver_30_0_30"
type="radio"
name="repVer$ctl31$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_30_1_30">不正确</label><input id="repVer_rbtn_ver_30_1_30"
type="radio"
name="repVer$ctl31$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
32
.
短兵它是两兵相交,相较,相抗,击刺,相搏的对抗格斗武术形式,而非剑,刀术套路演练和套路竞技的形式。
<table id="repVer_rbtn_ver_31" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_31_0_31">不正确</label><input id="repVer_rbtn_ver_31_0_31"
type="radio"
name="repVer$ctl32$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_31_1_31">正确</label><input id="repVer_rbtn_ver_31_1_31"
type="radio"
name="repVer$ctl32$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
33
.
智力防范暴力犯罪,脱身计策之服从策略,具有很大风险,会导致被害者失去最后反抗机会和主动权,一定要慎用。
<table id="repVer_rbtn_ver_32" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_32_0_32">正确</label><input id="repVer_rbtn_ver_32_0_32"
type="radio"
name="repVer$ctl33$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_32_1_32">不正确</label><input id="repVer_rbtn_ver_32_1_32"
type="radio"
name="repVer$ctl33$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
34
.
动作技术是指在武术各项目套路中,各种类型的、不可缺少的典型动作。它由各技术要素相互合理连接而成,是发展难度动作的基础。
<table id="repVer_rbtn_ver_33" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_33_0_33">错</label><input id="repVer_rbtn_ver_33_0_33" type="radio" name="repVer$ctl34$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_33_1_33">对</label><input id="repVer_rbtn_ver_33_1_33" type="radio" name="repVer$ctl34$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
35
.
定步四正推手法是常见的太极推手实战技术练习之一。
<table id="repVer_rbtn_ver_34" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_34_0_34">对</label><input id="repVer_rbtn_ver_34_0_34" type="radio" name="repVer$ctl35$rbtn_ver" value="1"></td><td><label for="repVer_rbtn_ver_34_1_34">错</label><input id="repVer_rbtn_ver_34_1_34" type="radio" name="repVer$ctl35$rbtn_ver" value="0"></td>
</tr>
</tbody></table>
36
.
武术套路竞赛是在10×8米的室内场地上进行。
<table id="repVer_rbtn_ver_35" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_35_0_35">正确</label><input id="repVer_rbtn_ver_35_0_35"
type="radio"
name="repVer$ctl36$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_35_1_35">不正确</label><input id="repVer_rbtn_ver_35_1_35"
type="radio"
name="repVer$ctl36$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
37
.
长拳技术有八要素,分别是姿势、方法、身法、眼法、精神、劲力、节奏,呼吸。
<table id="repVer_rbtn_ver_36" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_36_0_36">对</label><input id="repVer_rbtn_ver_36_0_36" type="radio" name="repVer$ctl37$rbtn_ver" value="1"></td><td><label for="repVer_rbtn_ver_36_1_36">错</label><input id="repVer_rbtn_ver_36_1_36" type="radio" name="repVer$ctl37$rbtn_ver" value="0"></td>
</tr>
</tbody></table>
38
.
“手是两扇门全凭脚踢人”的意思是武术技击方法主要是用脚来攻击。
<table id="repVer_rbtn_ver_37" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_37_0_37">对</label><input id="repVer_rbtn_ver_37_0_37"
type="radio"
name="repVer$ctl38$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_37_1_37">错</label><input id="repVer_rbtn_ver_37_1_37"
type="radio"
name="repVer$ctl38$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
39
.
剑指是剑法的重要动作。
<table id="repVer_rbtn_ver_38" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_38_0_38">正确</label><input id="repVer_rbtn_ver_38_0_38"
type="radio"
name="repVer$ctl39$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_38_1_38">不正确</label><input id="repVer_rbtn_ver_38_1_38"
type="radio"
name="repVer$ctl39$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
40
.
长拳的五种基本步型是弓步、马步、仆步、歇步、虚步。
<table id="repVer_rbtn_ver_39" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_39_0_39">不正确</label><input id="repVer_rbtn_ver_39_0_39"
type="radio"
name="repVer$ctl40$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_39_1_39">正确</label><input id="repVer_rbtn_ver_39_1_39"
type="radio"
name="repVer$ctl40$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
41
.
保持清晰的头脑和判断能力是防身自救的关键要素之一。
<table id="repVer_rbtn_ver_40" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_40_0_40">不正确</label><input id="repVer_rbtn_ver_40_0_40" type="radio" name="repVer$ctl41$rbtn_ver" value="0"></td><td><label for="repVer_rbtn_ver_40_1_40">正确</label><input id="repVer_rbtn_ver_40_1_40" type="radio" name="repVer$ctl41$rbtn_ver" value="1"></td>
</tr>
</tbody></table>
42
.
尽量避免独自进出娱乐场所,不要接受陌生人的饮料、食品、香烟等物品,熟人没关系。
<table id="repVer_rbtn_ver_41" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_41_0_41">对</label><input id="repVer_rbtn_ver_41_0_41"
type="radio"
name="repVer$ctl42$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_41_1_41">错</label><input id="repVer_rbtn_ver_41_1_41"
type="radio"
name="repVer$ctl42$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
43
.
传统武术技击中,一旦他人贴靠近身,或被人搂抱时,最有效的制敌方法并不是摔。正如拳谱中所讲“浑身无处不是拳,碰到哪里哪里击”。
<table id="repVer_rbtn_ver_42" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_42_0_42">不正确</label><input id="repVer_rbtn_ver_42_0_42"
type="radio"
name="repVer$ctl43$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_42_1_42">正确</label><input id="repVer_rbtn_ver_42_1_42"
type="radio"
name="repVer$ctl43$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
44
.
十年规划中提出,经过十年的推广大幅提高武术段位制的社会知晓率和参与率。
<table id="repVer_rbtn_ver_43" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_43_0_43">错</label><input id="repVer_rbtn_ver_43_0_43"
type="radio"
name="repVer$ctl44$rbtn_ver"
value="0"></td>
<td><label for="repVer_rbtn_ver_43_1_43">对</label><input id="repVer_rbtn_ver_43_1_43"
type="radio"
name="repVer$ctl44$rbtn_ver"
value="1"></td>
</tr>
</tbody></table>
45
.
散打是两人按照一定规则,使用踢、打、摔等方法制胜对方的竞技项目。
<table id="repVer_rbtn_ver_44" cellpadding="10" style="font-size:X-Small;">
<tbody><tr>
<td><label for="repVer_rbtn_ver_44_0_44">正确</label><input id="repVer_rbtn_ver_44_0_44"
type="radio"
name="repVer$ctl45$rbtn_ver"
value="1"></td>
<td><label for="repVer_rbtn_ver_44_1_44">不正确</label><input id="repVer_rbtn_ver_44_1_44"
type="radio"
name="repVer$ctl45$rbtn_ver"
value="0"></td>
</tr>
</tbody></table>
<font class="fonttitle">单项选择题
(基础题每题0分,共0题,专项题每题2分,共5题)
<br>
</font>
1
.
虚步的重心在()。
<br>
<table id="repSin_RadioButtonList1_0" cellpadding="10">
<tbody>
<tr>
<td><label for="repSin_RadioButtonList1_0_0_0">A.后腿</label><input
id="repSin_RadioButtonList1_0_0_0" type="radio"
name="repSin$ctl01$RadioButtonList1" value="A"></td>
<td><label for="repSin_RadioButtonList1_0_1_0">B.前腿</label><input
id="repSin_RadioButtonList1_0_1_0" type="radio"
name="repSin$ctl01$RadioButtonList1" value="B"></td>
</tr>
<tr>
<td><label for="repSin_RadioButtonList1_0_2_0">C.两腿之间</label><input
id="repSin_RadioButtonList1_0_2_0" type="radio"
name="repSin$ctl01$RadioButtonList1" value="C"></td>
<td><label for="repSin_RadioButtonList1_0_3_0">D.无要求</label><input
id="repSin_RadioButtonList1_0_3_0" type="radio"
name="repSin$ctl01$RadioButtonList1" value="D"></td>
</tr>
</tbody>
</table>
2
.
太极推手中四正推手通常包括哪几种方法()。
<br>
<table id="repSin_RadioButtonList1_1" cellpadding="10">
<tbody>
<tr>
<td><label for="repSin_RadioButtonList1_1_0_1">A.掤、捋、按、挤</label><input
id="repSin_RadioButtonList1_1_0_1" type="radio"
name="repSin$ctl02$RadioButtonList1" value="A"></td>
<td><label for="repSin_RadioButtonList1_1_1_1">B.采、挒、肘、靠</label><input
id="repSin_RadioButtonList1_1_1_1" type="radio"
name="repSin$ctl02$RadioButtonList1" value="B"></td>
</tr>
<tr>
<td><label for="repSin_RadioButtonList1_1_2_1">C.退、顾、盼、定</label><input
id="repSin_RadioButtonList1_1_2_1" type="radio"
name="repSin$ctl02$RadioButtonList1" value="C"></td>
<td><label for="repSin_RadioButtonList1_1_3_1">D.掤、捋、化、按</label><input
id="repSin_RadioButtonList1_1_3_1" type="radio"
name="repSin$ctl02$RadioButtonList1" value="D"></td>
</tr>
</tbody>
</table>
3
.
下列关于长拳中踹腿的动作要点叙述正确是【不存在的题目】()。
<br>
<table id="repSin_RadioButtonList1_2" cellpadding="10">
<tbody>
<tr>
<td><label
for="repSin_RadioButtonList1_2_0_2">A.挺胸、直腰、收髋、踢腿时膝由屈到伸,脚面绷直,力达脚尖。</label><input
id="repSin_RadioButtonList1_2_0_2" type="radio"
name="repSin$ctl03$RadioButtonList1" value="A"></td>
<td><label
for="repSin_RadioButtonList1_2_1_2">B.挺胸、直腰、收髋、踢腿时膝由屈到伸,脚面绷直,力达脚掌。</label><input
id="repSin_RadioButtonList1_2_1_2" type="radio"
name="repSin$ctl03$RadioButtonList1" value="B"></td>
</tr>
<tr>
<td><label
for="repSin_RadioButtonList1_2_2_2">C.保持正确的站位,踹出后挺膝、开髋、脚外侧朝上,力达脚尖。</label><input
id="repSin_RadioButtonList1_2_2_2" type="radio"
name="repSin$ctl03$RadioButtonList1" value="C"></td>
<td><label
for="repSin_RadioButtonList1_2_3_2">D.保持正确的站位,踹出后挺膝、开髋、脚外侧朝上,力达脚跟。</label><input
id="repSin_RadioButtonList1_2_3_2" type="radio"
name="repSin$ctl03$RadioButtonList1" value="D"></td>
</tr>
</tbody>
</table>
4
.
下列关于长拳中提膝平衡动作要点叙述正确的是()。
<br>
<table id="repSin_RadioButtonList1_3" cellpadding="10">
<tbody>
<tr>
<td><label for="repSin_RadioButtonList1_3_0_3">A.头上顶、挺胸、立腰,支撑腿伸直,提膝过腰,勾脚尖</label><input
id="repSin_RadioButtonList1_3_0_3" type="radio"
name="repSin$ctl04$RadioButtonList1" value="A"></td>
<td><label for="repSin_RadioButtonList1_3_1_3">B.头上顶、挺胸、立腰,支撑腿伸直,提膝过腰,绷脚背</label><input
id="repSin_RadioButtonList1_3_1_3" type="radio"
name="repSin$ctl04$RadioButtonList1" value="B"></td>
</tr>
<tr>
<td><label for="repSin_RadioButtonList1_3_2_3">C.头上顶、挺胸、立腰,支撑腿弯曲,提膝过腰,勾脚尖</label><input
id="repSin_RadioButtonList1_3_2_3" type="radio"
name="repSin$ctl04$RadioButtonList1" value="C"></td>
<td><label for="repSin_RadioButtonList1_3_3_3">D.头上顶、挺胸、立腰,支撑腿弯曲,提膝过腰,绷脚背</label><input
id="repSin_RadioButtonList1_3_3_3" type="radio"
name="repSin$ctl04$RadioButtonList1" value="D"></td>
</tr>
</tbody>
</table>
5
.
()年,国际奥委会通过决议接纳国际武术联合会,使武术真正跨入世界竞技体育的舞台。
<br>
<table id="repSin_RadioButtonList1_4" cellpadding="10">
<tbody>
<tr>
<td><label for="repSin_RadioButtonList1_4_0_4">A.2000</label><input
id="repSin_RadioButtonList1_4_0_4" type="radio"
name="repSin$ctl05$RadioButtonList1" value="A"></td>
<td><label for="repSin_RadioButtonList1_4_1_4">B.1999</label><input
id="repSin_RadioButtonList1_4_1_4" type="radio"
name="repSin$ctl05$RadioButtonList1" value="B"></td>
</tr>
<tr>
<td><label for="repSin_RadioButtonList1_4_2_4">C.1998</label><input
id="repSin_RadioButtonList1_4_2_4" type="radio"
name="repSin$ctl05$RadioButtonList1" value="C"></td>
<td><label for="repSin_RadioButtonList1_4_3_4">D.1997</label><input
id="repSin_RadioButtonList1_4_3_4" type="radio"
name="repSin$ctl05$RadioButtonList1" value="D"></td>
</tr>
</tbody>
</table>
<font class="fonttitle">多项选择题
(基础题每题0分,共0题,专项题每题0分,共0题)
<br>
</font>
</div>
</body>
</html>