From 3667720353f6f5a8e894da3fb84b6ee76be676ef Mon Sep 17 00:00:00 2001 From: Linbo Liu Date: Thu, 14 May 2026 17:54:29 +0000 Subject: [PATCH] Fix task/eval mismatches in tasks 3-97 and 3-99 - 3-97: task description missing "nap time length, dinner time length", but evaluation checks for "nap" and "dinner" keywords in events.xlsx - 3-99: evaluation looked for typo "data/revenuse.docx" while the task instructs writing "revenues.docx" --- tasks/3-97/subtasks/0.json | 2 +- tasks/3-99/subtasks/0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/3-97/subtasks/0.json b/tasks/3-97/subtasks/0.json index a5a48e5..0eb39f7 100644 --- a/tasks/3-97/subtasks/0.json +++ b/tasks/3-97/subtasks/0.json @@ -3,7 +3,7 @@ "date": "2020-05-01", "weekday": "Friday", "time": "10:00 AM", - "task": "extract Bob's and Tom's calendar and count their sleeping time, class time length, saved to excel file named events.xlsx, write summarization in daily_event.pdf", + "task": "extract Bob's and Tom's calendar and count their sleeping time, class time length, nap time length, dinner time length, saved to excel file named events.xlsx, write summarization in daily_event.pdf", "evaluation": [ { "function": "evaluate_file_exist", diff --git a/tasks/3-99/subtasks/0.json b/tasks/3-99/subtasks/0.json index 2f82365..d7a0a81 100644 --- a/tasks/3-99/subtasks/0.json +++ b/tasks/3-99/subtasks/0.json @@ -14,7 +14,7 @@ { "function": "evaluate_file_exist", "args": { - "file": "data/revenuse.docx" + "file": "data/revenues.docx" } } ]