File size: 589 Bytes
b127c36 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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"
]
}
}
]
} |