CoolFace
Datasetpublic

cloudcatcher2/VCBench

Overview VCBench provides a standardized framework for evaluating vision-language models. This document outlines the procedures for both standard evaluation and GPT-assisted evaluation of your model's outputs. 1. Standard Evaluation 1.1 Output Format Requirements Models must produce outputs in JSONL format with the following structure: {"id": <int>, "pred_answer": "<answer_letter>"} {"id": <int>, "pred_answer": "<answer_letter>"} ... Example File… See the full description on the dataset page: https://huggingface.co/datasets/cloudcatcher2/VCBench.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
3likes2kdownloads
VCBench_with_answer.json23899 linesDownload Raw Back to root
1[2  {3    "question_english": "Which of the following is an angle?\n\nA.<image> B.<image> C.<image>",4    "images_question": [5      "./images/1.png",6      "./images/2.png",7      "./images/3.png"8    ],9    "answer": "B",10    "difficulty": 0.65,11    "question_type": "angle",12    "choice_type": "choice_ABC",13    "id": 114  },15  {16    "question_english": "In the given angles, the largest is ( ).\n\nA.<image> B.<image> C.<image>",17    "images_question": [18      "./images/4.png",19      "./images/5.png",20      "./images/6.png"21    ],22    "answer": "C",23    "difficulty": 0.85,24    "question_type": "angle",25    "choice_type": "choice_ABC",26    "id": 227  },28  {29    "question_english": "In the following figures, the one that is an obtuse angle is ( ).\n\nA.<image> B.<image> C.<image>",30    "images_question": [31      "./images/7.png",32      "./images/8.png",33      "./images/9.png"34    ],35    "answer": "C",36    "difficulty": 0.85,37    "question_type": "angle",38    "choice_type": "choice_ABC",39    "id": 340  },41  {42    "question_english": "In the following figures, the (   ) figure is different from the others.\n\nA.<image> B.<image> C.<image> D.<image>",43    "images_question": [44      "./images/10.png",45      "./images/11.png",46      "./images/12.png",47      "./images/13.png"48    ],49    "answer": "C",50    "difficulty": 0.65,51    "question_type": "angle",52    "choice_type": "choice_ABCD",53    "id": 454  },55  {56    "question_english": "Which of the following three figures is an angle? ( )\n\nA.<image> B.<image> C.<image>",57    "images_question": [58      "./images/14.png",59      "./images/15.png",60      "./images/16.png"61    ],62    "answer": "B",63    "difficulty": 0.65,64    "question_type": "angle",65    "choice_type": "choice_ABC",66    "id": 567  },68  {69    "question_english": "Among the following figures, the one with the most angles is ( ).\n\nA. <image> B. <image> C. <image>",70    "images_question": [71      "./images/17.png",72      "./images/18.png",73      "./images/19.png"74    ],75    "answer": "A",76    "difficulty": 0.85,77    "question_type": "angle",78    "choice_type": "choice_ABC",79    "id": 680  },81  {82    "question_english": "A figure with only one right angle is ( )\n\nA. <image> B. <image> C. <image> D. <image>",83    "images_question": [84      "./images/20.png",85      "./images/21.png",86      "./images/22.png",87      "./images/23.png"88    ],89    "answer": "D",90    "difficulty": 0.65,91    "question_type": "angle",92    "choice_type": "choice_ABCD",93    "id": 794  },95  {96    "question_english": "As shown in the images, ( ) is a right angle.\n\nA.<image> B.<image> C.<image>",97    "images_question": [98      "./images/24.png",99      "./images/25.png",100      "./images/26.png"101    ],102    "answer": "A",103    "difficulty": 0.85,104    "question_type": "angle",105    "choice_type": "choice_ABC",106    "id": 8107  },108  {109    "question_english": "The angle that is a right angle is ( ).\n\nA.<image> B.<image> C.<image>",110    "images_question": [111      "./images/27.png",112      "./images/28.png",113      "./images/29.png"114    ],115    "answer": "A",116    "difficulty": 0.85,117    "question_type": "angle",118    "choice_type": "choice_ABC",119    "id": 9120  },121  {122    "question_english": "Among the angles below, the smallest is ( ).\n\nA.<image> B.<image> C.<image>",123    "images_question": [124      "./images/30.png",125      "./images/31.png",126      "./images/32.png"127    ],128    "answer": "C",129    "difficulty": 0.65,130    "question_type": "angle",131    "choice_type": "choice_ABC",132    "id": 10133  },134  {135    "question_english": "In the following figures, figure (    ) is not an angle.\n\nA.<image> B.<image> C.<image>",136    "images_question": [137      "./images/33.png",138      "./images/34.png",139      "./images/35.png"140    ],141    "answer": "A",142    "difficulty": 0.85,143    "question_type": "angle",144    "choice_type": "choice_ABC",145    "id": 11146  },147  {148    "question_english": "In the figure below, the angle that is the smallest is ( ).\n\nA.<image> B.<image> C.<image> D.<image>",149    "images_question": [150      "./images/36.png",151      "./images/37.png",152      "./images/38.png",153      "./images/39.png"154    ],155    "answer": "B",156    "difficulty": 0.85,157    "question_type": "angle",158    "choice_type": "choice_ABCD",159    "id": 12160  },161  {162    "question_english": "Among the angles formed by the triangular rulers below, ( ) is an obtuse angle.\n\nA.<image> B.<image> C.<image> D.<image>",163    "images_question": [164      "./images/40.png",165      "./images/41.png",166      "./images/42.png",167      "./images/43.png"168    ],169    "answer": "A",170    "difficulty": 0.65,171    "question_type": "angle",172    "choice_type": "choice_ABCD",173    "id": 13174  },175  {176    "question_english": "The one that can be directly measured for its length is (    ).\n\nA.<image> B.<image> C.<image>",177    "images_question": [178      "./images/44.png",179      "./images/45.png",180      "./images/46.png"181    ],182    "answer": "B",183    "difficulty": 0.65,184    "question_type": "angle",185    "choice_type": "choice_ABC",186    "id": 14187  },188  {189    "question_english": "Which of the following figures forms an obtuse angle?\n\nA.<image> B.<image> C.<image>",190    "images_question": [191      "./images/47.png",192      "./images/48.png",193      "./images/49.png"194    ],195    "answer": "C",196    "difficulty": 0.65,197    "question_type": "angle",198    "choice_type": "choice_ABC",199    "id": 15200  },201  {202    "question_english": "In the following figures, which option shows a right angle (    ).\n\nA.<image> B.<image> C.<image>",203    "images_question": [204      "./images/50.png",205      "./images/51.png",206      "./images/52.png"207    ],208    "answer": "A",209    "difficulty": 0.85,210    "question_type": "angle",211    "choice_type": "choice_ABC",212    "id": 16213  },214  {215    "question_english": "Using a set of triangular rulers, the following three angles were formed, among which ( ) is an acute angle.\n\nA.<image> B.<image> C.<image>",216    "images_question": [217      "./images/53.png",218      "./images/54.png",219      "./images/55.png"220    ],221    "answer": "B",222    "difficulty": 0.65,223    "question_type": "angle",224    "choice_type": "choice_ABC",225    "id": 17226  },227  {228    "question_english": "Among the angles formed by the triangular rulers below, the one that forms an obtuse angle is ( ).\n\nA.<image> B.<image> C.<image>",229    "images_question": [230      "./images/56.png",231      "./images/57.png",232      "./images/58.png"233    ],234    "answer": "C",235    "difficulty": 0.65,236    "question_type": "angle",237    "choice_type": "choice_ABC",238    "id": 18239  },240  {241    "question_english": "Below (    ) is an obtuse angle.\n\nA.<image> B.<image> C.<image>",242    "images_question": [243      "./images/59.png",244      "./images/60.png",245      "./images/61.png"246    ],247    "answer": "A",248    "difficulty": 0.85,249    "question_type": "angle",250    "choice_type": "choice_ABC",251    "id": 19252  },253  {254    "question_english": "In the following figures, (    ) is an angle.\n\nA.<image> B.<image> C.<image>",255    "images_question": [256      "./images/62.png",257      "./images/63.png",258      "./images/64.png"259    ],260    "answer": "B",261    "difficulty": 0.85,262    "question_type": "angle",263    "choice_type": "choice_ABC",264    "id": 20265  },266  {267    "question_english": "In the following figures, (  ) is not an angle.\n\nA.<image> B.<image> C.<image>",268    "images_question": [269      "./images/65.png",270      "./images/66.png",271      "./images/67.png"272    ],273    "answer": "B",274    "difficulty": 0.65,275    "question_type": "angle",276    "choice_type": "choice_ABC",277    "id": 21278  },279  {280    "question_english": "The smallest angle below is (    ).\n\nA.<image> B.<image> C.<image>",281    "images_question": [282      "./images/68.png",283      "./images/69.png",284      "./images/70.png"285    ],286    "answer": "B",287    "difficulty": 0.65,288    "question_type": "angle",289    "choice_type": "choice_ABC",290    "id": 22291  },292  {293    "question_english": "The object with an angular surface is ( ).\n\nA.<image> B.<image> C.<image> D.<image>",294    "images_question": [295      "./images/71.png",296      "./images/72.png",297      "./images/73.png",298      "./images/74.png"299    ],300    "answer": "C",301    "difficulty": 0.85,302    "question_type": "angle",303    "choice_type": "choice_ABCD",304    "id": 23305  },306  {307    "question_english": "The figure with two right angles is ( )\n\nA.<image> B.<image> C.<image>",308    "images_question": [309      "./images/75.png",310      "./images/76.png",311      "./images/77.png"312    ],313    "answer": "C",314    "difficulty": 0.65,315    "question_type": "angle",316    "choice_type": "choice_ABC",317    "id": 24318  },319  {320    "question_english": "Below is the figure, diagram (    ) is an angle.\n\nA.<image> B.<image> C.<image>",321    "images_question": [322      "./images/78.png",323      "./images/79.png",324      "./images/80.png"325    ],326    "answer": "B",327    "difficulty": 0.94,328    "question_type": "angle",329    "choice_type": "choice_ABC",330    "id": 25331  },332  {333    "question_english": "In the following figures, the one that is an acute angle is (    ).\n\nA.<image> B.<image> C.<image>",334    "images_question": [335      "./images/81.png",336      "./images/82.png",337      "./images/83.png"338    ],339    "answer": "A",340    "difficulty": 0.85,341    "question_type": "angle",342    "choice_type": "choice_ABC",343    "id": 26344  },345  {346    "question_english": "Below (    ) is an angle.\n\nA.<image> B.<image> C.<image>",347    "images_question": [348      "./images/84.png",349      "./images/85.png",350      "./images/86.png"351    ],352    "answer": "B",353    "difficulty": 0.65,354    "question_type": "angle",355    "choice_type": "choice_ABC",356    "id": 27357  },358  {359    "question_english": "In the following figures, the one with 2 obtuse angles is (    ).\n\nA.<image> B.<image> C.<image>",360    "images_question": [361      "./images/87.png",362      "./images/88.png",363      "./images/89.png"364    ],365    "answer": "B",366    "difficulty": 0.65,367    "question_type": "angle",368    "choice_type": "choice_ABC",369    "id": 28370  },371  {372    "question_english": "In the figure below, the smallest angle is ( ).\n\nA.<image> B.<image> C.<image>",373    "images_question": [374      "./images/90.png",375      "./images/91.png",376      "./images/92.png"377    ],378    "answer": "A",379    "difficulty": 0.65,380    "question_type": "angle",381    "choice_type": "choice_ABC",382    "id": 29383  },384  {385    "question_english": "The one that is not an angle is (    ).\n\nA.<image> B.<image> C.<image> D.<image>",386    "images_question": [387      "./images/93.png",388      "./images/94.png",389      "./images/95.png",390      "./images/96.png"391    ],392    "answer": "B",393    "difficulty": 0.85,394    "question_type": "angle",395    "choice_type": "choice_ABCD",396    "id": 30397  },398  {399    "question_english": "Among the angles below, (    ) is a right angle.\n\nA.<image> B.<image> C.<image>",400    "images_question": [401      "./images/97.png",402      "./images/98.png",403      "./images/99.png"404    ],405    "answer": "B",406    "difficulty": 0.65,407    "question_type": "angle",408    "choice_type": "choice_ABC",409    "id": 31410  },411  {412    "question_english": "In the figure below, the angle that is smaller than a right angle is ( ).\n\nA.<image> B.<image> C.<image>",413    "images_question": [414      "./images/100.png",415      "./images/101.png",416      "./images/102.png"417    ],418    "answer": "A",419    "difficulty": 0.85,420    "question_type": "angle",421    "choice_type": "choice_ABC",422    "id": 32423  },424  {425    "question_english": "Below (    ) is smaller than a right angle.\n\nA.<image> B.<image> C.<image>",426    "images_question": [427      "./images/103.png",428      "./images/104.png",429      "./images/105.png"430    ],431    "answer": "A",432    "difficulty": 0.85,433    "question_type": "angle",434    "choice_type": "choice_ABC",435    "id": 33436  },437  {438    "question_english": "Which of the following are angles?      (   )\n\nA.<image> B.<image> C.<image>",439    "images_question": [440      "./images/106.png",441      "./images/107.png",442      "./images/108.png"443    ],444    "answer": "A",445    "difficulty": 0.85,446    "question_type": "angle",447    "choice_type": "choice_ABC",448    "id": 34449  },450  {451    "question_english": "(    ) is an acute angle.\n\nA.<image> B.<image> C.<image>",452    "images_question": [453      "./images/109.png",454      "./images/110.png",455      "./images/111.png"456    ],457    "answer": "B",458    "difficulty": 0.85,459    "question_type": "angle",460    "choice_type": "choice_ABC",461    "id": 35462  },463  {464    "question_english": "Among the following figures, the one that is not a right angle is ( ).\n\nA.<image> B.<image> C.<image>",465    "images_question": [466      "./images/112.png",467      "./images/113.png",468      "./images/114.png"469    ],470    "answer": "B",471    "difficulty": 0.65,472    "question_type": "angle",473    "choice_type": "choice_ABC",474    "id": 36475  },476  {477    "question_english": "The paper folding work from the crafts class that does not have a 45° angle is (    ).\n\nA.<image> B.<image> C.<image> D.<image>",478    "images_question": [479      "./images/115.png",480      "./images/116.png",481      "./images/117.png",482      "./images/118.png"483    ],484    "answer": "A",485    "difficulty": 0.65,486    "question_type": "angle",487    "choice_type": "choice_ABCD",488    "id": 37489  },490  {491    "question_english": "Compare the size of the three angles below, the largest angle is ( ).\n\nA.<image> B.<image> C.<image>",492    "images_question": [493      "./images/119.png",494      "./images/120.png",495      "./images/121.png"496    ],497    "answer": "C",498    "difficulty": 0.65,499    "question_type": "angle",500    "choice_type": "choice_ABC",501    "id": 38502  },503  {504    "question_english": "In the figure below, the one that represents a line segment is (    ).\n\nA.<image> B.<image> C.<image> D.<image>",505    "images_question": [506      "./images/122.png",507      "./images/123.png",508      "./images/124.png",509      "./images/125.png"510    ],511    "answer": "C",512    "difficulty": 0.85,513    "question_type": "angle",514    "choice_type": "choice_ABCD",515    "id": 39516  },517  {518    "question_english": "In class, the teacher asked everyone to use a protractor or set square with angles of \"90°, 60°, 45°, 30°\" to draw a 120° angle. Among the following four methods, the one that is not correct is ( ).\n\nA.<image> B.<image>\n\nC.<image> D.<image>",519    "images_question": [520      "./images/126.png",521      "./images/127.png",522      "./images/128.png",523      "./images/129.png"524    ],525    "answer": "B",526    "difficulty": 0.65,527    "question_type": "angle",528    "choice_type": "choice_ABCD",529    "id": 40530  },531  {532    "question_english": "The one that can measure length is ( ).\n\nA. <image> B. <image> C. <image>",533    "images_question": [534      "./images/130.png",535      "./images/131.png",536      "./images/132.png"537    ],538    "answer": "A",539    "difficulty": 0.85,540    "question_type": "angle",541    "choice_type": "choice_ABC",542    "id": 41543  },544  {545    "question_english": "Xiaoming measured the degrees of the following four angles with a protractor, and the one that is incorrect is (    ).\n\nA.<image> 30 degrees\n\nB.<image> 70 degrees\n\nC.<image> 110 degrees\n\nD.<image> 40 degrees",546    "images_question": [547      "./images/133.png",548      "./images/134.png",549      "./images/135.png",550      "./images/136.png"551    ],552    "answer": "D",553    "difficulty": 0.65,554    "question_type": "angle",555    "choice_type": "choice_ABCD",556    "id": 42557  },558  {559    "question_english": "Which of the following diagrams represents an angle?\n\nA.<image> B.<image> C.<image>",560    "images_question": [561      "./images/137.png",562      "./images/138.png",563      "./images/139.png"564    ],565    "answer": "B",566    "difficulty": 0.85,567    "question_type": "angle",568    "choice_type": "choice_ABC",569    "id": 43570  },571  {572    "question_english": "In class, the teacher asked to draw a \"120°\" angle, but Congcong forgot to bring his protractor. He thought of using a set of triangular rulers to form a \"120°\" angle. Below, which diagram ( ) is correct.\n\nA.<image> B.<image> C.<image>",573    "images_question": [574      "./images/140.png",575      "./images/141.png",576      "./images/142.png"577    ],578    "answer": "C",579    "difficulty": 0.65,580    "question_type": "angle",581    "choice_type": "choice_ABC",582    "id": 44583  },584  {585    "question_english": "Use a protractor to measure the angle, the correct option is (    ).\n\nA.<image> B.<image>\n\nC.<image> D.<image>",586    "images_question": [587      "./images/143.png",588      "./images/144.png",589      "./images/145.png",590      "./images/146.png"591    ],592    "answer": "A",593    "difficulty": 0.65,594    "question_type": "angle",595    "choice_type": "choice_ABCD",596    "id": 45597  },598  {599    "question_english": "Among the following four clock faces, the one where the hour hand and the minute hand form a straight angle is (   ).\n\nA.<image> B.<image> C.<image> D.<image>",600    "images_question": [601      "./images/147.png",602      "./images/148.png",603      "./images/149.png",604      "./images/150.png"605    ],606    "answer": "C",607    "difficulty": 0.65,608    "question_type": "angle",609    "choice_type": "choice_ABCD",610    "id": 46611  },612  {613    "question_english": "Among the three angles below, the one with the largest degree is (        ).\n\nA.<image> B.<image> C.<image>",614    "images_question": [615      "./images/151.png",616      "./images/152.png",617      "./images/153.png"618    ],619    "answer": "C",620    "difficulty": 0.65,621    "question_type": "angle",622    "choice_type": "choice_ABC",623    "id": 47624  },625  {626    "question_english": "An interesting triangular ruler puzzle. Think about it, among the angles marked in each figure, the one that is not 135° is ( ).\n\nA.<image> B.<image> C.<image>",627    "images_question": [628      "./images/154.png",629      "./images/155.png",630      "./images/156.png"631    ],632    "answer": "B",633    "difficulty": 0.65,634    "question_type": "angle",635    "choice_type": "choice_ABC",636    "id": 48637  },638  {639    "question_english": "Using the same unit to measure the following three angles, the largest angle is ( ).\n\nA. <image> B. <image> C. <image>",640    "images_question": [641      "./images/157.png",642      "./images/158.png",643      "./images/159.png"644    ],645    "answer": "C",646    "difficulty": 0.65,647    "question_type": "angle",648    "choice_type": "choice_ABC",649    "id": 49650  },651  {652    "question_english": "∠1, ∠2, ∠3, and ∠4 are four angles formed by combining a set of triangular rulers as shown in the figure. Among them, the angle with a degree of 75° is ( ).\n\nA.<image> B.<image> C.<image> D.<image>",653    "images_question": [654      "./images/160.png",655      "./images/161.png",656      "./images/162.png",657      "./images/163.png"658    ],659    "answer": "B",660    "difficulty": 0.65,661    "question_type": "angle",662    "choice_type": "choice_ABCD",663    "id": 50664  },665  {666    "question_english": "The clever dog cut out a small piece from the calendar, with the six numbers and their positions as shown below. The correct one is ( ).\n\nA.<image> B.<image> C.<image>",667    "images_question": [668      "./images/164.png",669      "./images/165.png",670      "./images/166.png"671    ],672    "answer": "B",673    "difficulty": 0.65,674    "question_type": "calendar",675    "choice_type": "choice_ABC",676    "id": 51677  },678  {679    "question_english": "Below (    ) is most likely the time when Mingming gets up in the morning.\n\nA.<image> B.<image> C.<image>",680    "images_question": [681      "./images/167.png",682      "./images/168.png",683      "./images/169.png"684    ],685    "answer": "C",686    "difficulty": 0.85,687    "question_type": "clock",688    "choice_type": "choice_ABC",689    "id": 52690  },691  {692    "question_english": "Choose the appropriate moment.\n\n<image>\n\nA.<image> B.<image> C.<image>",693    "images_question": [694      "./images/170.png",695      "./images/171.png",696      "./images/172.png",697      "./images/173.png"698    ],699    "answer": "B",700    "difficulty": 0.65,701    "question_type": "clock",702    "choice_type": "choice_ABC",703    "id": 53704  },705  {706    "question_english": "On the clock face, the one that is nearly 7 o'clock is ( ).\n\nA. <image> B. <image> C. <image>",707    "images_question": [708      "./images/174.png",709      "./images/175.png",710      "./images/176.png"711    ],712    "answer": "C",713    "difficulty": 0.85,714    "question_type": "clock",715    "choice_type": "choice_ABC",716    "id": 54717  },718  {719    "question_english": "The time indicated by the clock face below (    ) represents \"a little past 11 o'clock.\"\n\nA.<image> B.<image> C.<image>",720    "images_question": [721      "./images/177.png",722      "./images/178.png",723      "./images/179.png"724    ],725    "answer": "C",726    "difficulty": 0.85,727    "question_type": "clock",728    "choice_type": "choice_ABC",729    "id": 55730  },731  {732    "question_english": "Which of the following clock faces shows a time that is almost 2 o'clock? (    )\n\nA.<image> B.<image> C.<image>",733    "images_question": [734      "./images/180.png",735      "./images/181.png",736      "./images/182.png"737    ],738    "answer": "C",739    "difficulty": 0.85,740    "question_type": "clock",741    "choice_type": "choice_ABC",742    "id": 56743  },744  {745    "question_english": "Usually, the time for our first class is (    ).\n\nA. <image> B. <image> C. <image>",746    "images_question": [747      "./images/183.png",748      "./images/184.png",749      "./images/185.png"750    ],751    "answer": "A",752    "difficulty": 0.85,753    "question_type": "clock",754    "choice_type": "choice_ABC",755    "id": 57756  },757  {758    "question_english": "Below the clock face, the time that is approaching 3 o'clock is ( ).\n\nA.<image> B.<image> C.<image>",759    "images_question": [760      "./images/186.png",761      "./images/187.png",762      "./images/188.png"763    ],764    "answer": "A",765    "difficulty": 0.85,766    "question_type": "clock",767    "choice_type": "choice_ABC",768    "id": 58769  },770  {771    "question_english": "6 o'clock plus 2 hours is (   ) o'clock.\n\nA.<image>\n\nB.<image>\n\nC.<image>",772    "images_question": [773      "./images/189.png",774      "./images/190.png",775      "./images/191.png"776    ],777    "answer": "C",778    "difficulty": 0.65,779    "question_type": "clock",780    "choice_type": "choice_ABC",781    "id": 59782  },783  {784    "question_english": "We should develop the good habit of going to bed early and getting up early every day. What time do you think is better for us to sleep at night? ( ).\n\nA.<image> B.<image> C.<image>",785    "images_question": [786      "./images/192.png",787      "./images/193.png",788      "./images/194.png"789    ],790    "answer": "B",791    "difficulty": 0.65,792    "question_type": "clock",793    "choice_type": "choice_ABC",794    "id": 60795  },796  {797    "question_english": "The child who wakes up the earliest is ( ).\n\nA. <image> B. <image> C. <image>",798    "images_question": [799      "./images/195.png",800      "./images/196.png",801      "./images/197.png"802    ],803    "answer": "C",804    "difficulty": 0.85,805    "question_type": "clock",806    "choice_type": "choice_ABC",807    "id": 61808  },809  {810    "question_english": "It is now 10:00, (   ) clock is the most accurate.\n\nA. <image> B. <image> C. <image>",811    "images_question": [812      "./images/198.png",813      "./images/199.png",814      "./images/200.png"815    ],816    "answer": "A",817    "difficulty": 0.85,818    "question_type": "clock",819    "choice_type": "choice_ABC",820    "id": 62821  },822  {823    "question_english": "The incorrect time on the clock face is ( ).\n\nA.<image> B.<image> C.<image>",824    "images_question": [825      "./images/201.png",826      "./images/202.png",827      "./images/203.png"828    ],829    "answer": "B",830    "difficulty": 0.65,831    "question_type": "clock",832    "choice_type": "choice_ABC",833    "id": 63834  },835  {836    "question_english": "Below (    ) is the clock showing a time that is approaching 8 o'clock.\n\nA.<image> B.<image> C.<image>",837    "images_question": [838      "./images/204.png",839      "./images/205.png",840      "./images/206.png"841    ],842    "answer": "C",843    "difficulty": 0.85,844    "question_type": "clock",845    "choice_type": "choice_ABC",846    "id": 64847  },848  {849    "question_english": "Which of the following times is written correctly? (   )\n\nA. <image> 12 o'clock B. <image> a little past 4 o'clock C. <image> almost 11 o'clock",850    "images_question": [851      "./images/207.png",852      "./images/208.png",853      "./images/209.png"854    ],855    "answer": "C",856    "difficulty": 0.65,857    "question_type": "clock",858    "choice_type": "choice_ABC",859    "id": 65860  },861  {862    "question_english": "Who is Naughty Cat calling? ( )\n\n<image>\n\nA. <image>\n\nB. <image>\n\nC. <image>",863    "images_question": [864      "./images/210.png",865      "./images/211.png",866      "./images/212.png",867      "./images/213.png"868    ],869    "answer": "C",870    "difficulty": 0.4,871    "question_type": "clock",872    "choice_type": "choice_ABC",873    "id": 66874  },875  {876    "question_english": "It is now 6:00, the clock with the accurate time is (   ).\n\nA. <image> B. <image> C. <image>",877    "images_question": [878      "./images/214.png",879      "./images/215.png",880      "./images/216.png"881    ],882    "answer": "A",883    "difficulty": 0.85,884    "question_type": "clock",885    "choice_type": "choice_ABC",886    "id": 67887  },888  {889    "question_english": "It is now 9:00. Which of the following clock faces is the most accurate? ( )\n\nA.<image> B.<image> C.<image> D.<image>",890    "images_question": [891      "./images/217.png",892      "./images/218.png",893      "./images/219.png",894      "./images/220.png"895    ],896    "answer": "B",897    "difficulty": 0.65,898    "question_type": "clock",899    "choice_type": "choice_ABCD",900    "id": 68901  },902  {903    "question_english": "The musical clock rings at regular intervals. \n\nThe first ring is at 9:00, the second at 9:30, and the third at 10:00. When will the fourth ring occur? ( )\n\n<image>\n\nA.<image> B.<image> C.<image>",904    "images_question": [905      "./images/221.png",906      "./images/222.png",907      "./images/223.png",908      "./images/224.png"909    ],910    "answer": "C",911    "difficulty": 0.65,912    "question_type": "clock",913    "choice_type": "choice_ABC",914    "id": 69915  },916  {917    "question_english": "The school is organizing a field trip and has notified the students to arrive at school on time at 8 o'clock. Below are the arrival times of three students, ( ) is late.\n\nA. Dingding <image> B. Qiqi <image> C. Taotao <image>",918    "images_question": [919      "./images/225.png",920      "./images/226.png",921      "./images/227.png"922    ],923    "answer": "A",924    "difficulty": 0.85,925    "question_type": "clock",926    "choice_type": "choice_ABC",927    "id": 70928  },929  {930    "question_english": "Which of the following clocks shows that it is almost 4 o'clock? (    )\n\nA.<image> B.<image> C.<image>",931    "images_question": [932      "./images/228.png",933      "./images/229.png",934      "./images/230.png"935    ],936    "answer": "C",937    "difficulty": 0.85,938    "question_type": "clock",939    "choice_type": "choice_ABC",940    "id": 71941  },942  {943    "question_english": "The time indicated on the clock face that shows 12 o'clock is ( ).\n\nA.<image> B.<image> C.<image>",944    "images_question": [945      "./images/231.png",946      "./images/232.png",947      "./images/233.png"948    ],949    "answer": "B",950    "difficulty": 0.85,951    "question_type": "clock",952    "choice_type": "choice_ABC",953    "id": 72954  },955  {956    "question_english": "After school, YaYa <image> arrived home; HongHong <image> arrived home; JunJun <image> arrived home. (    ) got home first.\n\nA. YaYa B. HongHong C. JunJun",957    "images_question": [958      "./images/234.png",959      "./images/235.png",960      "./images/236.png"961    ],962    "answer": "A",963    "difficulty": 0.65,964    "question_type": "clock",965    "choice_type": "choice_ABC",966    "id": 73967  },968  {969    "question_english": "Below (    ) is the clock face that shows a little past 5 o'clock.\n\nA.<image> B.<image> C.<image> D.<image>",970    "images_question": [971      "./images/237.png",972      "./images/238.png",973      "./images/239.png",974      "./images/240.png"975    ],976    "answer": "A",977    "difficulty": 0.65,978    "question_type": "clock",979    "choice_type": "choice_ABCD",980    "id": 74981  },982  {983    "question_english": "The clock time that is incorrectly represented is ( ).\n\nA.<image> 10:00 B.<image> 3:00 C.<image> 8:00",984    "images_question": [985      "./images/241.png",986      "./images/242.png",987      "./images/243.png"988    ],989    "answer": "A",990    "difficulty": 0.65,991    "question_type": "clock",992    "choice_type": "choice_ABC",993    "id": 75994  },995  {996    "question_english": "Below (    ) is the clock face showing a time closest to breakfast time.\n\nA.<image> B.<image> C.<image>",997    "images_question": [998      "./images/244.png",999      "./images/245.png",1000      "./images/246.png"1001    ],1002    "answer": "B",1003    "difficulty": 0.65,1004    "question_type": "clock",1005    "choice_type": "choice_ABC",1006    "id": 761007  },1008  {1009    "question_english": "Look at the images and choose the one that represents 3 o'clock.\n\nA.<image> B.<image> C.<image>",1010    "images_question": [1011      "./images/247.png",1012      "./images/248.png",1013      "./images/249.png"1014    ],1015    "answer": "A",1016    "difficulty": 0.65,1017    "question_type": "clock",1018    "choice_type": "choice_ABC",1019    "id": 771020  },1021  {1022    "question_english": "The clock face showing a time of approximately 10 o'clock is ( ).\n\nA.<image> B.<image> C.<image>",1023    "images_question": [1024      "./images/250.png",1025      "./images/251.png",1026      "./images/252.png"1027    ],1028    "answer": "C",1029    "difficulty": 0.65,1030    "question_type": "clock",1031    "choice_type": "choice_ABC",1032    "id": 781033  },1034  {1035    "question_english": "The clock face indicating that it is almost 10 o'clock is ( ).\n\nA. <image> B. <image> C. <image>",1036    "images_question": [1037      "./images/253.png",1038      "./images/254.png",1039      "./images/255.png"1040    ],1041    "answer": "A",1042    "difficulty": 0.85,1043    "question_type": "clock",1044    "choice_type": "choice_ABC",1045    "id": 791046  },1047  {1048    "question_english": "Which clock is broken? ( )\n\nA.<image> B.<image> C.<image>",1049    "images_question": [1050      "./images/256.png",1051      "./images/257.png",1052      "./images/258.png"1053    ],1054    "answer": "B",1055    "difficulty": 0.4,1056    "question_type": "clock",1057    "choice_type": "choice_ABC",1058    "id": 801059  },1060  {1061    "question_english": "It is now 7:00, the most accurate is ( ).\n\nA. <image> B. <image> C. <image>",1062    "images_question": [1063      "./images/259.png",1064      "./images/260.png",1065      "./images/261.png"1066    ],1067    "answer": "C",1068    "difficulty": 0.85,1069    "question_type": "clock",1070    "choice_type": "choice_ABC",1071    "id": 811072  },1073  {1074    "question_english": "The following flat layout can be folded into ( ).\n\n<image>\n\nA. <image> B. <image> C. <image>",1075    "images_question": [1076      "./images/262.png",1077      "./images/263.png",1078      "./images/264.png",1079      "./images/265.png"1080    ],1081    "answer": "B",1082    "difficulty": 0.85,1083    "question_type": "cube",1084    "choice_type": "choice_ABC",1085    "id": 821086  },1087  {1088    "question_english": "Among the following four figures, the one that is not a surface development diagram of a cube is ( ).\n\nA.<image>   B.<image>   C.<image>   D.<image>",1089    "images_question": [1090      "./images/266.png",1091      "./images/267.png",1092      "./images/268.png",1093      "./images/269.png"1094    ],1095    "answer": "A",1096    "difficulty": 0.85,1097    "question_type": "cube",1098    "choice_type": "choice_ABCD",1099    "id": 831100  },1101  {1102    "question_english": "Among the following figures, (    ) is the unfolded diagram of a cube.\n\nA.<image> B.<image> C.<image> D.<image>",1103    "images_question": [1104      "./images/270.png",1105      "./images/271.png",1106      "./images/272.png",1107      "./images/273.png"1108    ],1109    "answer": "B",1110    "difficulty": 0.65,1111    "question_type": "cube",1112    "choice_type": "choice_ABCD",1113    "id": 841114  },1115  {1116    "question_english": "Among the three figures below, the one that can be folded into a cube is ( ).\n\nA.<image> B.<image> C.<image>",1117    "images_question": [1118      "./images/274.png",1119      "./images/275.png",1120      "./images/276.png"1121    ],1122    "answer": "C",1123    "difficulty": 0.65,1124    "question_type": "cube",1125    "choice_type": "choice_ABC",1126    "id": 851127  },1128  {1129    "question_english": "The one that is not the unfolded diagram of a cube is ( ).\n\nA.<image> B.<image> C.<image> D.<image>",1130    "images_question": [1131      "./images/277.png",1132      "./images/278.png",1133      "./images/279.png",1134      "./images/280.png"1135    ],1136    "answer": "A",1137    "difficulty": 0.65,1138    "question_type": "cube",1139    "choice_type": "choice_ABCD",1140    "id": 861141  },1142  {1143    "question_english": "Which of the following shapes cannot be folded into a cube?\n\nA.<image> B.<image> C.<image> D.<image>",1144    "images_question": [1145      "./images/281.png",1146      "./images/282.png",1147      "./images/283.png",1148      "./images/284.png"1149    ],1150    "answer": "B",1151    "difficulty": 0.65,1152    "question_type": "cube",1153    "choice_type": "choice_ABCD",1154    "id": 871155  },1156  {1157    "question_english": "Which of the following diagrams cannot be folded along the dotted lines to form a cube?\n\nA.<image> B.<image> C.<image> D.<image>",1158    "images_question": [1159      "./images/285.png",1160      "./images/286.png",1161      "./images/287.png",1162      "./images/288.png"1163    ],1164    "answer": "A",1165    "difficulty": 0.65,1166    "question_type": "cube",1167    "choice_type": "choice_ABCD",1168    "id": 881169  },1170  {1171    "question_english": "In the following floor plans, ( ) can be folded into a cube.\n\nA.<image> B.<image> C.<image> D.<image>",1172    "images_question": [1173      "./images/289.png",1174      "./images/290.png",1175      "./images/291.png",1176      "./images/292.png"1177    ],1178    "answer": "C",1179    "difficulty": 0.65,1180    "question_type": "cube",1181    "choice_type": "choice_ABCD",1182    "id": 891183  },1184  {1185    "question_english": "In the following figures, the one that can form a cube is ( ).\n\nA.<image>   B.<image>\n\nC.<image>   D.<image>",1186    "images_question": [1187      "./images/293.png",1188      "./images/294.png",1189      "./images/295.png",1190      "./images/296.png"1191    ],1192    "answer": "A",1193    "difficulty": 0.65,1194    "question_type": "cube",1195    "choice_type": "choice_ABCD",1196    "id": 901197  },1198  {1199    "question_english": "Wrap 4 cassette tapes into one package, with each tape being 10 cm long, 6 cm wide, and 1 cm high. Below ( ) uses the least amount of wrapping paper.\n\nA.<image> B.<image> C.<image>",1200    "images_question": [

Showing the first 1,200 of 23899 lines. Download the file for the rest.