获取学生回答
<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;">contestGradesId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>成绩 id</td>
</tr>
<tr>
<td style="text-align: left;">step</td>
<td style="text-align: left;">是 ,固定值</td>
<td style="text-align: left;">string</td>
<td>webMediaResearch</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-09-15 15:08:43",
"data": {
"paperInfo": {
"job_paper_id": 77,
"platform_id": 527,
"step": "webShortVideoReplay",
"video": "",
"name": "直播存在问题",
"background": null,
"score": "6.00",
"belongs": 1,
"extra": {},
"status": 1,
"add_time": "2021-09-14 11:53:32",
"update_time": "2021-09-14 12:05:59"
},
"questionWithAnswerList": [
{
"questionId": 87,
"question": "xxxx",
"type": 1,
"score": "4.00", #分值
"jobQuestionId": 87,
"option": "[]",
"paperQuestionId": 67,
"answer": "0,1", #正确答案
"userAnswer": {
"jobAnswerId": 20,
"grades": "0.00", #得分
"answer": "87" #用户回答
}
}
]
}
}</code></pre>