File size: 25,044 Bytes
6e3758c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "index": "1",
        "type": "QA",
        "task": "You have a pack of 52 playing cards in your hand and decide to sort them into alphabetical order. The ACE of CLUBS, ACE of DIAMONDS, ACE of HEARTS and ACE of SPADES are the first four cards you place on the table. If you carried on this sequence, what would be the LAST card you would place down? You should answer with this following format: \\boxed{10 HEARTS}",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "2 SPADES",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "2",
        "type": "QA",
        "task": "Answer the puzzle below: How many dots (i.e. “.”) – including any used in punctuation and letters… – are used in writing this question? You should answer with a number. You should only consider from 'Answer the puzzle' to 'in writing this question ?'.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "17",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "3",
        "type": "QA",
        "task": "Without reordering any letters, how many animals appear in the sequence below? P H E A S A N T O R T O I S E A L I O N. You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "6",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "4",
        "type": "QA",
        "task": "The answers to each of these clues all use the same three letters but in different orders. What are those three letters? POSSESS, IMMEDIATELY, VICTORIOUS. You should answer with the three letters in uppercase in this format: \\boxed{ABC}",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "OWN",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "5",
        "type": "QA",
        "task": " What replaces the question marks in this sequence? JF3128 MA3130 MJ3130 ??????. If the answer contain any verb, you should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "JA3131",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "6",
        "type": "QA",
        "task": "If you remove all the underlined letters from the sentence below, what word can be spelt if you rearrange all of the remaining letters? You should answer with uppercase.",
        "clues": [
            "<u>A</u>N<u>IMAL</u> T<u>O</u> <u>S</u>H<u>UN</u> <u>IN</u> <u>ST</u>A<u>M</u>PE<u>D</u>E"
        ],
        "img_clues": [],
        "answer": "ELEPHANT",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "7",
        "type": "QA",
        "task": " If you remove all the words in this sentence that contain recurring letters within them, which becomes the ninth word in this sentence? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "WORD",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "8",
        "type": "QA",
        "task": "Each of the gaps below can be filled by a different three-letter sequences that goes after the first word and before the second word to make two new words. What nine-letter word is made when you put the three sequences together, in order? You should answer with uppercase.",
        "clues": [
            "HANDLE _ _ _ BELL,FORGOT _ _ _ ANT,SHRED _ _ _ BY"
        ],
        "img_clues": [],
        "answer": "BARTENDER",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "10",
        "type": "QA",
        "task": "Peter has recently found his old diary that he’d written in secret code but he can’t remember how to decipher what he wrote. Can you check the code to find out what the underlined word is? You should answer with uppercase.",
        "clues": [
            "WH89 I GR1W UP I WA92 21 B8 A <u>5L1RI72</u>"
        ],
        "img_clues": [],
        "answer": "FLORIST",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "11",
        "type": "QA",
        "task": "Answer this question: What word do you get if you take the third letter of the alphabet and and and the twenty-fifth letter of the twenty-fifth letter of the alphabet? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "CANDY",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "12",
        "type": "QA",
        "task": "How many different words are there in the tongue twister below? SHE SELLS SEA SHELLS BY THE SEASHORE. THE SHELLS SHE SELLS ARE SURELY SEA SHELLS. SO IF SHE SELLS SHELLS ON THE SEASHORE, I AM SURE SHE SELLS SEASHORE SHELLS. You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "15",
        "Chinese_explaination": "The words are SHE, SELLS, SEA, SHELLS, BY, THE, SEASHORE, ARE, SURELY, SO, IF, ON, I, AM, and SURE.",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "13",
        "type": "QA",
        "task": "What is the lowest number to have the same value as ten times the number of letters in its name? You should answer in words and uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "FIFTY",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "17",
        "type": "QA",
        "task": "What two letters replace the question marks? You should answer with uppercase.",
        "clues": [
            "TE times T equals MESSAGE, TO times IN equals POISON, E times ?? equals LEAVE"
        ],
        "img_clues": [],
        "answer": "IT",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "18",
        "type": "QA",
        "task": " If you remove all the underlined letters from the sentence below, what word can be spelt if you rearrange all of the remaining letters? You should answer with uppercase.",
        "clues": [
            "ONE S<u>ELL</u>I<u>N</u>G FR<u>ES</u>H <u>SAL</u>M<u>ON</u>"
        ],
        "img_clues": [],
        "answer": "FISHMONGER",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "19",
        "type": "QA",
        "task": "The solution to this puzzle is nearly impossible to find. What is it? HAANYESETDALCEK. You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "A NEEDLE IN A HAYSTACK",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "20",
        "type": "QA",
        "task": "What 2 words in this question each make a common new word if you move the last letter from the end to the beginning? You should only consider the words from 'What 2 words in this question' to 'the end to the beginning?' and answer with uppercase and in this format: \\boxed{WORD1 WORD2}",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "WORDS END",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "24",
        "type": "QA",
        "task": "Which two words, that contain the same five letters as each other but in a different order, mean the same as the two words below? FAIRLY SILENT. You should answer with uppercase and in this format: \\boxed{WORD1 WORD2}",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "QUITE QUIET",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "34",
        "type": "QA",
        "task": "How many pairs of anagrams are there in the following sentence? Alice, Dan, Celia and Enid hoped to dine well on the plane from Nepal. You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "4",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s4"
    },
    {
        "index": "2",
        "type": "QA",
        "task": "If all the numbers from 1 to 20 are written out in words and put into numerical order and then reorganised into alphabetical order, which is the only number that stays in the same position? You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "5",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "3",
        "type": "QA",
        "task": "What are the next two numbers in this sequence? 201 720 182 019 202 020 212 0__. You should answer with two numbers.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "22",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "4",
        "type": "QA",
        "task": "Using just two letters to fill in the blanks, what is the word below? _L__V_L___. You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "SLEEVELESS",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "5",
        "type": "QA",
        "task": "The word ‘calendar’ contains three vowels. How many months of the year have the same amount of vowels as the word ‘calendar’? You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "7",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "6",
        "type": "QA",
        "task": "What three letters should come next? SMT, WTF, SSM, TWT, FSS, __. You should answer with three letters in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "MTW",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "9",
        "type": "QA",
        "task": "What two letters would be next in this sequence? ON, ET, WO, TH, RE, EF, OU, RF, IV, ES,?? You should answer with two letters in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "IX",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "11",
        "type": "QA",
        "task": "In sport, if being FT gets you GD and being SD gets you SR, what does being TD get you? You should answer in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "BE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "12",
        "type": "QA",
        "task": "Which is the odd one out? TROJAN, DISMAY, TRANSEPT, CONCOCT, JUSTIFY. You should answer with a word. You should choose one of the words and the answer should be in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "JUSTIFY",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "13",
        "type": "QA",
        "task": "What is the next letter in this sequence? SENTTTTTTTTTTTTTTTTTTTT_. You should answer with a letter in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "F",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "15",
        "type": "QA",
        "task": "What is the next letter in this sequence? 1. f first, 2. e second, 3. i third, 4. r fourth. 5. _ fifth. You should answer with a letter in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "H",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "16",
        "type": "QA",
        "task": "If the below are all true… 1 = 5, 2 = 27, 3 = 125, 4 = 1880, what does 5 = ? You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "1",
        "Chinese_explaination": "1=5=1",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "19",
        "type": "QA",
        "task": "Which two letters are missing from this tongue twister? _H_ __LL_ __A _H_LL_ ON TH_ __A _HOR_. You should answer with two letters in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "SE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "20",
        "type": "QA",
        "task": "What well-known three-word expression is written in code below? THODEEPUGHT. You should answer with a word in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "DEEP IN THOUGHT",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "28",
        "type": "QA",
        "task": "Fiona and James are married. Fiona is always grumpy on a day that has an S in it. And James is always grumpy on a day that has an M in it. What is the only day of the week they are both happy? You should answer with a day of the week in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "FRIDAY",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "30",
        "type": "QA",
        "task": "Logically, what comes next in the sequence below? EINN, ENT, EEELNV, EELTVW, ______. You should answer with a word in uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "EEHINRTT",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s2"
    },
    {
        "index": "2",
        "type": "QA",
        "task": " I wanted to spell with my spoonful of alphabet soup. What’s the longest word I could create using the letters in the spoon as many times as I want? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "INCONVENIENCED",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "4",
        "type": "QA",
        "task": "Last month was not May or July. Next month is not January, March, or November. Neither last month nor next month is APRIL, AUGUST, DECEMBER, What month must it be? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "APRIL",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "5",
        "type": "QA",
        "task": " In this word puzzle if you go South, then East, then North, then South again, then East again, and finally South again, what six-letter word will you come to. You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "SENSES",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "6",
        "type": "QA",
        "task": "What four-word phrase can you get if you keep everything below, but remove “two letters” in order? You should answer with uppercase.",
        "clues": [
            "T I W O A M L A W E T I N T E N R E S R"
        ],
        "img_clues": [],
        "answer": "I AM A WINNER",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "7",
        "type": "QA",
        "task": "If Cooper’s boat has a ladder hanging off its side that’s 12 feet long, with the bottom 3 feet submerged in water, how much of the ladder will be underwater if the tide rises 4 feet? You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "3",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "8",
        "type": "QA",
        "task": "Listen up! What is the only letter of the alphabet logically missing from this list? You should answer with uppercase.",
        "clues": [
            "B C D E G P T Z"
        ],
        "img_clues": [],
        "answer": "V",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "10",
        "type": "QA",
        "task": "What word are you left with if you DEBUG this line of code? You should answer with uppercase.",
        "clues": [
            "VANTIFLEACTOBEETLERTICKY"
        ],
        "img_clues": [],
        "answer": "VICTORY",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "12",
        "type": "QA",
        "task": "What are the commonly known four-letter words that can be found inside the five words listed below? You should answer with uppercase. If there are multiple answers, separate them with commas. Like this: \\boxed{WORD1 WORD2 WORD3}",
        "clues": [
            "PUMPKIN BICYCLE PENCHANT PAGEANT NOWHERE"
        ],
        "img_clues": [],
        "answer": "PUMP PAGE HERE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "13",
        "type": "QA",
        "task": "Clara got 3 likes on her post, Abby got 1 like on her post, and Zack got 26 likes on his post. Crack the code and tell me how many likes Kim got on her post. You should answer with the number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "11",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "14",
        "type": "QA",
        "task": "Logically, which letter comes next in the sequence? You should answer with uppercase.",
        "clues": [
            "S U M O T U W E T H F R S __"
        ],
        "img_clues": [],
        "answer": "A",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "15",
        "type": "QA",
        "task": "If there are 100 houses on a street, numbered from 1 to 100, how many houses have at least one 9 in their address? You should answer with the number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "19",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "17",
        "type": "QA",
        "task": "The Pacific Time Zone is 3 hours behind the Eastern Time Zone, and Daylight Savings Time put the clocks forward one hour at 2 a.m. on March 12, 2023. When it was 4 a.m. in New Oyrk on March 12, 2023, what time was it in Los Angeles? You should answer with the time in 12-hour format, like '\\boxed{1 am}.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "12 am",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "20",
        "type": "QA",
        "task": "What 1 part of this sentence, when written out as 2 words, uses 5 vowels exactly once? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "QUESTION MARK",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "21",
        "type": "QA",
        "task": "You might have to try and fail a few times before you succeed with this one. What letter is next in this sequence? You should answer with uppercase.",
        "clues": [
            "TERRIRAOL_"
        ],
        "img_clues": [],
        "answer": "R",
        "Chinese_explaination": "The odd-numbered letters in the sequence spell TIRAL; the even-numbered letters spell ERRO. The next letter, R, makes it TRIAL and ERROR.",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "22",
        "type": "QA",
        "task": "What letter pair could squeeze into the same position inside each of these words to make longer words? You should answer with uppercase.",
        "clues": [
            "JUICE, PEERING, JEER"
        ],
        "img_clues": [],
        "answer": "ST",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "23",
        "type": "QA",
        "task": "Read each word in the headline from beginning to end. Which word doesn’t match the pattern of the others? You should answer with uppercase.",
        "clues": [
            "Local Realtor Sells Ships Throughout Area, Gaining Valuable Expertise"
        ],
        "img_clues": [],
        "answer": "VALUABLE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "24",
        "type": "QA",
        "task": "What comes next in the sequence below? You should answer with uppercase.",
        "clues": [
            "ZER OON ETW OTH ___"
        ],
        "img_clues": [],
        "answer": "REE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "25",
        "type": "QA",
        "task": "What’s the largest two-digit number that looks the same right side up as it does upside down? You should answer with number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "96",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "27",
        "type": "QA",
        "task": " Ignoring syllables, logically which of these words does not belong with the others? (A) VACATE, (B) DOGMATIC, (C) TRANSFORM, (D) HOWLER You should choose one of the options.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "C",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "28",
        "type": "QA",
        "task": "If you double the number of times the word triple appears, how many t’s would there be in this question? You should answer with a number.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "9",
        "Chinese_explaination": "The t’s appear in the words “the” x2, “times”, “triple” x2, “t’s”, “there”, “this”, “question”",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "30",
        "type": "QA",
        "task": "What word is represented by this picture? You should answer with uppercase.",
        "clues": [
            ""
        ],
        "img_clues": [],
        "answer": "INCUBATE",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "31",
        "type": "QA",
        "task": "What do you get if you remove the wrong letters from this sequence? You should answer with uppercase.",
        "clues": [
            "W A R O K I N S G S"
        ],
        "img_clues": [],
        "answer": "A KISS",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "32",
        "type": "QA",
        "task": "Fill in the blank:",
        "clues": [
            "W8ED,T1D,OF10,NE_RK"
        ],
        "img_clues": [],
        "answer": "2",
        "Chinese_explaination": "",
        "source_folder": "EN_1percent_CLUB_s3"
    },
    {
        "index": "33",
        "type": "QA",
        "task": " What letter can replace the question mark to complete this sequence? You should answer with uppercase.",
        "clues": [
            "SG SR AN W?"
        ],
        "img_clues": [],
        "answer": "R",
        "Chinese_explaination": "They are the first and last letters of the seasons – SPRING, SUMMER, AUTUMN, and WINTER",
        "source_folder": "EN_1percent_CLUB_s3"
    }
]