qc_id
stringlengths 16
18
| clue_text
stringlengths 31
286
| clean_answers
sequencelengths 1
22
| orig_qid
stringclasses 320
values | n_clues
int64 1
9
| orig_question
stringclasses 320
values | orig_answer_string
stringclasses 320
values | clue_spans
sequencelengths 5
9
| metadata
dict |
---|---|---|---|---|---|---|---|---|
acf-regs25-14-9_3 | These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 3 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-9_4 | Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 4 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-9_5 | Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 5 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-9_6 | Detecting these structures by checking already-visited nodes ensures that DFS halts. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 6 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-9_7 | The absence of these structures defines the “A” in a DAG. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 7 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-9_8 | For 10 points, name these paths in a graph that eventually lead back to their start. | [
"cycle",
"cycles",
"circuital",
"word forms such as cyclic",
"circuit",
"cyclic",
"circular",
"loop",
"loops"
] | acf-regs25-14-9 | 8 | Gabriel Nivasch’s “multi-stack” algorithm identifies these structures. An unsolved problem that asks whether these structures produce a double cover reduces to asking about “snarks.” These structures cause Kahn’s algorithm to output an empty list, since they prevent topological sortings. Pollard’s algorithm for integer factorization is named for the eventual resemblance to one of these structures over time. Gosper’s algorithm for detecting these structures improves upon another algorithm that creates a leading and trailing pointer called a “hare” and “tortoise” and is named for Floyd. Detecting these structures by checking already-visited nodes ensures that DFS halts. The absence of these structures defines the “A” in a DAG. For 10 points, name these paths in a graph that eventually lead back to their start. | cycles [accept word forms such as cyclic; accept circular or circuital or loops] | [
[
0,
70
],
[
71,
182
],
[
183,
288
],
[
289,
410
],
[
411,
591
],
[
592,
676
],
[
677,
735
],
[
736,
820
]
] | {
"category": "science",
"category_full": "Science - Other Science",
"category_main": "science-other-science",
"difficulty": "Open",
"human_buzz_positions": [
[
38,
10
],
[
39,
10
],
[
40,
10
],
[
41,
10
],
[
43,
10
],
[
58,
-5
],
[
65,
10
],
[
76,
10
],
[
78,
10
],
[
78,
10
],
[
81,
10
],
[
84,
10
],
[
88,
-5
],
[
90,
-5
],
[
92,
-5
],
[
93,
-5
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
96,
10
],
[
105,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
108,
10
],
[
108,
10
],
[
110,
10
],
[
110,
10
],
[
114,
10
],
[
114,
10
],
[
116,
-5
],
[
116,
10
],
[
121,
10
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
0
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
],
[
122,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-science"
]
} |
acf-regs25-14-10_1 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 1 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-10_2 | A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 2 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-10_3 | Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 3 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-10_4 | This character returns three kisses received from a woman and obtains her magic girdle. | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 4 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-10_5 | In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 5 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-10_6 | For 10 points, what character titles a Middle English poem with the Green Knight? | [
"Sir Gawain",
"Gawain"
] | acf-regs25-14-10 | 6 | This character says it is “great bliss for a man to love them well and believe them not” in a monologue about how “womens’ wiles” ruined Adam, Solomon, and Samson. A lengthy dressing scene assigns concordances like the Five Wounds of Christ to the pentangle on this character’s shield. Simon Armitage’s introduction to his translation of one poem notes that this character’s name must be pronounced as both an iamb and a trochee to preserve meter in bob and wheel sections. This character returns three kisses received from a woman and obtains her magic girdle. In a circa 1400 poem, this nephew of King Arthur travels to a northern chapel to finish a game with a figure he had beheaded at Christmas. For 10 points, what character titles a Middle English poem with the Green Knight? | Gawain [or Sir Gawain; prompt on Gwalchmei] | [
[
0,
163
],
[
164,
285
],
[
286,
473
],
[
474,
561
],
[
562,
700
],
[
701,
782
]
] | {
"category": "literature",
"category_full": "Literature - British Literature",
"category_main": "literature-british-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
47,
10
],
[
48,
-5
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
48,
10
],
[
50,
-5
],
[
52,
10
],
[
57,
-5
],
[
57,
10
],
[
62,
10
],
[
65,
10
],
[
69,
10
],
[
72,
10
],
[
74,
10
],
[
80,
-5
],
[
80,
-5
],
[
80,
10
],
[
83,
10
],
[
85,
10
],
[
87,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
89,
10
],
[
91,
10
],
[
91,
10
],
[
94,
10
],
[
94,
10
],
[
99,
10
],
[
107,
10
],
[
107,
10
],
[
113,
10
],
[
119,
10
],
[
119,
10
],
[
126,
10
],
[
126,
10
],
[
131,
-5
],
[
131,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"british-literature"
]
} |
acf-regs25-14-11_1 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 1 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_2 | If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 2 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_3 | Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 3 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_4 | This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 4 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_5 | The TIM and TOM complexes transport proteins in and out of this organelle. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 5 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_6 | One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 6 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_7 | The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 7 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-11_8 | For 10 points, name this double-membraned organelle that contains the electron transport chain. | [
"mitochondria",
"mitochondrion"
] | acf-regs25-14-11 | 8 | A complex in this organelle interacts with the protein frataxin as part of the activity of PMPCA and PMPCB. If this organelle’s functionality is degraded, its repair is controlled by PINK1 and Parkin. Hexokinase may regulate the formation of a complex in this organelle made of VDAC and ANT proteins. This organelle releases the Smac/DIABLO complex to bind to IAP and inhibit its function. The TIM and TOM complexes transport proteins in and out of this organelle. One process in this organelle uses the iron-sulfur enzyme aconitase to isomerize one molecule. The products of that process in this organelle include NADH and FADH2, which are used to generate a proton gradient. For 10 points, name this double-membraned organelle that contains the electron transport chain. | mitochondria [or mitochondrion] | [
[
0,
107
],
[
108,
200
],
[
201,
300
],
[
301,
389
],
[
390,
464
],
[
465,
559
],
[
560,
676
],
[
677,
772
]
] | {
"category": "science",
"category_full": "Science - Biology",
"category_main": "science-biology",
"difficulty": "Open",
"human_buzz_positions": [
[
18,
10
],
[
32,
10
],
[
32,
10
],
[
32,
10
],
[
59,
10
],
[
59,
10
],
[
63,
10
],
[
65,
10
],
[
67,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
68,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
-5
],
[
82,
-5
],
[
86,
10
],
[
90,
-5
],
[
101,
10
],
[
102,
-5
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
102,
10
],
[
106,
10
],
[
109,
10
],
[
110,
10
],
[
110,
10
],
[
110,
10
],
[
113,
10
],
[
116,
10
],
[
122,
10
],
[
124,
0
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
],
[
124,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"biology"
]
} |
acf-regs25-14-12_1 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 1 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_2 | In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 2 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_3 | On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 3 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_4 | Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 4 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_5 | On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 5 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_6 | It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 6 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-12_7 | For 10 points, name this Rococo painting by Jean-Antoine Watteau. | [
"reasonable translations mentioning a journey to",
"Pilgrimage to the Isle of Cythera",
"Embarkation for Cythera",
"Voyage to Cythera",
"embarquement pour Cythère",
"Cythera",
"The Embarkation to Cythera",
"from Cythera",
"L’embarquement pour Cythère",
"The Voyage to Cythera",
"Embarkation to Cythera",
"journey",
"The Embarkation for Cythera"
] | acf-regs25-14-12 | 7 | This painting inspired a pastel and charcoal series of an urban wasteland made in the 1980s by William Kentridge. In a darker poem inspired by this painting, a traveler sees birds pecking at a corpse on a “gallows tree.” On the right side of this reception piece, a bow and quiver sit below a statue adorned with pink roses. Though its main version is in the Louvre, a second version of this painting is in Berlin’s Charlottenburg Palace, which also houses its artist’s painting of works being boxed up at a dealer’s shop. On the left of this painting, a red cloth drapes the prow of a ship, above which fly several cupids. It is unclear whether the joyous aristocrats in this fête galante are heading to or from the title Greek island. For 10 points, name this Rococo painting by Jean-Antoine Watteau. | The Embarkation for Cythera [or The Embarkation to Cythera; or The Voyage to Cythera; or Pilgrimage to the Isle of Cythera; or L’embarquement pour Cythère; accept reasonable translations mentioning a journey to or from Cythera] (The poem in the second sentence is “A Voyage to Cythera” by Charles Baudelaire. The other Watteau painting is The Shop Sign of Gersaint.) | [
[
0,
113
],
[
114,
220
],
[
221,
324
],
[
325,
522
],
[
523,
623
],
[
624,
736
],
[
737,
802
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Painting and Sculpture",
"category_main": "fine-arts-painting-and-sculpture",
"difficulty": "Open",
"human_buzz_positions": [
[
58,
-5
],
[
58,
10
],
[
65,
10
],
[
91,
-5
],
[
91,
10
],
[
92,
-5
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
92,
10
],
[
96,
10
],
[
107,
10
],
[
109,
10
],
[
109,
10
],
[
112,
10
],
[
112,
10
],
[
126,
10
],
[
130,
-5
],
[
130,
10
],
[
131,
10
],
[
132,
-5
],
[
132,
-5
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
132,
10
],
[
135,
10
],
[
138,
10
],
[
139,
10
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
0
],
[
143,
10
],
[
143,
10
],
[
143,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"painting-and-sculpture"
]
} |
acf-regs25-14-13_1 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 1 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-13_2 | Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 2 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-13_3 | This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 3 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-13_4 | This thinker wrote that “if God did not exist, it would be necessary to invent him.” | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 4 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-13_5 | This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 5 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-13_6 | For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | [
"Voltaire",
"François-Marie d’Arouet",
"Arouet"
] | acf-regs25-14-13 | 6 | An essay by this thinker imagines the “obstinate pride” needed to say that there are “nine hundred million little ants” on earth but “only my anthill is beloved of God.” Mikhail Bakunin’s God and the State uses the word “abolish” in an inversion of a quote by this thinker. This thinker’s critiques of dogmatic authority include the claim that “superstition sets the world in flame,” the plea to “crush the infamous,” and his Treatise on Tolerance. This thinker wrote that “if God did not exist, it would be necessary to invent him.” This author of Letters on the English and the Philosophical Dictionary created a character who rationalizes his syphilis and the Lisbon earthquake. For 10 points, what author parodied Leibniz’s Theodicy via the character Pangloss in his novel Candide? | Voltaire [or François-Marie d’Arouet] (Bakunin wrote that “If God really existed, it would be necessary to abolish him.”) | [
[
0,
169
],
[
170,
273
],
[
274,
448
],
[
449,
533
],
[
534,
681
],
[
682,
785
]
] | {
"category": "philosophy",
"category_full": "Philosophy - Philosophy",
"category_main": "philosophy",
"difficulty": "Open",
"human_buzz_positions": [
[
29,
10
],
[
29,
10
],
[
64,
-5
],
[
70,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
75,
10
],
[
77,
10
],
[
84,
10
],
[
84,
10
],
[
87,
10
],
[
91,
10
],
[
91,
10
],
[
98,
10
],
[
99,
10
],
[
100,
10
],
[
105,
10
],
[
108,
10
],
[
112,
10
],
[
113,
-5
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
113,
10
],
[
114,
10
],
[
114,
10
],
[
115,
10
],
[
116,
10
],
[
116,
10
],
[
118,
10
],
[
119,
10
],
[
120,
10
],
[
121,
10
],
[
121,
10
],
[
124,
10
],
[
129,
10
],
[
130,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"philosophy"
]
} |
acf-regs25-14-14_1 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 1 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-14_2 | Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 2 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-14_3 | In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 3 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-14_4 | Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 4 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-14_5 | This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 5 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-14_6 | For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | [
"FAE",
"correspondence",
"fundamental attribution error",
"correspondence bias",
"fundamental attribution"
] | acf-regs25-14-14 | 6 | Philip E. Tetlock authored a “social check” on this phenomenon, which was eliminated in an experiment centering on affirmative action. Thomas Pettigrew extended this phenomenon to an “ultimate” type for in- and out-groups. In an experiment demonstrating this phenomenon, students rated a quizmaster’s knowledge as “above average” despite being selected randomly. Lee Ross coined this phenomenon’s name in an essay discussing how people believed individuals assigned to write pro-Castro essays were actually pro-Castro. This cognitive bias under-emphasizes situational explanations and overemphasizes trait-based explanations for an actor’s behavior. For 10 points, identify this “error” named in part for the process in which people infer causes for behaviors. | fundamental attribution error [or FAE; accept correspondence bias; prompt on attribution] | [
[
0,
134
],
[
135,
222
],
[
223,
362
],
[
363,
518
],
[
519,
649
],
[
650,
760
]
] | {
"category": "social-science",
"category_full": "Social Science - Social Science",
"category_main": "social-science",
"difficulty": "Open",
"human_buzz_positions": [
[
32,
-5
],
[
32,
10
],
[
39,
-5
],
[
43,
-5
],
[
50,
-5
],
[
50,
-5
],
[
50,
-5
],
[
55,
10
],
[
55,
10
],
[
65,
-5
],
[
69,
-5
],
[
72,
-5
],
[
72,
-5
],
[
72,
10
],
[
72,
10
],
[
72,
10
],
[
73,
10
],
[
73,
10
],
[
75,
-5
],
[
75,
10
],
[
76,
-5
],
[
76,
10
],
[
78,
-5
],
[
78,
10
],
[
78,
10
],
[
78,
10
],
[
82,
-5
],
[
82,
10
],
[
86,
10
],
[
89,
-5
],
[
90,
-5
],
[
93,
10
],
[
96,
-5
],
[
98,
10
],
[
103,
-5
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
0
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"social-science"
]
} |
acf-regs25-14-15_1 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 1 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-15_2 | Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 2 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-15_3 | Six keyboard works titled for this genre comprise the Clavier-Übung I. | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 3 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-15_4 | The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 4 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-15_5 | That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 5 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-15_6 | For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | [
"keyboard partita",
"partita",
"Partita for solo violin",
"Partita for 8 Voices",
"Partita"
] | acf-regs25-14-15 | 6 | An 8-movement piece titled for this genre consists of four movements each accompanied by a variational “double,” the last of which is marked “Tempo di Borea.” Hans-Peter Schmitz ascribed the name of this genre to an A minor work for flute that ends with a “Bourrée angloise.” Six keyboard works titled for this genre comprise the Clavier-Übung I. The final movement of a piece in this genre consists of 64 variations on a four-bar theme and was lauded as “the greatest structure for solo violin” by Yehudi Menuhin. That movement from a set of works in this genre that inspired a Caroline Shaw piece “for 8 voices” is an oft-excerpted violin chaconne. For 10 points, name this genre of dance suite that J. S. Bach paired with sonatas. | partita [accept keyboard partita or Partita for solo violin or Partita for 8 Voices; prompt on suite until read by asking “what genre is the collection titled for?”] | [
[
0,
158
],
[
159,
275
],
[
276,
346
],
[
347,
514
],
[
515,
650
],
[
651,
733
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Classical Music",
"category_main": "fine-arts-classical-music",
"difficulty": "Open",
"human_buzz_positions": [
[
23,
10
],
[
40,
10
],
[
53,
10
],
[
53,
10
],
[
57,
10
],
[
58,
-5
],
[
74,
10
],
[
80,
10
],
[
87,
-5
],
[
87,
-5
],
[
99,
10
],
[
102,
-5
],
[
103,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
106,
10
],
[
107,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
124,
10
],
[
127,
10
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
0
],
[
128,
10
],
[
128,
10
],
[
128,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"classical-music"
]
} |
acf-regs25-14-16_1 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 1 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_2 | The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 2 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_3 | Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 3 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_4 | Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 4 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_5 | In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 5 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_6 | Shabbat begins at sunset on this day of the week. | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 6 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-16_7 | For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | [
"Good Friday",
"jumu’ah until read",
"jumu’ah",
"Friday",
"Holy Friday"
] | acf-regs25-14-16 | 7 | This day of the week is the traditional occasion of the distribution of the pre-consecrated Eucharist during the Mass of the Presanctified. The “Sermon for Necessities” often begins a sermon formally observed on this day of the week, during which the reciter sits down during a long pause between two sections. Lutherans engage in three exchanges with their pastor on this day of the week known as the “Solemn Reproaches.” Sermons based on the “seven sayings” are read on this day of the week during the Three Hours’ Agony. In Islam, the khutbah is recited before the obligatory jumu’ah prayer on this day of the week. Shabbat begins at sunset on this day of the week. For 10 points, the crucifixion of Jesus is commemorated during Holy Week on what “Good” day of the week? | Friday [accept Good Friday or Holy Friday; accept jumu’ah until read] | [
[
0,
139
],
[
140,
310
],
[
311,
422
],
[
423,
523
],
[
524,
618
],
[
619,
668
],
[
669,
773
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
69,
10
],
[
70,
-5
],
[
80,
10
],
[
88,
10
],
[
88,
10
],
[
88,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
90,
10
],
[
91,
10
],
[
91,
10
],
[
92,
10
],
[
92,
10
],
[
94,
10
],
[
94,
10
],
[
95,
10
],
[
96,
10
],
[
97,
10
],
[
97,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
98,
10
],
[
99,
10
],
[
99,
10
],
[
102,
10
],
[
105,
10
],
[
105,
10
],
[
108,
10
],
[
109,
10
],
[
109,
10
],
[
109,
10
],
[
111,
10
],
[
111,
10
],
[
115,
10
],
[
115,
10
],
[
130,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-14-17_1 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 1 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-17_2 | In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 2 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-17_3 | A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 3 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-17_4 | After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 4 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-17_5 | In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 5 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-17_6 | For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | [
"Heart is a Lonely Hunter",
"The Heart is a Lonely Hunter"
] | acf-regs25-14-17 | 6 | After bicycling 15 miles to swim in a river, two characters in this novel have sex, as implied by the line “this is how it was.” In this novel, a doctor interrupts a Christmas party with a long speech on Karl Marx, whom the doctor named his son after. A boy in this novel becomes a quiet loner after accidentally shooting his neighbor in the face with a BB gun. After a failed prom party in this novel, a tomboy feels music “boil inside her” as she listens to Beethoven’s Third. In this novel, the sudden erratic behavior of a slovenly Greek man results in his detention in a state asylum, where news of his death causes his deaf-mute best friend to shoot himself in the chest. For 10 points, characters like Jake Blount and Mick Kelly confide in John Singer in what novel by Carson McCullers? | The Heart is a Lonely Hunter | [
[
0,
128
],
[
129,
251
],
[
252,
361
],
[
362,
478
],
[
479,
677
],
[
678,
793
]
] | {
"category": "literature",
"category_full": "Literature - American Literature",
"category_main": "literature-american-literature",
"difficulty": "Open",
"human_buzz_positions": [
[
25,
10
],
[
33,
10
],
[
43,
10
],
[
48,
10
],
[
57,
-5
],
[
69,
-5
],
[
84,
10
],
[
102,
10
],
[
103,
10
],
[
115,
10
],
[
120,
-5
],
[
122,
10
],
[
123,
10
],
[
126,
10
],
[
126,
10
],
[
126,
10
],
[
127,
10
],
[
129,
10
],
[
136,
10
],
[
146,
10
],
[
146,
10
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
0
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
],
[
147,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-literature"
]
} |
acf-regs25-14-18_1 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 1 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-18_2 | This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 2 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-18_3 | While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 3 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-18_4 | This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 4 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-18_5 | After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 5 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-18_6 | For 10 points, what author of The Jewish State founded modern political Zionism? | [
"Teodor Hertzel",
"Ze’ev",
"Herzl",
"Binyamin Ze’ev",
"Theodor Herzl",
"Herzl Tivadar",
"Hertzel"
] | acf-regs25-14-18 | 6 | A text by this person considers the “desperately slow” ascent of man and wonders at how long it would take for humanity to become as “charitably inclined” as Gotthold Lessing. This person told Kaiser Wilhelm II to ask the Ottoman sultan for “a Chartered Company – under German protection.” While working for the Neue Freie Presse, this person may have been heavily influenced by a scandal in the French Third Republic. This person chaired an 1897 congress where the Basel Program was adopted, and later proposed the Uganda Scheme. After being upset by the Dreyfus Affair, this person proposed a solution to the title people’s “question” in an address to the Rothschilds. For 10 points, what author of The Jewish State founded modern political Zionism? | Theodor Herzl [or Herzl Tivadar; or Teodor Hertzel; or Binyamin Ze’ev] | [
[
0,
175
],
[
176,
289
],
[
290,
418
],
[
419,
530
],
[
531,
670
],
[
671,
751
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
50,
-5
],
[
50,
10
],
[
70,
10
],
[
75,
10
],
[
76,
10
],
[
78,
10
],
[
80,
-5
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
82,
10
],
[
87,
-5
],
[
88,
-5
],
[
88,
10
],
[
89,
10
],
[
89,
10
],
[
90,
-5
],
[
90,
-5
],
[
90,
-5
],
[
94,
10
],
[
95,
10
],
[
100,
10
],
[
104,
10
],
[
111,
-5
],
[
114,
10
],
[
119,
-5
],
[
120,
10
],
[
121,
-5
],
[
123,
10
],
[
123,
10
],
[
124,
10
],
[
124,
10
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
0
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
],
[
125,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-14-19_1 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 1 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-19_2 | The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 2 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-19_3 | Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 3 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-19_4 | The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 4 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-19_5 | In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 5 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-19_6 | For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | [
"scanning electron microscopy",
"SEM",
"transmission electron microscopy",
"cryo-EM",
"EM",
"cryogenic electron microscopy",
"electron microscopy",
"TEM"
] | acf-regs25-14-19 | 6 | Preventing the use of rotationally symmetric static fields in this technique can help overcome a limit set by Scherzer’s theorem. The “spot-scan” technique is sometimes used to prevent beam-induced motion in this larger technique. Samples in this technique may use heavy metals such as tungsten and osmium to undergo a “negative stain.” The development of a form of this technique, for which Dubochet, Frank, and Henderson were awarded the 2017 Nobel Prize in Chemistry, generated a “resolution revolution.” In a form of this technique, the observed specimen is embedded in vitrified ice before being mounted on a grid and fixed via plunging in liquid ethane. For 10 points, name this imaging technique that comes in “scanning,” “transmission,” and “cryogenic” types. | electron microscopy [or EM; accept cryogenic electron microscopy or cryo-EM or transmission electron microscopy or TEM or scanning electron microscopy or SEM; prompt on microscopy] | [
[
0,
129
],
[
130,
230
],
[
231,
336
],
[
337,
507
],
[
508,
659
],
[
660,
767
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
33,
10
],
[
41,
-5
],
[
48,
-5
],
[
49,
-5
],
[
51,
10
],
[
51,
10
],
[
61,
-5
],
[
62,
10
],
[
69,
10
],
[
69,
10
],
[
71,
10
],
[
77,
-5
],
[
77,
10
],
[
77,
10
],
[
90,
10
],
[
91,
10
],
[
94,
10
],
[
99,
-5
],
[
103,
10
],
[
107,
10
],
[
107,
10
],
[
113,
-5
],
[
115,
10
],
[
115,
10
],
[
115,
10
],
[
116,
10
],
[
117,
10
],
[
117,
10
],
[
117,
10
],
[
118,
10
],
[
119,
10
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
0
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
],
[
120,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-14-20_1 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 1 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-14-20_2 | With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 2 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-14-20_3 | In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 3 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-14-20_4 | The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 4 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-14-20_5 | The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 5 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-14-20_6 | For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | [
"right to privacy",
"privacy"
] | acf-regs25-14-20 | 6 | In an 1890 article named for this concept, the authors examined English case law, including Prince Albert v. Strange, before outlining a scenario of opening a letter. With Samuel D. Warren II, Louis Brandeis co-authored an article in the Harvard Law Review in which he argued that this concept originated in property law. In a case reaffirming this concept, Anthony Kennedy argued that Romer v. Evans eroded a Georgia precedent. The idea of “penumbras” was first articulated to support the right to this concept in Griswold v. Connecticut. The right to this concept, which was reaffirmed in Lawrence v. Texas, is provided by the Due Process Clause, per a 1973 ruling in a case concerning Norma McCorvey establishing a “trimester framework.” For 10 points, Roe v. Wade affirmed Americans have what “right to be let alone”? | privacy [or right to privacy; prompt on gay rights or sodomy by asking “what was the main right those cases concerned?”] (The case Georgia precedent was Bowers v. Hardwick.) | [
[
0,
166
],
[
167,
321
],
[
322,
428
],
[
429,
539
],
[
540,
740
],
[
741,
821
]
] | {
"category": "history",
"category_full": "History - American History",
"category_main": "history-american-history",
"difficulty": "Open",
"human_buzz_positions": [
[
22,
10
],
[
52,
10
],
[
52,
10
],
[
58,
10
],
[
65,
-5
],
[
69,
10
],
[
73,
-5
],
[
73,
-5
],
[
74,
10
],
[
75,
10
],
[
76,
10
],
[
76,
10
],
[
78,
-5
],
[
80,
10
],
[
80,
10
],
[
81,
-5
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
83,
10
],
[
85,
-5
],
[
85,
10
],
[
87,
-5
],
[
87,
-5
],
[
87,
-5
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
87,
10
],
[
95,
10
],
[
101,
-5
],
[
106,
10
],
[
117,
-5
],
[
126,
-5
],
[
126,
10
],
[
136,
0
],
[
136,
0
],
[
136,
0
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
],
[
136,
10
]
],
"packet": "Packet-N_Chicago-C_George-Washington-A_Georgia-Tech-B_McMaster_Minnesota-A_Ohio-State-B_Texas-A",
"question_set": "2025-acf-regionals",
"subcategory": [
"american-history"
]
} |
acf-regs25-15-1_1 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 1 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-1_2 | Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 2 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-1_3 | Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 3 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-1_4 | This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 4 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-1_5 | This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 5 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-1_6 | For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | [
"Nazca culture",
"Nazca lines",
"Nazca"
] | acf-regs25-15-1 | 6 | This culture supplanted a previous culture’s iconographic “Oculate Being,” depicted on textiles, with its so-called “Anthropomorphic Mythical Being.” Depictions of women wearing ankle-length mantles increased suddenly during this culture’s Phase 5, which was called “Transitional” for bridging the Monumental and Proliferous phases. Some of this culture’s “head jars” may have been made to replace the heads of decapitated people. This culture, which had an empty ceremonial center at Cahuachi, created a system of trenches and tunnels called puquios for transporting water. This culture was influenced by the earlier Paracas culture in creating many zoomorphic geoglyphs. For 10 points, name this Peruvian culture that created images in the ground known as their namesake “lines.” | Nazca culture [or Nazca lines; prompt on Early Intermediate period] | [
[
0,
150
],
[
151,
333
],
[
334,
431
],
[
432,
575
],
[
576,
673
],
[
674,
782
]
] | {
"category": "history",
"category_full": "History - Other History",
"category_main": "history-other-history",
"difficulty": "Open",
"human_buzz_positions": [
[
17,
10
],
[
79,
-5
],
[
79,
10
],
[
93,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
94,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
97,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
101,
10
],
[
113,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-history"
]
} |
acf-regs25-15-2_1 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 1 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-2_2 | In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 2 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-2_3 | Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 3 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-2_4 | A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 4 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-2_5 | Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 5 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-2_6 | For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | [
"Madonna",
"Presentation of the Blessed Virgin Mary",
"Entry of the Most Holy Theotokos until Theotokos is read",
"Intercession of the Theotokos until Theotokos is read",
"Mary",
"Theotokos",
"Theotokos until read",
"Mary, mother of Jesus",
"Virgin Mary"
] | acf-regs25-15-2 | 6 | A feast dedicated to the “protections” of this person allegedly began after Andrew the Fool had a vision of this person that saved Constantinople from invasion by the Rus’. In Eastern Orthodoxy, the Nativity Fast is relaxed on the day of a feast dedicated to the “presentation” of this person. Odysseas Elytis took the title of his poem Axion Esti from a set of hymns dedicated to this person, who is referred to by the Greek term panagia. A key tenet of Nestorianism rejected at the Council of Ephesus involved his disuse of a term referring to this person, the speaker of the Magnificat hymn. Eastern Orthodoxy gives this person the title of “God-bearer,” or Theotokos. For 10 points, name this woman venerated in Eastern Christianity as the mother of Jesus. | Mary [or Mary, mother of Jesus; or Virgin Mary; or Madonna; accept Theotokos until read; accept Presentation of the Blessed Virgin Mary; accept Entry of the Most Holy Theotokos until “Theotokos” is read; accept Intercession of the Theotokos until “Theotokos” is read] | [
[
0,
172
],
[
173,
293
],
[
294,
439
],
[
440,
594
],
[
595,
671
],
[
672,
760
]
] | {
"category": "religion",
"category_full": "Religion - Religion",
"category_main": "religion",
"difficulty": "Open",
"human_buzz_positions": [
[
49,
-5
],
[
64,
10
],
[
66,
10
],
[
77,
10
],
[
85,
10
],
[
86,
10
],
[
89,
-5
],
[
89,
10
],
[
98,
10
],
[
98,
10
],
[
103,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
104,
10
],
[
105,
10
],
[
106,
10
],
[
113,
10
],
[
114,
10
],
[
115,
10
],
[
115,
10
],
[
118,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"religion"
]
} |
acf-regs25-15-3_1 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 1 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-3_2 | A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 2 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-3_3 | Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 3 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-3_4 | Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 4 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-3_5 | These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 5 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-3_6 | For 10 points, name these bonds that form the backbone of organic molecules. | [
"C–C",
"C–C bonds",
"carbon–carbon single bonds",
"carbon–carbon"
] | acf-regs25-15-3 | 6 | These structures were converted into energetically unfavorable bis(organyl)metal complexes using a rhodium(I) catalyst by Suggs and Jun. A common reaction that forms these structures may replace a substituent with a “dummy ligand” such as a cyanide group to prevent an organocopper byproduct. Alkyl halides are reacted with two equivalents of sodium metal to form these structures in the Wurtz reaction. Reactions that form these structures follow cycles of oxidative addition, transmetallation, and reductive elimination and often use a palladium catalyst, such as in the Heck and Suzuki reactions. These structures can be formed using compounds of the form RMgX, such as the formation of a tertiary alcohol from a ketone in the Grignard reaction. For 10 points, name these bonds that form the backbone of organic molecules. | carbon–carbon single bonds [or C–C bonds; prompt on single bonds or sigma bonds; prompt on chemical bonds until read] | [
[
0,
136
],
[
137,
292
],
[
293,
403
],
[
404,
599
],
[
600,
748
],
[
749,
825
]
] | {
"category": "science",
"category_full": "Science - Chemistry",
"category_main": "science-chemistry",
"difficulty": "Open",
"human_buzz_positions": [
[
59,
-5
],
[
66,
-5
],
[
73,
10
],
[
82,
10
],
[
87,
-5
],
[
87,
10
],
[
97,
-5
],
[
97,
10
],
[
98,
-5
],
[
106,
10
],
[
109,
-5
],
[
111,
-5
],
[
112,
-5
],
[
113,
-5
],
[
126,
-5
],
[
126,
10
],
[
127,
0
],
[
127,
0
],
[
127,
0
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
],
[
127,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"chemistry"
]
} |
acf-regs25-15-4_1 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. | [
"Don Giovanni"
] | acf-regs25-15-4 | 1 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
acf-regs25-15-4_2 | Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. | [
"Don Giovanni"
] | acf-regs25-15-4 | 2 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
acf-regs25-15-4_3 | Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. | [
"Don Giovanni"
] | acf-regs25-15-4 | 3 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
acf-regs25-15-4_4 | This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. | [
"Don Giovanni"
] | acf-regs25-15-4 | 4 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
acf-regs25-15-4_5 | In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. | [
"Don Giovanni"
] | acf-regs25-15-4 | 5 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
acf-regs25-15-4_6 | For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | [
"Don Giovanni"
] | acf-regs25-15-4 | 6 | A 2014 ROH production of this opera projects chalk-drawn handwriting onto the front facade of its black and white set. Eberhard Wächter plays the title character of this opera in a 1959 recording conducted by Carlo Maria Giulini. Felice Ponziani’s role in this opera’s Prague premiere inspired the declaration that he is “all too familiar” with a performance at a banquet that quotes one of the composer’s previous operas. This opera’s title character is told “a cenar teco” by a character whose three knocks are accompanied by loud D minor chords from the overture. In this opera, Leporello sings about 1003 Spanish women to Donna Elvira, detailing his master’s seduction in its “Catalogue” aria. For 10 points, a statue of the Commendatore drags the title character of what Mozart opera to hell? | Don Giovanni | [
[
0,
118
],
[
119,
229
],
[
230,
422
],
[
423,
566
],
[
567,
697
],
[
698,
797
]
] | {
"category": "fine-arts",
"category_full": "Fine Arts - Other Fine Arts",
"category_main": "fine-arts-other-fine-arts",
"difficulty": "Open",
"human_buzz_positions": [
[
48,
10
],
[
63,
10
],
[
68,
10
],
[
68,
10
],
[
74,
10
],
[
80,
10
],
[
85,
10
],
[
87,
-5
],
[
89,
-5
],
[
97,
-5
],
[
97,
10
],
[
99,
10
],
[
99,
10
],
[
99,
10
],
[
100,
10
],
[
101,
10
],
[
112,
10
],
[
118,
10
],
[
121,
10
],
[
128,
10
],
[
132,
0
],
[
132,
10
],
[
132,
10
]
],
"packet": "Packet-O_Editors-1",
"question_set": "2025-acf-regionals",
"subcategory": [
"other-fine-arts"
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.