-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixture-eval.xml
More file actions
42 lines (42 loc) · 2.2 KB
/
Copy pathfixture-eval.xml
File metadata and controls
42 lines (42 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<evaluation>
<qa_pair>
<question>In the JavaScript fixture, which fully qualified method updates a running total by delegating to the helper named add? Answer with the fully qualified method name only.</question>
<answer>Calculator.addToTotal</answer>
</qa_pair>
<qa_pair>
<question>In the TypeScript fixture, what exact version string is exported as a constant? Respond with the string only.</question>
<answer>1.0.0</answer>
</qa_pair>
<qa_pair>
<question>In the TypeScript fixture, which imported class is instantiated inside the function named run? Answer with the class name only.</question>
<answer>Calculator</answer>
</qa_pair>
<qa_pair>
<question>In the React fixture, which helper function is called to build the rendered greeting text? Answer with the function name only.</question>
<answer>formatGreeting</answer>
</qa_pair>
<qa_pair>
<question>In the React fixture, which file defines the component that accepts a name prop and renders a section element? Answer with the relative file path only.</question>
<answer>src/components/Greeter.tsx</answer>
</qa_pair>
<qa_pair>
<question>In the Python fixture, which method does Greeter.greet call before the string is normalized? Answer with the fully qualified method name only.</question>
<answer>Greeter.format</answer>
</qa_pair>
<qa_pair>
<question>In the Python fixture, which top-level function imports and calls slugify directly? Answer with the function name only.</question>
<answer>make_slug</answer>
</qa_pair>
<qa_pair>
<question>In the Python fixture, what single character replaces spaces in the output of slugify? Answer with that character only.</question>
<answer>-</answer>
</qa_pair>
<qa_pair>
<question>Across the indexed fixtures, which fully qualified Python symbol is responsible for the final normalization step before a greeting string is returned? Answer with the symbol name only.</question>
<answer>slugify</answer>
</qa_pair>
<qa_pair>
<question>In the JavaScript fixture, which file reports parser recovery instead of a clean parse? Answer with the relative file path only.</question>
<answer>src/broken.js</answer>
</qa_pair>
</evaluation>