diff --git a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task11.json b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task11.json index a930b45..ce4dd11 100644 --- a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task11.json +++ b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task11.json @@ -1,14 +1,26 @@ { "id": "Origin_User_Guide_2025b_E_task11", "snapshot": "origin", - "instruction": "在 Origin 中通过 Graph → Adding Error Bars 添加误差条到现有图表", + "instruction": "在 Origin 中先通过 Plot → Line 绘制图表,再通过 Insert → Error Bars 添加误差条", "source": "custom", "config": [ + { + "type": "upload_file", + "parameters": { + "files": [ + { + "local_path": "evaluation_examples/data/origin/example.xlsx", + "path": "C:\\Users\\user\\Desktop\\example.xlsx" + } + ] + } + }, { "type": "launch", "parameters": { "command": [ - "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe" + "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe", + "C:\\Users\\user\\Desktop\\example.xlsx" ] } }, @@ -39,7 +51,7 @@ "possibility_of_env_change": "low", "metadata": { "input_files": [], - "steps": "1. 单击图表窗口(Graph1)使其成为活动窗口。\n2. 单击主菜单栏中的 'Insert' 菜单。\n3. 在下拉菜单中单击 'Error Bars...' 选项。\n4. 在弹出的对话框中,单击误差数据来源对应的下拉菜单选择误差数据列。\n5. 单击 'OK' 按钮应用设置并关闭对话框。\n6. 观察图表窗口,确认选中的数据曲线上已正确添加了误差条标记。", - "steps_original": "1. 单击图表窗口(Graph1)使其成为活动窗口。\n2. 在主菜单中选择 Insert → Error Bars...。\n3. 在弹出对话框中选择误差数据列并点击 OK 应用。\n4. 查看图表确认误差条已正确添加到数据曲线上。" + "steps": "1. 在工作表中选中数据列后通过 Plot → Line 绘制图表。\n2. 单击图表窗口(Graph1)使其成为活动窗口。\n3. 单击主菜单栏中的 'Insert' 菜单。\n4. 在下拉菜单中单击 'Error Bars...' 选项。\n5. 在弹出的对话框中,单击误差数据来源对应的下拉菜单选择误差数据列。\n6. 单击 'OK' 按钮应用设置并关闭对话框。\n7. 观察图表窗口,确认选中的数据曲线上已正确添加了误差条标记。", + "steps_original": "1. 在工作表中选中数据列后通过 Plot → Line 绘制图表。\n2. 单击图表窗口(Graph1)使其成为活动窗口。\n3. 在主菜单中选择 Insert → Error Bars...。\n4. 在弹出对话框中选择误差数据列并点击 OK 应用。\n5. 查看图表确认误差条已正确添加到数据曲线上。" } } \ No newline at end of file diff --git a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task2.json b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task2.json index 1573232..8bdebda 100644 --- a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task2.json +++ b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task2.json @@ -4,11 +4,23 @@ "instruction": "在 Origin 中通过 View → Formula Bar 打开公式栏,并在公式栏输入 stdDev(B[1:10])", "source": "custom", "config": [ + { + "type": "upload_file", + "parameters": { + "files": [ + { + "local_path": "evaluation_examples/data/origin/example.xlsx", + "path": "C:\\Users\\user\\Desktop\\example.xlsx" + } + ] + } + }, { "type": "launch", "parameters": { "command": [ - "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe" + "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe", + "C:\\Users\\user\\Desktop\\example.xlsx" ] } }, diff --git a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task3.json b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task3.json index d64e504..922a634 100644 --- a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task3.json +++ b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task3.json @@ -4,11 +4,23 @@ "instruction": "在 Origin 中通过 Scale 修改 X 轴的范围为 20 到 180", "source": "custom", "config": [ + { + "type": "upload_file", + "parameters": { + "files": [ + { + "local_path": "evaluation_examples/data/origin/example.xlsx", + "path": "C:\\Users\\user\\Desktop\\example.xlsx" + } + ] + } + }, { "type": "launch", "parameters": { "command": [ - "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe" + "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe", + "C:\\Users\\user\\Desktop\\example.xlsx" ] } }, diff --git a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task5.json b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task5.json index 33a065d..79d9616 100644 --- a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task5.json +++ b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task5.json @@ -4,11 +4,23 @@ "instruction": "在 Origin 中通过 Tools → Data Slicer 激活数据切片器并设置切片条件为 X=50", "source": "custom", "config": [ + { + "type": "upload_file", + "parameters": { + "files": [ + { + "local_path": "evaluation_examples/data/origin/example.xlsx", + "path": "C:\\Users\\user\\Desktop\\example.xlsx" + } + ] + } + }, { "type": "launch", "parameters": { "command": [ - "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe" + "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe", + "C:\\Users\\user\\Desktop\\example.xlsx" ] } }, diff --git a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task9.json b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task9.json index abef752..bfac682 100644 --- a/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task9.json +++ b/evaluation_examples/examples/origin/Origin_User_Guide_2025b_E_task9.json @@ -4,11 +4,23 @@ "instruction": "在 Origin 中通过 Object Edit Toolbar 对齐选中的图表对象", "source": "custom", "config": [ + { + "type": "upload_file", + "parameters": { + "files": [ + { + "local_path": "evaluation_examples/data/origin/example.xlsx", + "path": "C:\\Users\\user\\Desktop\\example.xlsx" + } + ] + } + }, { "type": "launch", "parameters": { "command": [ - "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe" + "C:\\Program Files\\OriginLab\\Origin2025b\\Origin64.exe", + "C:\\Users\\user\\Desktop\\example.xlsx" ] } },