summaryrefslogtreecommitdiff
path: root/settings.example.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.example.py')
-rw-r--r--settings.example.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/settings.example.py b/settings.example.py
new file mode 100644
index 0000000..2d30c1b
--- /dev/null
+++ b/settings.example.py
@@ -0,0 +1,27 @@
+CANVAS_TOKEN = "asdfjkl;"
+GITEA_BASE_URL = "https://focs.ji.sjtu.edu.cn/git/api/v1"
+CANVAS_BASE_URL = "https://umjicanvas.com/api/v1"
+COURSE_ID = 1903
+ORG_NAME = "vg101"
+SID = "asdfjl;"
+JOJ_COURSE_ID = "vg101_fall_2020_manuel"
+PROCESS_COUNT = 16
+RUBRIC = {
+ "indvFailSubmit": [-0.5, 'individual submit absence, -0.5'],
+ "indvUntidy": [-0.25, 'individual branch untidy, -0.25'],
+ "groupFailSubmit": [-2.5, 'group submit absence, -2.5'],
+ "groupUntidy": [-0.25, 'group branch untidy, -0.25'],
+ "jojFailHomework": [-0.5, 'JOJ homework not passed, -0.5'],
+ "jojFailExercise": [-0.25, 'JOJ exercise not passed, -0.25']
+}
+JOJ_INFO = {
+ "lang":
+ "matlab",
+ "homeworkID":
+ "5f66161a91df0600062ff7aa",
+ "problemInfo": [
+ ["ex2.m", "5f6614eb91df0600062ff7a7", 1],
+ ["ex5.m", "5f6624b791df0600062ff7da", 1],
+ ["ex6.m", "5f66324291df0600062ff834", 5],
+ ]
+} \ No newline at end of file