id
string | snapshot
string | instruction
string | source
string | config
list | trajectory
string | related_apps
list | evaluator
dict | proxy
bool | fixed_ip
bool | possibility_of_env_change
string | model_pass_rate
dict | annotator_hints
list | knowledge_points
list | coverage
string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f
|
libreoffice_calc
|
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.
|
Turing
|
[
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/KaranUnstop1101/_turing_/resolve/main/Student_Grades.xlsx",
"path": "/home/user/Desktop/Student_Grades.xlsx"
}
],
"path": null
}
},
{
"type": "open",
"parameters": {
"files": null,
"path": "/home/user/Desktop/Student_Grades.xlsx"
}
}
] |
trajectories/c3d4e5f6-a1b2-3c4d-5e6f-7a8b9c0d1e2f
|
[
"libreoffice_calc"
] |
{
"func": "compare_table",
"result": {
"type": "vm_file",
"path": "/home/user/Desktop/Student_Grades_Final.xlsx",
"dest": "Student_Grades_Final.xlsx"
},
"expected": {
"type": "cloud_file",
"path": "https://huggingface.co/datasets/KaranUnstop1101/_turing_/resolve/main/Student_Grades_Final_Solution.xlsx",
"dest": "Student_Grades_Final_Solution.xlsx"
},
"options": {
"rules": [
{
"type": "sheet_data",
"sheet_idx0": 0,
"sheet_idx1": "EI0"
}
]
}
}
| false
| false
|
medium
|
{
"claude-4-sonnet-20250514": 0.45
}
|
[
"Step 1: Click on cell C2, the first empty cell in the 'Status' column.",
"Step 2: Type the formula '=IF(B2>=60, \"Pass\", \"Fail\")' and press Enter.",
"Step 3: Click on cell C2 again to select it.",
"Step 4: Double-click the fill handle at the bottom-right of cell C2 to auto-fill the formula down the column.",
"Step 5: Use the 'Save As...' menu option.",
"Step 6: Name the file 'Student_Grades_Final.xlsx' and save it to the Desktop."
] |
[
"Using logical functions (IF) in LibreOffice Calc.",
"Using comparison operators (>=) within a formula.",
"Using the auto-fill handle for logical formulas.",
"Saving a spreadsheet with a new name."
] |
Spreadsheet logical formula usage
|
No dataset card yet
- Downloads last month
- 64