There appears to be a problem with running the tests or recording the results of the test run. The test results are not being stored in the JSON string. Instead an IOException is stored in the string. An example string is provided below.
{
"Assignment":"Assignment 2",
"Current Grade":"Needs Grading",
"Submission Field":"There is no student submission text data for this assignment.",
"test":{"error":"IOException occurred"},
"Comments":"There are no student comments for this assignment.",
"root":".",
"Date Submitted":"Friday, 20 September 2019 6:23:46 PM AEST",
"files":{"a2.py":"Assignment 2_s344713_attempt_2019-09-20-18-23-46_a2.py"},
"Name":"Mark Bayley (s344713)",
"sid":"s344713",
"timestamp":1576212692
}
There appears to be a problem with running the tests or recording the results of the test run. The test results are not being stored in the JSON string. Instead an
IOExceptionis stored in the string. An example string is provided below.{"Assignment":"Assignment 2","Current Grade":"Needs Grading","Submission Field":"There is no student submission text data for this assignment.","test":{"error":"IOException occurred"},"Comments":"There are no student comments for this assignment.","root":".","Date Submitted":"Friday, 20 September 2019 6:23:46 PM AEST","files":{"a2.py":"Assignment 2_s344713_attempt_2019-09-20-18-23-46_a2.py"},"Name":"Mark Bayley (s344713)","sid":"s344713","timestamp":1576212692}