soleil пре 7 година
родитељ
комит
895a126d91

+ 13 - 0
question/serializer/QuestionDifficultLevel.md

@@ -0,0 +1,13 @@
+# QuestionDifficultLevel
+
+- 题目难度
+
+值含义:
+```
+{
+  "0": -,
+  "1": 简单,
+  "2": 中等,
+  "3": 困难,
+}
+```

+ 2 - 2
question/serializer/QuestionSerializer.md

@@ -3,8 +3,8 @@
 题目的基本信息
 
 ## Attributes
-- id: **number** - 题目ID 
-- AssignmentType : **String** - 题目所属作业类型 | `{1-10}`
+- id: **number** - 题目ID
+- assignmentType : **String** - 题目所属作业类型 | `{1-10}`
 - type: **String** - 题目类型 | `{1-10}`
 - name: **String** - 题目名称 | `{2-100}`
 - description: **String** - 题目描述