-
Notifications
You must be signed in to change notification settings - Fork 0
/
send.json
47 lines (47 loc) · 1.84 KB
/
send.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"gradingId": "2020-6-CP317T1-A01-5ZMW",
"numOfSubmissions": 1,
"results": [
{
"EntityId": "3432423",
"markings": [
{
"filename": "a2q2",
"marked": true,
"testResult": [
{
"output": "need more than two integer arguments: 2 1 2 3 4",
"expectOutput": "need more than two integer arguments: 2 1 2 3 4",
"match": true,
"marks": 1
},
{
"output": "2*1^2 + 3*1^1 + 4*1^0 = 9",
"expectOutput": "2*1^2 + 3*1^1 + 4*1^0 = 9",
"match": true,
"marks": 1
},
{
"output": "9*10^5 + 8*10^4 + 7*10^3 + 6*10^2 + 5*10^1 + 4*10^0 = 987654",
"expectOutput": "9*10^5 + 8*10^4 + 7*10^3 + 6*10^2 + 5*10^1 + 4*10^0 = 987654",
"match": true,
"marks": 1
},
{
"output": "6*5^1 + 7*5^0 = 37",
"expectOutput": "6*5^1 + 7*5^0 = 37",
"match": true,
"marks": 1
},
{
"output": "need more than two integer arguments: 2 1 2 3 4",
"expectOutput": "need more than two integer arguments: 2 1 2 3 4",
"match": true,
"marks": 1
}
]
}
]
}
]
}