Zwaire's picture
Upload 234 files
b127c36 verified
{
"username": "Alice",
"date": "2020-05-01",
"weekday": "Friday",
"time": "10:00 AM",
"task": "Extract the courses Bill has previously taken from the Excel sheet Bill_course_lists.xlsx and transfer them to classes_taken.docx. Each course should be on a seperate line.",
"evaluation": [
{
"function": "evaluate_contain",
"args": {
"file": "data/classes_taken.docx",
"doc_type": "docx",
"keywords": [
"CS 101",
"MATH 150",
"PHYS 101",
"CS 102",
"MATH 151",
"PHYS 102",
"CS 103",
"MATH 152",
"PHYS 103",
"CS 104",
"MATH 250",
"PHYS 104",
"CS 105",
"MATH 251",
"PHYS 105"
]
}
}
]
}