| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "Print the top 3 students in midterm1 into a file named top3.txt. ", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_contain", | |
| "args": { | |
| "file": "data/top3.txt", | |
| "doc_type": "txt", | |
| "keywords": [ | |
| "Tina", | |
| "Rachel", | |
| "Sam" | |
| ] | |
| } | |
| } | |
| ] | |
| } |