@@ -74,6 +74,30 @@ get /teacher/review/:reviewId
}
```
+### 老师提交互评作业checklist
+
+[TEACHER]
+```http
+post /teacher/review/:reviewId/checklist
+```
+#### Response
+```json
+{
+ "checkListRules": [
+ {
+ "content":"是否有目录",
+ "explanation":"是否有目录explanation"
+ },{
+ "content":"是否有标题",
+ "explanation":"是否有标题explanation"
+ }
+ ]
+}
### 老师查看互评作业汇总结果
[TEACHER]