File size: 18,331 Bytes
f6fc774
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
          {
        "question_id": "q_009",
        "video_id": "868_h264",
        "question": "What is the author doing after the text 'dream beach' appears?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "Taking a selfie"
          },
          {
            "option_id": "B",
            "text": "Taking photos of elementary school students"
          },
          {
            "option_id": "C",
            "text": "Sitting on the beach"
          },
          {
            "option_id": "D",
            "text": "Riding a bicycle"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "Taking photos of elementary school students"
        }
      },   
      {
        "question_id": "q_012",
        "video_id": "869_h264",
        "question": "What is the author's license plate number?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "1A2BC"
          },
          {
            "option_id": "B",
            "text": "5X1EK"
          },
          {
            "option_id": "C",
            "text": "7C9LM"
          },
          {
            "option_id": "D",
            "text": "4Z5TY"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "5X1EK"
        }
      },
      {
        "question_id": "q_014",
        "video_id": "870_h264",
        "question": "What action did they take after the text 'Floor is lava' appeared?",
        "task_type": "multimodal_understanding",
        "options": [
          {
            "option_id": "A",
            "text": "Walked on the floor casually"
          },
          {
            "option_id": "B",
            "text": "Ran away quickly"
          },
          {
            "option_id": "C",
            "text": "Climbed using the handrail instead of walking on the floor"
          },
          {
            "option_id": "D",
            "text": "Stood still and waited"
          }
        ],
        "answer": {
          "option_id": "C",
          "text": "Climbed using the handrail instead of walking on the floor"
        }
      },
      {
        "question_id": "q_020",
        "video_id": "881_h264",
        "question": "What is the special significance of the text '17 October 2021'?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "The start of training season"
          },
          {
            "option_id": "B",
            "text": "Marathon race day"
          },
          {
            "option_id": "C",
            "text": "A public holiday"
          },
          {
            "option_id": "D",
            "text": "The author's birthday"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "Marathon race day"
        }
      },
      {
        "question_id": "q_021",
        "video_id": "881_h264",
        "question": "What does the text 'E4-11237' represent?",
        "task_type": "multimodal_understanding",
        "options": [
          {
            "option_id": "A",
            "text": "A race checkpoint"
          },
          {
            "option_id": "B",
            "text": "The author's marathon bib number"
          },
          {
            "option_id": "C",
            "text": "A stadium section code"
          },
          {
            "option_id": "D",
            "text": "A random number"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "The author's marathon bib number"
        }
      },    
      {
        "question_id": "q_023",
        "video_id": "882_h264",
        "question": "What was the author doing after the text '14th of May, 6 in the morning. And we're gonna drop off our bikes.' appeared?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "Riding a bike"
          },
          {
            "option_id": "B",
            "text": "Sitting on a plane"
          },
          {
            "option_id": "C",
            "text": "Swimming in a pool"
          },
          {
            "option_id": "D",
            "text": "Walking in a park"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "Sitting on a plane"
        }
      },
      {
        "question_id": "q_027",
        "video_id": "883_h264",
        "question": "What is the author's name?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "SOPHIA BROWN"
          },
          {
            "option_id": "B",
            "text": "MIA GREEN"
          },
          {
            "option_id": "C",
            "text": "AVA SMITH"
          },
          {
            "option_id": "D",
            "text": "LUCY WHITE"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "MIA GREEN"
        }
      },    
      {
        "question_id": "q_034",
        "video_id": "888_h264",
        "question": "What was the author doing when the text 'PULL DAY BACK, BICEPS' appeared?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "Performing pull-ups"
          },
          {
            "option_id": "B",
            "text": "Using a foam roller to massage legs and back"
          },
          {
            "option_id": "C",
            "text": "Lifting dumbbells"
          },
          {
            "option_id": "D",
            "text": "Stretching arms"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "Using a foam roller to massage legs and back"
        }
      },
      {
        "question_id": "q_035",
        "video_id": "889_h264",
        "question": "What does the text '1322' represent?",
        "task_type": "multimodal_understanding",
        "options": [
          {
            "option_id": "A",
            "text": "The time of the event"
          },
          {
            "option_id": "B",
            "text": "The author's race number"
          },
          {
            "option_id": "C",
            "text": "Checkpoint number"
          },
          {
            "option_id": "D",
            "text": "The distance covered"
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "The author's race number"
        }
      },
      {
        "question_id": "q_039",
        "video_id": "891_h264",
        "question": "After #41 completed his free throws, how many points was the team the author was rooting for ahead or behind the other team?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "6 points ahead of the other team."
          },
          {
            "option_id": "B",
            "text": "Trailing the other team by 12 points."
          },
          {
            "option_id": "C",
            "text": "12 points ahead of the other team."
          },
          {
            "option_id": "D",
            "text": "Trailing the other team by 13 points."
          }
        ],
        "answer": {
          "option_id": "B",
          "text": "Trailing the other team by 12 points."
        }
      },
      {
        "question_id": "q_040",
        "video_id": "891_h264",
        "question": "As depicted in the video, what was the halftime score between the two teams?",
        "task_type": "multimodal_reasoning",
        "options": [
          {
            "option_id": "A",
            "text": "32 - 23."
          },
          {
            "option_id": "B",
            "text": "27 - 16."
          },
          {
            "option_id": "C",
            "text": "18 - 6."
          },
          {
            "option_id": "D",
            "text": "37 - 27."
          }
        ],
        "answer": {
          "option_id": "A",
          "text": "32 - 23."
        }
      },    {
        "video_id": "867_h264",
        "question": "What is the order of appearance of these four texts: APPLE, BANANA, CHERRY, DATE?",
        "choices": {
            "A": [
                "APPLE",
                "DATE",
                "CHERRY",
                "BANANA"
            ],
            "B": [
                "CHERRY",
                "APPLE",
                "BANANA",
                "DATE"
            ],
            "C": [
                "APPLE",
                "BANANA",
                "CHERRY",
                "DATE"
            ],
            "D": [
                "BANANA",
                "APPLE",
                "DATE",
                "CHERRY"
            ]
        },
        "answer": "C",
        "type": "temporal text Order",
        "source": "867",
        "question_id": 516
    },
    {
        "video_id": "868_h264",
        "question": "What is the order of appearance of these four texts: ORANGE, PEAR, GRAPE, MELON?",
        "choices": {
            "A": [
                "ORANGE",
                "MELON",
                "GRAPE",
                "PEAR"
            ],
            "B": [
                "GRAPE",
                "ORANGE",
                "PEAR",
                "MELON"
            ],
            "C": [
                "ORANGE",
                "PEAR",
                "GRAPE",
                "MELON"
            ],
            "D": [
                "PEAR",
                "ORANGE",
                "MELON",
                "GRAPE"
            ]
        },
        "answer": "C",
        "type": "temporal text Order",
        "source": "868",
        "question_id": 517
    },
    {
        "video_id": "869_h264",
        "question": "What is the order of appearance of these four texts: 'NO LIFEGUARD ON DUTY', 'SAUROPODS OR ANKYLOSAURS?', 'LAP WARMER', 'SLACKERS'?",
        "choices": {
            "A": [
                "SAUROPODS OR ANKYLOSAURS?",
                "NO LIFEGUARD ON DUTY",
                "LAP WARMER",
                "SLACKERS"
            ],
            "B": [
                "NO LIFEGUARD ON DUTY",
                "SAUROPODS OR ANKYLOSAURS?",
                "SLACKERS",
                "LAP WARMER"
            ],
            "C": [
                "LAP WARMER",
                "SLACKERS",
                "SAUROPODS OR ANKYLOSAURS?",
                "NO LIFEGUARD ON DUTY"
            ],
            "D": [
                "SLACKERS",
                "LAP WARMER",
                "NO LIFEGUARD ON DUTY",
                "SAUROPODS OR ANKYLOSAURS?"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "869",
        "question_id": 518
    },
    {
        "video_id": "870_h264",
        "question": "What is the order of appearance of these four texts: 'Hide & Seek', 'Shave Someones Head', 'Small $100', 'FINISH'?",
        "choices": {
            "A": [
                "Shave Someones Head",
                "Hide & Seek",
                "Small $100",
                "FINISH"
            ],
            "B": [
                "Hide & Seek",
                "Shave Someones Head",
                "Small $100",
                "FINISH"
            ],
            "C": [
                "Small $100",
                "FINISH",
                "Hide & Seek",
                "Shave Someones Head"
            ],
            "D": [
                "FINISH",
                "Small $100",
                "Shave Someones Head",
                "Hide & Seek"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "870",
        "question_id": 519
    },
    {
        "video_id": "881_h264",
        "question": "What is the order of appearance of these four texts: 'I GET MY MUSIC FROM ARTLIST!', 'OLDER BROTHER', 'YOGA CLASS', 'Here's what you need to know about race day.'?",
        "choices": {
            "A": [
                "OLDER BROTHER",
                "YOGA CLASS",
                "I GET MY MUSIC FROM ARTLIST!",
                "Here's what you need to know about race day."
            ],
            "B": [
                "YOGA CLASS",
                "OLDER BROTHER",
                "Here's what you need to know about race day.",
                "I GET MY MUSIC FROM ARTLIST!"
            ],
            "C": [
                "I GET MY MUSIC FROM ARTLIST!",
                "OLDER BROTHER",
                "YOGA CLASS",
                "Here's what you need to know about race day."
            ],
            "D": [
                "Here's what you need to know about race day.",
                "YOGA CLASS",
                "OLDER BROTHER",
                "I GET MY MUSIC FROM ARTLIST!"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "881",
        "question_id": 520
    },   
    {
        "video_id": "882_h264",
        "question": "What is the order of appearance of these five texts: 'Just arrived in Madrid. Oh, look, look! It's my bike', 'DAY 2 TRAINING 2 3000m - SWIMMING', 'YAIZA LOOP 55KM - 700m altitude', 'TRIATHLON PT.2 40KM - BIKE RIDE', 'IRONMAN TRAINING DAY 121'?",
        "choices": {
            "A": [
                "DAY 2 TRAINING 2 3000m - SWIMMING",
                "YAIZA LOOP 55KM - 700m altitude",
                "TRIATHLON PT.2 40KM - BIKE RIDE",
                "IRONMAN TRAINING DAY 121"
            ],
            "B": [
                "YAIZA LOOP 55KM - 700m altitude",
                "DAY 2 TRAINING 2 3000m - SWIMMING",
                "IRONMAN TRAINING DAY 121",
                "TRIATHLON PT.2 40KM - BIKE RIDE"
            ],
            "C": [
                "TRIATHLON PT.2 40KM - BIKE RIDE",
                "IRONMAN TRAINING DAY 121",
                "DAY 2 TRAINING 2 3000m - SWIMMING",
                "YAIZA LOOP 55KM - 700m altitude"
            ],
            "D": [
                "IRONMAN TRAINING DAY 121",
                "TRIATHLON PT.2 40KM - BIKE RIDE",
                "YAIZA LOOP 55KM - 700m altitude",
                "DAY 2 TRAINING 2 3000m - SWIMMING"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "882",
        "question_id": 521
    },
    {
        "video_id": "883_h264",
        "question": "What is the order of appearance of these four texts: 'Dumbbell flat bench', 'Cable tricep extensions', 'Monday:glutes and hamstrings', 'Superset:seated bicep curls'?",
        "choices": {
            "A": [
                "Monday:glutes and hamstrings",
                "Dumbbell flat bench",
                "Cable tricep extensions",
                "Superset:seated bicep curls"
            ],
            "B": [
                "Dumbbell flat bench",
                "Monday:glutes and hamstrings",
                "Superset:seated bicep curls",
                "Cable tricep extensions"
            ],
            "C": [
                "Cable tricep extensions",
                "Superset:seated bicep curls",
                "Monday:glutes and hamstrings",
                "Dumbbell flat bench"
            ],
            "D": [
                "Superset:seated bicep curls",
                "Monday:glutes and hamstrings",
                "Dumbbell flat bench",
                "Cable tricep extensions"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "883",
        "question_id": 522
    },
    {
        "video_id": "888_h264",
        "question": "What is the order of appearance of these four texts: 'DUMBBELL BDLS', 'LAT PULLDOWNS', 'DB CROSSBODY RAISES', 'CROSSBODY HAMMER CURLS'?",
        "choices": {
            "A": [
                "DB CROSSBODY RAISES",
                "DUMBBELL BDLS",
                "LAT PULLDOWNS",
                "CROSSBODY HAMMER CURLS"
            ],
            "B": [
                "DUMBBELL BDLS",
                "LAT PULLDOWNS",
                "CROSSBODY HAMMER CURLS",
                "DB CROSSBODY RAISES"
            ],
            "C": [
                "LAT PULLDOWNS",
                "DB CROSSBODY RAISES",
                "DUMBBELL BDLS",
                "CROSSBODY HAMMER CURLS"
            ],
            "D": [
                "CROSSBODY HAMMER CURLS",
                "DUMBBELL BDLS",
                "LAT PULLDOWNS",
                "DB CROSSBODY RAISES"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "888",
        "question_id": 523
    },
    {
        "video_id": "889_h264",
        "question": "What is the order of appearance of these four texts: 'RACE BRIEFING', 'CODY KO', '1h04,doing great!', 'BIKE OUT'?",
        "choices": {
            "A": [
                "RACE BRIEFING",
                "CODY KO",
                "1h04,doing great!",
                "BIKE OUT"
            ],
            "B": [
                "CODY KO",
                "RACE BRIEFING",
                "BIKE OUT",
                "1h04,doing great!"
            ],
            "C": [
                "1h04,doing great!",
                "BIKE OUT",
                "RACE BRIEFING",
                "CODY KO"
            ],
            "D": [
                "BIKE OUT",
                "1h04,doing great!",
                "CODY KO",
                "RACE BRIEFING"
            ]
        },
        "answer": "A",
        "type": "temporal text Order",
        "source": "889",
        "question_id": 524
    }
]