Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-04-26 13:36:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3317fda9168685f167bd181a2ca0b8d388d453d3
3317fda9
1 parent
b51ee80a
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
boxfish-智能评测/智能评测小程序0420.md
boxfish-智能评测/智能评测小程序0420.md
View file @
3317fda
...
...
@@ -33,6 +33,19 @@ NO_EVALUATION, // 没有完成评测
EVALUATION_FINISHED;
//
评测完成
```
[
-
]
当
`evaluationStatus = NO_EVALUATION_LEVEL`
的时候,会出现选择评测年级的页面,评测年级选择如下:
```
text
GRADE_1_A : 一年级;
GRADE_2_A : 二年级;
GRADE_3_A : 三年级;
GRADE_4_A : 四年级;
GRADE_5_A : 五年级;
GRADE_6_A : 六年级;
GRADE_7_A : 七年级;
GRADE_7_A : 八年级。
```
##### 2. 获取学生评测试题内容
...
...
@@ -48,7 +61,7 @@ examGrade | String | 评测年级
-
ResponseBody:
#####
2
. 保存学生评测结果
#####
3
. 保存学生评测结果
-
URL: {{localhost}}/boxfish-wudaokou-recommend/exam/result/saveExamResult
-
Method: POST
...
...
Please
register
or
login
to post a comment