获取学生回答
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>回答获取</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/job.grades/getResult</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">paperGradesId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>试卷Id 46865</td>
</tr>
<tr>
<td style="text-align: left;">step</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>shortVideoSplitter 固定</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-06-30 09:44:43",
"data": {
"paperInfo": {
"job_paper_id": 1529,
"platform_id": 527,
"step": "shortVideoSplitter",
"video": "",
"name": "短视频分镜",
"background": "我是背景资料",
"score": "5.00",
"belongs": 1,
"type": 0,
"format_type": 1,
"language": "",
"extra": [],
"status": 1,
"add_time": "2022-06-15 17:35:10",
"update_time": "2022-06-15 17:35:11",
"knowledge": "",
"goods_ids": "",
"job_id": "0",
"cate_id": 0
},
"questionWithAnswerList": [
{
"answer": "",
"keywords": "",
"part": 0,
"duration": 30,
"pointKeywords": "",
"extra": null,
"questionPid": 0,
"questionId": 513943,
"question": "问题标题标题",
"type": 4,
"score": "5.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 513943,
"option": {
"positive": "https://vvod.obs.cn-north-4.myhuaweicloud.com/202205/17/5df7c859619e6a864e619bfec944225f.jpg",
"left": "https://vvod.obs.cn-north-4.myhuaweicloud.com/202205/17/eaa60bba89269c639c11830e89ba02a0.jpg",
"right": "https://vvod.obs.cn-north-4.myhuaweicloud.com/202205/17/0355381f90f86469b4bab9a864736458.jpg"
},
"paperQuestionId": 34627,
"goodsId": "0",
"tag": "1",
"desc": "",
"pid": null,
"background": "",
"tagText": "默认",
"userAnswer": {
"jobAnswerId": 594473,
"grades": "0.00",
"keywordGrades": "0.00",
"subjectiveGrades": "0.00",
"answer": "https://vvod.obs.cn-north-4.myhuaweicloud.com/202206/17/585eef8c8fc6c7366603771e3f9c2458.mp4", #学生回答的视频
"liveScript": [ #视频判定结果
{
"desc": "TaskProcessor",
"name": "画面清晰",
"score": 0
},
{
"desc": "TaskProcessor",
"name": "画面背景干净简洁,不杂乱",
"score": 0
},
{
"desc": "TaskProcessor",
"name": "镜头运动速度均匀",
"score": 0
},
{
"desc": "",
"name": "使用“右移”镜头,从无到有,使物体从画面右端进入画面",
"score": 0
},
{
"desc": "",
"name": "物体最终要停留在画面左侧1/3处",
"score": 0
},
{
"desc": "TaskProcessor",
"name": "被摄物体至少要出现2s",
"score": 0
},
{
"desc": "TaskProcessor",
"name": "物体在画面上下占比50%",
"score": 0
}
],
"referenceGrades": "0.00",
"remark": "",
"aiAnswer": 1,
"sim": 0.6
}
}
]
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>