KaranUnstop1101 commited on
Commit
de57234
·
verified ·
1 Parent(s): d1a515d

Upload c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f.json

Browse files
c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f",
3
+ "snapshot": "libreoffice_calc",
4
+ "instruction": "In the provided spreadsheet of student scores, use an IF function to determine their status. If a student's score in column B is 60 or greater, their status in column C should be 'Pass'. Otherwise, their status should be 'Fail'. After filling the 'Status' column, save the file as 'Student_Grades_Final.xlsx' to the Desktop.",
5
+ "source": "Turing",
6
+ "config": [
7
+ {
8
+ "type": "download",
9
+ "parameters": {
10
+ "files": [
11
+ {
12
+ "url": "https://huggingface.co/datasets/KaranUnstop1101/_turing_/resolve/main/Student_Grades.xlsx",
13
+ "path": "/home/user/Desktop/Student_Grades.xlsx"
14
+ }
15
+ ]
16
+ }
17
+ },
18
+ {
19
+ "type": "open",
20
+ "parameters": {
21
+ "path": "/home/user/Desktop/Student_Grades.xlsx"
22
+ }
23
+ }
24
+ ],
25
+ "trajectory": "trajectories/c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f",
26
+ "related_apps": [
27
+ "libreoffice_calc"
28
+ ],
29
+ "evaluator": {
30
+ "func": "compare_table",
31
+ "result": {
32
+ "type": "vm_file",
33
+ "path": "/home/user/Desktop/Student_Grades_Final.xlsx",
34
+ "dest": "Student_Grades_Final.xlsx"
35
+ },
36
+ "expected": {
37
+ "type": "cloud_file",
38
+ "path": "https://huggingface.co/datasets/KaranUnstop1101/_turing_/resolve/main/Student_Grades_Final_Solution.xlsx",
39
+ "dest": "Student_Grades_Final_Solution.xlsx"
40
+ },
41
+ "options": {
42
+ "rules": [
43
+ {
44
+ "type": "sheet_data",
45
+ "sheet_idx0": 0,
46
+ "sheet_idx1": "EI0"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ "proxy": false,
52
+ "fixed_ip": false,
53
+ "possibility_of_env_change": "medium",
54
+ "model_pass_rate": {
55
+ "claude-4-sonnet-20250514": 0.45
56
+ },
57
+ "annotator_hints": [
58
+ "Step 1: Click on cell C2, the first empty cell in the 'Status' column.",
59
+ "Step 2: Type the formula '=IF(B2>=60, \"Pass\", \"Fail\")' and press Enter.",
60
+ "Step 3: Click on cell C2 again to select it.",
61
+ "Step 4: Double-click the fill handle at the bottom-right of cell C2 to auto-fill the formula down the column.",
62
+ "Step 5: Use the 'Save As...' menu option.",
63
+ "Step 6: Name the file 'Student_Grades_Final.xlsx' and save it to the Desktop."
64
+ ],
65
+ "knowledge_points": [
66
+ "Using logical functions (IF) in LibreOffice Calc.",
67
+ "Using comparison operators (>=) within a formula.",
68
+ "Using the auto-fill handle for logical formulas.",
69
+ "Saving a spreadsheet with a new name."
70
+ ],
71
+ "coverage": "Spreadsheet logical formula usage"
72
+ }