| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "Given an Excel containing student's previous courses and GPA, does he satisfy the graduate requirement if student needs to take at least 8 CS courses and 5 math courses? Answer should be Yes or No.", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_contain", | |
| "args": { | |
| "doc_type": "txt", | |
| "file": "./data/answer.txt", | |
| "keywords": [ | |
| "No" | |
| ] | |
| } | |
| } | |
| ] | |
| } |