File size: 33,728 Bytes
7d9dd37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sections": [
        {
            "title": "T0: Feb 27, Operation Epic Fury",
            "event_datetime": "2026-02-27T20:38:00Z",
            "questions": [
                {
                    "original_cn": "美国是否会真的进攻伊朗本土?",
                    "scenario_question_en": "Is the United States likely to conduct direct military strikes on Iranian territory?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国是否会采用经济制裁?",
                    "scenario_question_en": "Could the United States prioritize economic sanctions or diplomatic pressure over military action?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "这是否意味着战争的开始?",
                    "scenario_question_en": "Does the announcement of Operation Epic Fury signal the beginning of a broader military conflict?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T1: Feb 28, Israeli-US Strikes",
            "event_datetime": "2026-02-28T06:15:00Z",
            "questions": [
                {
                    "original_cn": "美国会不会继续扩大空袭?",
                    "scenario_question_en": "Are the Israeli-U.S. strikes likely to escalate into a broader military campaign?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗会不会进行报复?",
                    "scenario_question_en": "Is Iran likely to retaliate militarily in response to the strikes?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "如果伊朗决定报复,他的目标会是哪里?美军事基地,还是直接无差别轰炸?",
                    "scenario_question_en": "If Iran retaliates, is it more likely to indiscriminately bomb Israeli-U.S. territory than to target U.S. military bases?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "海湾国家是否会成为伊朗的报复目标?",
                    "scenario_question_en": "Could Gulf states become direct targets of Iranian retaliation?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "中东空域是否会关闭?",
                    "scenario_question_en": "Is regional airspace in the Middle East likely to face widespread closures due to security risks?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T2: Feb 28, Iranian Strikes",
            "event_datetime": "2026-02-28T06:40:00Z",
            "questions": [
                {
                    "original_cn": "这次伊朗打击是一次象征性报复,还是持续军事行动的第一波?",
                    "scenario_question_en": "Are the Iranian strikes likely to remain symbolic retaliation without sustained military operations?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "霍尔木兹海峡是否会受到威胁?",
                    "scenario_question_en": "Could Iran attempt to disrupt shipping through the Strait of Hormuz?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "受伊朗冲突影响的中东其他国家是否会参战?",
                    "scenario_question_en": "Are other countries in the region likely to become directly involved in the conflict?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "中东空域是否会关闭?",
                    "scenario_question_en": "Is large-scale closure of Middle Eastern airspace likely following these strikes?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗内部会不会发生叛乱?",
                    "scenario_question_en": "Could the conflict trigger internal rebel army within Iran?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T3: Mar 1, Two Missiles towards British Bases on Cyprus",
            "event_datetime": "2026-03-01T12:00:00Z",
            "questions": [
                {
                    "original_cn": "英国会不会正式介入战争?",
                    "scenario_question_en": "Is the United Kingdom likely to become directly involved in the conflict?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "北约会不会被卷入,战争是否扩展到地中海战区?",
                    "scenario_question_en": "Is NATO become involved, expanding the conflict into the Mediterranean theater?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "地中海航运是否受到影响?",
                    "scenario_question_en": "Could the conflict disrupt commercial shipping or maritime security in the Mediterranean?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T4: Mar 1, Oil Refiner and Oil Tanker Was Attacked",
            "event_datetime": "2026-03-01T22:00:00Z",
            "questions": [
                {
                    "original_cn": "伊朗是否会持续攻击更多邮轮,来进行事实上对霍尔木兹海峡的封锁?",
                    "scenario_question_en": "Is Iran likely to continue targeting oil tankers in an attempt to disrupt traffic through the Strait of Hormuz?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "国际海军是否会建立护航行动?",
                    "scenario_question_en": "Could international naval forces establish escort missions to protect commercial shipping?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "美国海军是否会建立护航行动?",
                    "scenario_question_en": "Could American naval forces establish escort missions to protect commercial shipping?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "能源基础设施是否会成为主要战场,伊朗是否会攻击更多炼油厂水厂等能源相关设施?",
                    "scenario_question_en": "Are energy facilities such as refineries, desalination plants, and oil terminals likely to become primary targets?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "油价是否会产生剧烈波动?",
                    "scenario_question_en": "Could these attacks lead to significant volatility in global oil prices?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T5: Mar 4, Qatar Halts Energy Production",
            "event_datetime": "2026-03-02T06:00:00Z",
            "questions": [
                {
                    "original_cn": "欧洲或亚洲是否会出现天然气短缺风险?",
                    "scenario_question_en": "Could Qatar's decision lead to natural gas shortages in Europe or Asia?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "全球天然气价格是否会大幅上涨?",
                    "scenario_question_en": "Are global natural gas prices likely to increase significantly as a result?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "海湾地区其他LNG或炼油设施是否会遭到攻击?",
                    "scenario_question_en": "Could other LNG facilities or energy infrastructure in the Gulf region become targets?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "欧洲和亚洲国家是否会寻找替代能源供应?",
                    "scenario_question_en": "Are major energy-importing countries likely to seek alternative supply sources?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T6: Mar 2, Natanz Nuclear Facility Damaged",
            "event_datetime": "2026-03-02T10:00:00Z",
            "questions": [
                {
                    "original_cn": "美国以色列是否会持续的攻击核设施?",
                    "scenario_question_en": "Are the United States and Israel likely to continue targeting Iranian nuclear facilities?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "以色列核设施会不会遭到破坏",
                    "scenario_question_en": "Will Isreal nuclear-related infrastructure be damaged?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗是否会退出核不扩散框架?",
                    "scenario_question_en": "Is Iran likely to withdraw from nuclear non-proliferation commitments?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "核武器是否会在战争中被使用?",
                    "scenario_question_en": "Could nuclear weapons or nuclear-related threats emerge as part of the conflict?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T7: Mar 3, U.S. Begins Evacuation of Citizens from the Middle East",
            "event_datetime": "2026-03-03T11:55:00Z",
            "questions": [
                {
                    "original_cn": "其他国家是否也会紧随着撤侨?",
                    "scenario_question_en": "Are other countries likely to begin evacuating their citizens from the region as well?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国是否会开动地面部队?",
                    "scenario_question_en": "Could the United States deploy ground forces if the conflict escalates further?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "其他国家是否会关闭或缩减外交使馆?",
                    "scenario_question_en": "Are foreign governments likely to close or reduce operations at diplomatic missions in the region?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T8: Mar 3, Nine Countries Involved and Israeli Ground Invasion",
            "event_datetime": "2026-03-04T06:00:00Z",
            "questions": [
                {
                    "original_cn": "战争是否会进一步扩大化,是否会有更多的国家被卷入?",
                    "scenario_question_en": "Is the conflict likely to expand further, involving additional countries?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "是否各个国家之间都会产生地面入侵?",
                    "scenario_question_en": "Could multiple countries initiate ground operations as the war escalates?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗是否会扩大对真主党的支持?",
                    "scenario_question_en": "Is Iran likely to increase military or logistical support for Hezbollah?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T9: Mar 3, Mojtaba Khamenei Becomes Supreme Leader",
            "event_datetime": "2026-03-04T10:00:00Z",
            "questions": [
                {
                    "original_cn": "新最高领袖是否会扩大报复行动?是否会寻求外交谈判或停火?",
                    "scenario_question_en": "Is the new leadership more likely to escalate military retaliation rather than pursue negotiations?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列是否会继续针对新领导层实施打击?",
                    "scenario_question_en": "Are the United States and Israel likely to target the new leadership structure in further strikes?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗国内是否会出现政治动荡或抗议?",
                    "scenario_question_en": "Could the leadership transition trigger domestic unrest or protests in Iran?",
                    "answer": "Yes",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        },
        {
            "title": "T10: Mar 6, Iranian Apology to Neighboring Countries",
            "event_datetime": "2026-03-05T18:00:00Z",
            "questions": [
                {
                    "original_cn": "伊朗是否会停止对其他海湾国家的进攻?",
                    "scenario_question_en": "Is Iran likely to reduce or halt attacks on neighboring Gulf states?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "伊朗是否会需求停火谈判?",
                    "scenario_question_en": "Could Iran begin pursuing ceasefire negotiations or diplomatic talks?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "欧洲或联合国是否会利用这一信号推动谈判?",
                    "scenario_question_en": "Are international actors such as the EU or the United Nations likely to push for negotiations following this signal?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "是否整体的冲突会降级?",
                    "scenario_question_en": "Could the overall intensity of the conflict begin to decrease?",
                    "answer": "No",
                    "type": "specific"
                },
                {
                    "original_cn": "美国和以色列未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by the United States and Israel?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊朗未来可能的行动是什么?",
                    "scenario_question_en": "What are the potential future actions by Iran?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "其他主要国家可能的参与或反应是什么?",
                    "scenario_question_en": "What are the potential involvement or reactions from other major countries?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "冲突是否会升级为全球战争?",
                    "scenario_question_en": "Will the conflict escalate into a global war?",
                    "answer": "",
                    "type": "open"
                },
                {
                    "original_cn": "伊美冲突最可能的降级或解决路径是什么?合理的时间线预期是怎样的?",
                    "scenario_question_en": "What is the most probable pathway to de-escalation or resolution of the Iran-US conflict, and what is a realistic timeline?",
                    "answer": "",
                    "type": "open"
                }
            ]
        }
    ]
}