| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "write all shopping item in docx file (shopping_list.docx) from shopping list (shopping_list.xlsx)", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_contain", | |
| "args": { | |
| "file": "data/shopping_list.docx", | |
| "doc_type": "docx", | |
| "keywords": [ | |
| "apple", | |
| "cabbage", | |
| "onion" | |
| ] | |
| } | |
| } | |
| ] | |
| } |