-
Notifications
You must be signed in to change notification settings - Fork 21
/
2022_mixed_initiative_question_pool.json
17990 lines (17990 loc) · 546 KB
/
2022_mixed_initiative_question_pool.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"question_id": "Q0000",
"question": ""
},
{
"question_id": "Q0001",
"question": "Was the Paris Agreement effective in reaching its goals?"
},
{
"question_id": "Q0002",
"question": "Do you want tips for networking in the tech sector?"
},
{
"question_id": "Q0003",
"question": "What would you like to know about plants?"
},
{
"question_id": "Q0004",
"question": "Is there any other version for backpacking used for?"
},
{
"question_id": "Q0005",
"question": "Are you interested to know about long-term memory loss after stroke?"
},
{
"question_id": "Q0006",
"question": "What body part will the DIY lotion be applied to?"
},
{
"question_id": "Q0007",
"question": "Which Amazon company product is of interest to you?"
},
{
"question_id": "Q0008",
"question": "Are you intrested in the date the foundation of Kyiv was founded?"
},
{
"question_id": "Q0009",
"question": "Would you like to know how ponzi schemes are discovered?"
},
{
"question_id": "Q0010",
"question": "What kind of bike are you looking to outfit with bags?"
},
{
"question_id": "Q0012",
"question": "Would you like to know about the mythology or mysticism concerning mandrake?"
},
{
"question_id": "Q0013",
"question": "Are you interested in full-flow engines?"
},
{
"question_id": "Q0014",
"question": "Do you want to know where to buy an alternative in person?"
},
{
"question_id": "Q0015",
"question": "Would you like to learn about herbal teas for stomach aches?"
},
{
"question_id": "Q0016",
"question": "Are you interested in the amenities that are available at Obudu Mountain Resort?"
},
{
"question_id": "Q0017",
"question": "What information would you like about setting up a bike tour?"
},
{
"question_id": "Q0018",
"question": "Do want to see if the Space X Space shuttle is reusable?"
},
{
"question_id": "Q0019",
"question": "Do you want to find ingredients for Argentinian meat recipes?"
},
{
"question_id": "Q0020",
"question": "Would you like to know who was in the elevator with Captain America?"
},
{
"question_id": "Q0021",
"question": "How many servings do you want specifically?"
},
{
"question_id": "Q0022",
"question": "Can I share a recipe for hibiscus Yerba Mate?"
},
{
"question_id": "Q0023",
"question": "Are you looking for a map of Ukraine?"
},
{
"question_id": "Q0024",
"question": "Who is the current director at the Nigerian Tourism Development Corporation?"
},
{
"question_id": "Q0025",
"question": "Are you interested in local or national maintenance projects?"
},
{
"question_id": "Q0026",
"question": "Would you like to know about south american culture vs North america culture?"
},
{
"question_id": "Q0027",
"question": "Are you interested in finding out more about short term memory loss?"
},
{
"question_id": "Q0028",
"question": "Would you like to know more about why the sales were poor?"
},
{
"question_id": "Q0029",
"question": "Do you want to know which magazines have claimed Buenos Aires is a cultural capital?"
},
{
"question_id": "Q0030",
"question": "Would you like to watch a video regarding this topic?"
},
{
"question_id": "Q0031",
"question": "Are you looking for exercises you can do while you are running?"
},
{
"question_id": "Q0032",
"question": "Do you want to know the most common plants for this?"
},
{
"question_id": "Q0033",
"question": "Are you looking for Biden's enviornemntal policy?"
},
{
"question_id": "Q0034",
"question": "What are your best invesments?"
},
{
"question_id": "Q0035",
"question": "Would you be interested in learning more about rocket engineering programs?"
},
{
"question_id": "Q0036",
"question": "What is the highest price you want to pay for deodorant?"
},
{
"question_id": "Q0037",
"question": "What price range would you like to set for the purchase of an iPhone?"
},
{
"question_id": "Q0038",
"question": "Do you want to know how interest is computed?"
},
{
"question_id": "Q0039",
"question": "Are you intrested in game development?"
},
{
"question_id": "Q0040",
"question": "How did you obtain the interview?"
},
{
"question_id": "Q0041",
"question": "Would you like to find peer reviewed or academic researched articles on handling criticism?"
},
{
"question_id": "Q0042",
"question": "Would you like to know what to do if you think you are living in a simulation?"
},
{
"question_id": "Q0043",
"question": "Would you like to know if the Marvel Cinematic Universe franchise is over?"
},
{
"question_id": "Q0044",
"question": "Do you want to know why there was a fight in the elevator?"
},
{
"question_id": "Q0045",
"question": "Do you want to know what its purpose is?"
},
{
"question_id": "Q0046",
"question": "Do you want to know about certain cultural foods?"
},
{
"question_id": "Q0047",
"question": "Are you interested in cultural activities in Buenos Aires?"
},
{
"question_id": "Q0048",
"question": "What pressure levels do you need for the rocket engines?"
},
{
"question_id": "Q0049",
"question": "Where did you simulation argument?"
},
{
"question_id": "Q0050",
"question": "Is it the conflicts of the Marvel Cinematic Universe that you are wondering about?"
},
{
"question_id": "Q0051",
"question": "How can you identify a scammer?"
},
{
"question_id": "Q0052",
"question": "Do you want to learn about the legal framework for blockchain in Europe?"
},
{
"question_id": "Q0053",
"question": "Would you like to see innovative progress reports or new products in innovation?"
},
{
"question_id": "Q0054",
"question": "Are you interested in comparing different smartphone models?"
},
{
"question_id": "Q0055",
"question": "Would you like to know about the old engine propellent?"
},
{
"question_id": "Q0056",
"question": "Do you want exercises that are individual or in a group?"
},
{
"question_id": "Q0057",
"question": "Are you interested in which countries the Amazon River goes through?"
},
{
"question_id": "Q0058",
"question": "Do you want to know the step by step guide for setting up a bikepacking?"
},
{
"question_id": "Q0059",
"question": "Are you looking for the phone or the accessories?"
},
{
"question_id": "Q0061",
"question": "Would you like to learn about activities that can improve self-esteem?"
},
{
"question_id": "Q0062",
"question": "Are you interested in treatments used against memory loss for seniors?"
},
{
"question_id": "Q0063",
"question": "Do you want to know about the risks associated with making your own deodorant?"
},
{
"question_id": "Q0064",
"question": "Do you want to know how to contact the SEC?"
},
{
"question_id": "Q0065",
"question": "Was this later in life, or when it first came out?"
},
{
"question_id": "Q0066",
"question": "Are you looking for cardio exercises similar to running?"
},
{
"question_id": "Q0067",
"question": "Would you prefer hearing about fan implications or official statements from the writers of the Marvel Cinematic Universe?"
},
{
"question_id": "Q0068",
"question": "Are you interested in tourist spots?"
},
{
"question_id": "Q0069",
"question": "How many calories are you wanting to burn?"
},
{
"question_id": "Q0070",
"question": "Are you looking for examples of simulated reality in fiction?"
},
{
"question_id": "Q0071",
"question": "Are you interested in SpaceX rocket engines?"
},
{
"question_id": "Q0072",
"question": "Would you like to know what made him choose the Christianization of Kievan Rus?"
},
{
"question_id": "Q0073",
"question": "Do you need box office details about Marvel movies?"
},
{
"question_id": "Q0074",
"question": "Are you referring to the original version of What a Wonderful World or a cover version?"
},
{
"question_id": "Q0075",
"question": "Do you want to learn about the upcoming Nigerian presidential elections?"
},
{
"question_id": "Q0076",
"question": "Would you like to see a list of the best unscented lotion brands?"
},
{
"question_id": "Q0077",
"question": "Would you like to know what marshmallow root looks like?"
},
{
"question_id": "Q0078",
"question": "Are you planning on packaging the body scrubs?"
},
{
"question_id": "Q0079",
"question": "Would you like to know about Olga of Kiev bird fire?"
},
{
"question_id": "Q0080",
"question": "Would you like an indepth look on Bostrom's \"simulation argument\"?"
},
{
"question_id": "Q0081",
"question": "Would you like to know the long term environmental impact of Biden's administrations emission change?"
},
{
"question_id": "Q0082",
"question": "Is there a specific time period you are looking for in which the tech industry happened?"
},
{
"question_id": "Q0083",
"question": "What kind of bikepacking bags would you be interested in?"
},
{
"question_id": "Q0084",
"question": "Are you interested in how architecture connects people with nature?"
},
{
"question_id": "Q0085",
"question": "Are you interested in finding out what kind of rocket has reusability?"
},
{
"question_id": "Q0086",
"question": "What industry are you currently working in?"
},
{
"question_id": "Q0087",
"question": "Do you want to know which companies provide apps with exercies to improve memory?"
},
{
"question_id": "Q0088",
"question": "Are you looking for a how-to piece or general information?"
},
{
"question_id": "Q0089",
"question": "What sort of sales do you wish to know more about?"
},
{
"question_id": "Q0090",
"question": "Would you like to make a deodorant using essential oils?"
},
{
"question_id": "Q0091",
"question": "Are you interested in improving self-esteem?"
},
{
"question_id": "Q0092",
"question": "Do you want activities than involve swimming?"
},
{
"question_id": "Q0093",
"question": "Why are the coral dying in the recent years?"
},
{
"question_id": "Q0094",
"question": "Would you like to know what the definition of simulated reality is?"
},
{
"question_id": "Q0095",
"question": "Are you asking what the definition of Open Banking regulation is?"
},
{
"question_id": "Q0096",
"question": "What exactly do you want to know about it?"
},
{
"question_id": "Q0097",
"question": "Are you interested in the best medicinal plants to grow?"
},
{
"question_id": "Q0098",
"question": "Are you interested in purchasing at-home beauty product supplies?"
},
{
"question_id": "Q0099",
"question": "Are you searching for information on how many countries Amazon serves?"
},
{
"question_id": "Q0100",
"question": "Are you looking for where to buy smartphones?"
},
{
"question_id": "Q0101",
"question": "Do you want to know the manufacturing process of RD-270 and SpaceX Raptor rocket engines?"
},
{
"question_id": "Q0102",
"question": "What type of information are you looking for, general information or specific quotes about Trump's withdrawal from Paris Agreement?"
},
{
"question_id": "Q0103",
"question": "What is your political opinion regarding Watergate? Would you like to read opinion pieces that align with your view?"
},
{
"question_id": "Q0104",
"question": "Are you needing help sell things on Good Morning, Vietnam?"
},
{
"question_id": "Q0105",
"question": "Are you interested about learning about the coverup?"
},
{
"question_id": "Q0106",
"question": "Are you trying to find the English translation of the word Merienda?"
},
{
"question_id": "Q0107",
"question": "Would you like to know facts about the Taj Mahal?"
},
{
"question_id": "Q0108",
"question": "Do you want to know what color coral reefs are?"
},
{
"question_id": "Q0109",
"question": "Are you interested in the best currently airing Marvel movie?"
},
{
"question_id": "Q0110",
"question": "Would you like to know more about Nixon's involvement with the Watergate scandal?"
},
{
"question_id": "Q0111",
"question": "Are you interested in environmental factors?"
},
{
"question_id": "Q0112",
"question": "Do you like to know if there was a Constitutional crisis?"
},
{
"question_id": "Q0113",
"question": "Are you searching for high profile cryptocurrency scandals in the United States or International scandals?"
},
{
"question_id": "Q0114",
"question": "Are you interested in simulated realities?"
},
{
"question_id": "Q0115",
"question": "Do you want to know about the monetary costs developed countries have helping developing countries with climate change?"
},
{
"question_id": "Q0116",
"question": "Are you interested in hearing about his career history?"
},
{
"question_id": "Q0117",
"question": "Is your child experiencing depression?"
},
{
"question_id": "Q0118",
"question": "Would you like to see the best bikepacking routes?"
},
{
"question_id": "Q0119",
"question": "Which use of the mandrake are you interested in, food or medicinal?"
},
{
"question_id": "Q0120",
"question": "Which other mobile platforms are you interested in?"
},
{
"question_id": "Q0121",
"question": "Are you searching a particular event?"
},
{
"question_id": "Q0122",
"question": "Are you interested in climate change policies by countries?"
},
{
"question_id": "Q0123",
"question": "Would you like to know more about the actors in the Marvel Cinematic Universe?"
},
{
"question_id": "Q0124",
"question": "Are you interested in knowing the ages of the 7 wonders?"
},
{
"question_id": "Q0125",
"question": "Would you like a list of the top skills that tech companies are looking for?"
},
{
"question_id": "Q0126",
"question": "Which Amazon is it that you're asking about?"
},
{
"question_id": "Q0127",
"question": "Do you want to know Marvel Studio's stance on discrimination in society in general?"
},
{
"question_id": "Q0128",
"question": "Are you interested in the cost of a Falcon 9 engine?"
},
{
"question_id": "Q0129",
"question": "Is there dragon games you're looking for?"
},
{
"question_id": "Q0130",
"question": "Are you looking for ways to donate to the refugees in Ukraine?"
},
{
"question_id": "Q0131",
"question": "Do you want to know what a ponzi scam is?"
},
{
"question_id": "Q0132",
"question": "Is this for yourself, or for another individual?"
},
{
"question_id": "Q0133",
"question": "What bike tour routes would you like to see?"
},
{
"question_id": "Q0134",
"question": "Which brand of rockets are you interested in?"
},
{
"question_id": "Q0135",
"question": "Are you interested in short term or long term memory loss?"
},
{
"question_id": "Q0136",
"question": "Are you interested in op-eds on the subject?"
},
{
"question_id": "Q0137",
"question": "Would you like to know more about the Buy Clean Task Force?"
},
{
"question_id": "Q0138",
"question": "Are you looking for nearby hospitals to go to?"
},
{
"question_id": "Q0139",
"question": "Are you trying to find out what happened to Nixon's approval rating after Watergate?"
},
{
"question_id": "Q0140",
"question": "Are you referring to a fictional starship or a real starship?"
},
{
"question_id": "Q0141",
"question": "Are you asking which plants to use along with peppermint to cure you stomach ache?"
},
{
"question_id": "Q0142",
"question": "Are you looking for population statistics on Argentina?"
},
{
"question_id": "Q0143",
"question": "Are you interested in results that require no degree or limited education?"
},
{
"question_id": "Q0144",
"question": "What is SpaceX most powerful engine ?"
},
{
"question_id": "Q0145",
"question": "Do you want to start a tech company?"
},
{
"question_id": "Q0146",
"question": "Do you want to know more for Men, Women, or both?"
},
{
"question_id": "Q0147",
"question": "Do you want to know which tech companies are the best to work for?"
},
{
"question_id": "Q0148",
"question": "Which future Marvel Cinematic Universe franchise movie are you more interested in?"
},
{
"question_id": "Q0149",
"question": "Do you want examples of Ponzi schemes that failed?"
},
{
"question_id": "Q0150",
"question": "Do you need information about Nigeria or Niger?"
},
{
"question_id": "Q0151",
"question": "Would you like to know the effects of short-term memory loss?"
},
{
"question_id": "Q0152",
"question": "Are you referring to the combination of architectural and natural elements or architecture inspired by nature?"
},
{
"question_id": "Q0153",
"question": "Would you like to know why the Paris Agreement is different from the Kyoto Protocol?"
},
{
"question_id": "Q0154",
"question": "Who is worried about rocket engine reusability?"
},
{
"question_id": "Q0155",
"question": "What do you like most about coffee?"
},
{
"question_id": "Q0156",
"question": "What is your price range for the rocket engines?"
},
{
"question_id": "Q0157",
"question": "What facets about the memory of seniors are you interested in?"
},
{
"question_id": "Q0158",
"question": "Do you want to know about the risks of Open Banking?"
},
{
"question_id": "Q0159",
"question": "Do you want to know the history of mate?"
},
{
"question_id": "Q0160",
"question": "Do you want to make a tinted moisturizer?"
},
{
"question_id": "Q0161",
"question": "Would you like to know stock prices of each parent company of operating system?"
},
{
"question_id": "Q0162",
"question": "Are you looking for a list of available iPhones?"
},
{
"question_id": "Q0163",
"question": "What country is Princess Olga from?"
},
{
"question_id": "Q0164",
"question": "Would you like to know why coral reefs are important?"
},
{
"question_id": "Q0165",
"question": "Who are you looking for information about in terms of their involvement in the scandal?"
},
{
"question_id": "Q0166",
"question": "What porteno time period are you interested in knowing more about?"
},
{
"question_id": "Q0167",
"question": "Do you want to know the future of Open Banking in the United States?"
},
{
"question_id": "Q0168",
"question": "Would you like to see a map of Africa?"
},
{
"question_id": "Q0169",
"question": "What does your gut tell you?"
},
{
"question_id": "Q0170",
"question": "Would you like to visit african deserts?"
},
{
"question_id": "Q0171",
"question": "Do you want to know why the main types of phones are Android and iPhone?"
},
{
"question_id": "Q0172",
"question": "Would you like to know about closed cycle rocket engines?"
},
{
"question_id": "Q0173",
"question": "Are you interested in the function of the conference of parties?"
},
{
"question_id": "Q0174",
"question": "How do investment scams work?"
},
{
"question_id": "Q0175",
"question": "Are you interested in knowing why it hasn't fallen yet?"
},
{
"question_id": "Q0176",
"question": "Do you want to know how to improve memory in seniors?"
},
{
"question_id": "Q0177",
"question": "Would you like to know what Justin Gilbert Alba thinks about diversity?"
},
{
"question_id": "Q0178",
"question": "Would you like to know about Argentinian beef production?"
},
{
"question_id": "Q0179",
"question": "Do you need a site that ranks the best marvel movies?"
},
{
"question_id": "Q0180",
"question": "Are developing countries mostly affected by climate change?"
},
{
"question_id": "Q0181",
"question": "Are you interested in Andy Jassy's net worth?"
},
{
"question_id": "Q0182",
"question": "Which kinds of vacation spots in South Africa would you like information about?"
},
{
"question_id": "Q0183",
"question": "Are you interested in working in technology?"
},
{
"question_id": "Q0184",
"question": "Are you interested in watching a documentary or reading about it?"
},
{
"question_id": "Q0185",
"question": "Are you interested in demonstrating your technical skills in a resume?"
},
{
"question_id": "Q0186",
"question": "Are you aware of the varities of scented lotions you want?"
},
{
"question_id": "Q0187",
"question": "Would you like to know where Argentina is?"
},
{
"question_id": "Q0188",
"question": "How to do bikepacking?"
},
{
"question_id": "Q0189",
"question": "Wanna know more about NATO in Ukraine?"
},
{
"question_id": "Q0190",
"question": "Do you get the best results running on an empty stomach?"
},
{
"question_id": "Q0191",
"question": "Do you want to know more about the plant life of NIgeria?"
},
{
"question_id": "Q0192",
"question": "Are you worried about health concerns?"
},
{
"question_id": "Q0193",
"question": "Would you like to know how the most famous case with Bernie Madoff began its collapse?"
},
{
"question_id": "Q0194",
"question": "Are you intereted in finding out about which doctors to go to who can help with this problem?"
},
{
"question_id": "Q0195",
"question": "What fintech startups pay the best?"
},
{
"question_id": "Q0196",
"question": "What price range of deodorant are you looking for?"
},
{
"question_id": "Q0197",
"question": "Are you looking for Marvel Comic books?"
},
{
"question_id": "Q0198",
"question": "Do you have any specific bank brands in mind?"
},
{
"question_id": "Q0199",
"question": "Would you like to know how an iPhone is made?"
},
{
"question_id": "Q0200",
"question": "Do you have a specific tech job in mind?"
},
{
"question_id": "Q0201",
"question": "Would you like to see pictures of the different coral reefs available?"
},
{
"question_id": "Q0202",
"question": "Are you trying to find out who he blames for the lack of diversity?"
},
{
"question_id": "Q0203",
"question": "Can running on an empty stomach cause nausea?"
},
{
"question_id": "Q0204",
"question": "Are you concerned at all about a source of energy while you're running?"
},
{
"question_id": "Q0205",
"question": "Would you like to read some seniors memories?"
},
{
"question_id": "Q0206",
"question": "Are you looking for alternative exercises?"
},
{
"question_id": "Q0207",
"question": "Is there a specific type of mate you're interested in?"
},
{
"question_id": "Q0208",
"question": "Are you interested in the meaning of the scene?"
},
{
"question_id": "Q0209",
"question": "Which part of South Africa are you interested in learning about?"
},
{
"question_id": "Q0210",
"question": "Where did you get this offer from?"
},
{
"question_id": "Q0211",
"question": "Would you like to know who sang What a Wonderful World?"
},
{
"question_id": "Q0212",
"question": "Are you looking for a memory card for a cell phone?"
},
{
"question_id": "Q0213",
"question": "Are you interested in the necessary conditions for it to be reusable?"
},
{
"question_id": "Q0214",
"question": "Would you like a history of the Nixon presidency?"
},
{
"question_id": "Q0215",
"question": "Which political party's opinion about the causes and, if applicable, solutions to climate change are you interested in learning?"
},
{
"question_id": "Q0216",
"question": "Are you looking for a top 10 list of fintech startups?"
},
{
"question_id": "Q0217",
"question": "Do you want to know the population of Argentina?"
},
{
"question_id": "Q0218",
"question": "Is there a particular country you are searching?"
},
{
"question_id": "Q0219",
"question": "Would you like to know more about Louis Armstrong's other songs as well?"
},
{
"question_id": "Q0220",
"question": "Which Space Shuttle launch would you like to learn more about?"
},
{
"question_id": "Q0221",
"question": "Are you interested in the motive?"
},
{
"question_id": "Q0222",
"question": "Are you interested in finding supplements containing plants for your stomach ache?"
},
{
"question_id": "Q0223",
"question": "Would like to see physician recommended exercises to improve memory?"
},
{
"question_id": "Q0224",
"question": "Would you like articles from a specific news source?"
},
{
"question_id": "Q0225",
"question": "Is there something specific about running on an empty stomach that you would like to know about?"
},
{
"question_id": "Q0226",
"question": "Does themigration of portenos interest you?"
},
{
"question_id": "Q0227",
"question": "Would you like to see all of the flags of Africa?"
},
{
"question_id": "Q0228",
"question": "Would you like to know about mixing the lotion and oils?"
},
{
"question_id": "Q0229",
"question": "How close to Calabar do you want to stay?"
},
{
"question_id": "Q0230",
"question": "Are you looking for a specific tech industry job?"
},
{
"question_id": "Q0231",
"question": "Are you looking for medical information on burning calories safely?"
},
{
"question_id": "Q0232",
"question": "Would you like a list of technical skills with examples?"
},
{
"question_id": "Q0233",
"question": "Would you like to know when the first successful reusable rocket was launched?"
},
{
"question_id": "Q0234",
"question": "What country in South America are you interested in?"
},
{
"question_id": "Q0235",
"question": "Do you want to know why he wanted to reform Slavic paganism?"
},
{
"question_id": "Q0236",
"question": "Did you want information on Astronauts?"
},
{
"question_id": "Q0237",
"question": "Are you intereted in the psycholgy behind the memroy of children?"
},
{
"question_id": "Q0238",
"question": "Would you like to know if you're qualified to work in the tech industry?"
},
{
"question_id": "Q0239",
"question": "Would you like scientific perspectives on simulated reality?"
},
{
"question_id": "Q0240",
"question": "Are you looking for a video about the Space Shuttle, a failed attemp at reusability?"
},
{
"question_id": "Q0241",
"question": "Would yu like to view Andy Jassy's house?"
},
{
"question_id": "Q0242",
"question": "Do you have to do a paper on the seven wonders?"
},
{
"question_id": "Q0243",
"question": "Do you need the yearly tourism statistics for Nigeria?"
},
{
"question_id": "Q0244",
"question": "Would you like to know the world's reaction to Trump's withdrawl from the Paris agreement?"
},
{
"question_id": "Q0245",
"question": "Are you concerned about the type of death the coral experienced?"
},
{
"question_id": "Q0246",
"question": "Would you like to know about the movie or the comic book series?"
},
{
"question_id": "Q0247",
"question": "Are you referring to a certain type of bottle rocket exhaust fuel?"
},
{
"question_id": "Q0248",
"question": "Would you like to know the history of rocket reusability?"
},
{
"question_id": "Q0249",
"question": "Is it spray or stick deodorant?"
},
{
"question_id": "Q0250",
"question": "Are you interested to know about Avengers Diversity?"
},
{
"question_id": "Q0251",
"question": "Are you looking for computer memory?"