DYH云

DYH开放接口


获取考核详情中的主观题

<h5>简要描述</h5> <ul> <li>竞赛考核映射</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{BASE_URL}}/api/contest.grades/getSubjectiveQuestionList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET <h5>参数</h5></li> </ul> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">contestGradesId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>竞赛 id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code": 20000,     "msg": "success",     "time": "2022-10-14 10:23:28",     "data": {         "contestGradesId": 50996,         "platformId": 527,         "contestId": 6358,         "type": 1,         "evaluationId": 0,         "scriptPaperGradesId": 0,         "basicPaperGradesId": 0,         "evaluationAudioId": 0,         "step": "finish",         "grades": "1.00",         "subjectiveGrades": "0.00",         "evaluateScore": 0,         "isPass": 0,         "isPublish": 1,         "separatelyTime": 0,         "state": 0,         "status": 1,         "addTime": "2022-10-14 10:03:45",         "updateTime": "2022-10-14 10:06:49",         "gradesNode": [             {                 "contestGradesNodeId": 150422,                 "contestId": 6358,                 "type": 1,                 "contestGradesId": 50996,                 "platformId": 527,                 "contestStepNodeId": 22515,                 "step": "web_short_video_clip",                 "duration": 6000,                 "paperId": 2445,                 "paperGrades": "0.01",                 "paperGradesId": 77673,                 "process": 1,                 "liveProcess": -10,                 "weigh": 1,                 "startTime": "2022-10-14 10:03:45",                 "endTime": "2022-10-14 10:03:55",                 "treatmentState": 1,                 "inspectionTime": 10,                 "status": 1,                 "addTime": "2022-10-14 10:03:45",                 "updateTime": "2022-10-14 10:06:49",                 "humpStep": "webShortVideoClip",                 "subjectiveQuestionList": [                     {                         "paperQuestionId": 56298,                         "paperId": 0,                         "questionId": 590716,                         "score": "1.00",                         "buckleScore": "0.00",                         "duration": 0,                         "part": 0,                         "partName": "",                         "partBackground": "",                         "questionPid": 0,                         "subjectiveScore": "0.00",展示主观分最大份                         "keywordScore": "0.00",                         "status": 1,                         "addTime": "2022-09-06 17:38:29",                         "updateTime": "2022-09-08 15:11:49",                         "jobQuestionId": 590716,                         "platformId": 527,                         "type": 4,                         "step": "web_short_video_clip",                         "question": "", // 展示                         "video": "https://vvod.obs.cn-north-4.myhuaweicloud.com/202209/06/985d7a0d6b33c1a4bb55ff1e2a2a94ae.mp4", 展示                         "images": "",展示                         "background": "",展示                         "option": "[]",                         "userAnswer": {                             "jobAnswerId": 1480877,                             "questionId": 590716,                             "paperId": 2445,                             "jobGradesId": 77673,                             "platformIdEd": 527,                             "grades": "0.00",                             "answer": "https://vvod.dyhculture.com/202210/14/dfeb3e2dfc9674e23c6a399ac406cdcb.mp4",判断视频图片文本                             "aiAnswer": [],                             "iseId": 0,                             "keywordGrades": "0.00",                             "referenceGrades": "0.00",                             "subjectiveGrades": "0.01",                             "remark": "100",                             "liveScript": "",                             "status": 1,                             "addTime": "2022-10-14 10:03:55",                             "updateTime": "2022-10-14 10:06:59",                             "tagText": ""                         }, "ratingList": [ //评分列表                             {                                 "username": "zjp_test",                                 "id": 16,                                 "subjectiveGrades": "0.90",                                 "platformId": 527,                                 "jobAnswerId": 1480877,                                 "questionId": 590716,                                 "isHistory": 0,                                 "addTime": "2022-10-14 10:39:48",                                 "updateTime": "2022-10-14 10:39:48",                                 "status": 1,                                 "computerSubjectiveGrades": 90                             }                         ]                         "desc": "",展示                         "pointKeywords": "",                         "keywords": "",                         "tag": "1",                         "group": "",                         "extra": {                             "optType": "1"                         },                         "annex": "",                         "belongs": 1,                         "goodsId": "",                         "pid": null,                         "difficulty": 0,                         "cateId": 0,                         "questionType": 0,                         "workType": 0,                         "occupationType": 0,                         "level": 0,                         "questionTag": 0,                         "cateName": "",                         "enable": 1,                         "tagText": "默认"                     }                 ]             } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML