25. 答卷查看(判卷前)
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>答卷查看</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/backend/teacher/paperAnswerView</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>答卷id</td>
</tr>
</tbody>
</table>
<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;">id</td>
<td style="text-align: left;">sting</td>
<td>答卷ID</td>
</tr>
<tr>
<td style="text-align: left;">newPaperId</td>
<td style="text-align: left;">sting</td>
<td>试卷ID</td>
</tr>
<tr>
<td style="text-align: left;">paperName</td>
<td style="text-align: left;">sting</td>
<td>试卷名称</td>
</tr>
<tr>
<td style="text-align: left;">answerUserName</td>
<td style="text-align: left;">sting</td>
<td>答卷人姓名</td>
</tr>
<tr>
<td style="text-align: left;">answerUserPhone</td>
<td style="text-align: left;">sting</td>
<td>答卷人电话</td>
</tr>
<tr>
<td style="text-align: left;">answerScore</td>
<td style="text-align: left;">sting</td>
<td>答卷分数</td>
</tr>
<tr>
<td style="text-align: left;">answerTime</td>
<td style="text-align: left;">sting</td>
<td>答卷时间</td>
</tr>
<tr>
<td style="text-align: left;">paperName</td>
<td style="text-align: left;">sting</td>
<td>试卷名称</td>
</tr>
<tr>
<td style="text-align: left;">paperName</td>
<td style="text-align: left;">sting</td>
<td>试卷名称</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;id&quot;: 1,
&quot;newPaperId&quot;: 40,
&quot;handleType&quot;: 1,
&quot;handleAutomatic&quot;: 1,
&quot;answerId&quot;: 2,
&quot;answerTime&quot;: &quot;2024-09-11 22:46:32&quot;,
&quot;answerScore&quot;: 60,
&quot;status&quot;: 1,
&quot;answerUserPhone&quot;: &quot;13123456789&quot;,
&quot;answerUserName&quot;: &quot;学生john&quot;,
&quot;paperName&quot;: &quot;试卷40&quot;,
&quot;questions&quot;: [
{
&quot;id&quot;: 245,
&quot;paperId&quot;: null,
&quot;questionNumber&quot;: null,
&quot;title&quot;: &quot;5 Jodi swims 22 lengths of a swimming pool to raise money for charity.\nShe receives $15 for each length she swims.\nCalculate how&quot;,
&quot;type&quot;: 2,
&quot;year&quot;: null,
&quot;videoUrl&quot;: null,
&quot;videoUrlCover&quot;: null,
&quot;answerUrl&quot;: &quot;/files/paper/page_19/5_answer.png&quot;,
&quot;examOffice&quot;: null,
&quot;grade&quot;: null,
&quot;subject&quot;: 1,
&quot;examSeason&quot;: null,
&quot;examOfficeName&quot;: null,
&quot;gradeName&quot;: null,
&quot;subjectName&quot;: null,
&quot;examSeasonName&quot;: null,
&quot;yearName&quot;: null,
&quot;status&quot;: null,
&quot;views&quot;: null,
&quot;plays&quot;: null,
&quot;createTime&quot;: null,
&quot;sim&quot;: null,
&quot;examNo&quot;: null,
&quot;isDelete&quot;: null,
&quot;lucene&quot;: null,
&quot;knowledgeId1&quot;: null,
&quot;knowledgeId2&quot;: null,
&quot;knowledgeId3&quot;: null,
&quot;difficultyId&quot;: null,
&quot;choiceType&quot;: null,
&quot;images&quot;: null,
&quot;score&quot;: null,
&quot;collect&quot;: null,
&quot;imageUrl&quot;: &quot;/files/paper/page_19/5.png&quot;
}
]
}
}</code></pre>
<h5>备注</h5>