-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpolicy.json
More file actions
47 lines (42 loc) · 1.06 KB
/
policy.json
File metadata and controls
47 lines (42 loc) · 1.06 KB
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
{
"token": "example-token",
"itoken": "example-itoken",
"className": "Main",
"instructor": "InstructorName",
"point": 10.0,
"feedback": true,
"dueDate": "2025-08-31 23:59:59",
"feedbackLevel": 1,
"compiled": {
"state": true,
"buildTool": false,
"deductPoint": 0.0
},
"oracle": {
"state": true,
"input": [""],
"checksum": [""],
"output": ["Hello World"],
"deductPoint": 10.0,
"maxDeduct": 10.0,
"filePath": ["Main.java"]
},
"packages": { "state": false },
"classes": {
"state": true,
"required": ["Main"],
"deductPoint": 0.0,
"maxDeduct": 0.0
},
"methods": { "state": false },
"customException": { "state": false },
"customStructure": { "state": false },
"inheritSuper": { "state": false },
"inheritInterface": { "state": false },
"overriding": { "state": false },
"overloading": { "state": false },
"thread": { "state": false },
"javadoc": { "state": false },
"encapsulation": { "state": false },
"count": { "state": false }
}