Showing
1 changed file
with
25 additions
and
0 deletions
@@ -34,3 +34,28 @@ | @@ -34,3 +34,28 @@ | ||
34 | 34 | ||
35 | - ResponseBody: | 35 | - ResponseBody: |
36 | 36 | ||
37 | + | ||
38 | +##### 2. 保存学生评测结果 | ||
39 | + | ||
40 | +- URL: {{localhost}}/boxfish-wudaokou-recommend/exam/result/saveExamResult | ||
41 | +- Method: POST | ||
42 | +- RequestBody: | ||
43 | + | ||
44 | +```json | ||
45 | +{ | ||
46 | + "studentId": 100000006030, | ||
47 | + "assessmentId": "ORAL_TEST_LEVEL_3", | ||
48 | + "resultList": [ | ||
49 | + { | ||
50 | + "questionId": "LEVEL_3_WORD_1", | ||
51 | + "answer": "return" | ||
52 | + }, | ||
53 | + { | ||
54 | + "questionId": "LEVEL_3_WORD_2", | ||
55 | + "answer": "Teacher" | ||
56 | + } | ||
57 | + ] | ||
58 | +} | ||
59 | +``` | ||
60 | + | ||
61 | +- ResponseBody: |
-
Please register or login to post a comment