试卷详情
<h5>简要描述</h5>
<ul>
<li>试卷详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.paper/getInfo</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;">paperId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>试卷id</td>
</tr>
<tr>
<td style="text-align: left;">hiddenAnswer</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>是否隐藏答案 0/1 默认0</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-05-10 10:31:31",
"data": {
"jobPaperId": 960,
"platformId": 527,
"step": "liveRoomSetUp",
"video": "",
"name": "直播间软硬件搭建(实操)",
"background": "任务目标",
"score": "16.00",
"belongs": 1,
"type": 0,
"formatType": 0,
"language": "",
"extra": {
"questionStem": "题干"
},
"status": 1,
"addTime": "2022-05-10 10:23:52",
"updateTime": "2022-05-10 10:23:52",
"knowledge": "知识点",
"goodsIds": "",
"questionList": [
{
"questionId": 38863,
"question": "位置",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38863,
"option": [],
"paperQuestionId": 7171,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 0,
"extra": [],
"answer": "-2,0,5",
"keywords": "",
"tagText": "默认",
"options": []
},
{
"questionId": 38864,
"question": "亮度",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38864,
"option": [],
"paperQuestionId": 7172,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "2",
"desc": "",
"pid": 0,
"extra": [],
"answer": "50",
"keywords": "",
"options": []
},
{
"questionId": 38865,
"question": "角度",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38865,
"option": [],
"paperQuestionId": 7173,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "3",
"desc": "",
"pid": 0,
"extra": [],
"answer": "45",
"keywords": "",
"options": []
},
{
"questionId": 38866,
"question": "位置",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38866,
"option": [],
"paperQuestionId": 7174,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "4",
"desc": "",
"pid": 0,
"extra": [],
"answer": "-2,0,5",
"keywords": "",
"options": []
},
{
"questionId": 38867,
"question": "亮度",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38867,
"option": [],
"paperQuestionId": 7175,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "5",
"desc": "",
"pid": 0,
"extra": [],
"answer": "50",
"keywords": "",
"options": []
},
{
"questionId": 38868,
"question": "角度",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 38868,
"option": [],
"paperQuestionId": 7176,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "6",
"desc": "",
"pid": 0,
"extra": [],
"answer": "45",
"keywords": "",
"options": []
}
]
}
}</code></pre>