微同课后台2

微同课后台管理系统接口(续)


题目批改信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>大联考题目批改详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>joint_exam/exam_topic_check</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;">topic_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>试卷id/大联考id</td> </tr> <tr> <td style="text-align: left;">question_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>题目id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;question&amp;quot;: { // 题目信息             &amp;quot;id&amp;quot;: 993, // 题目id             &amp;quot;problem&amp;quot;: &amp;quot;9组合题大题--单选多选填空简单混合4题&amp;quot;,             &amp;quot;answer&amp;quot;: &amp;quot;&amp;quot;, // 选择题时输出为数组格式             &amp;quot;right_answer&amp;quot;: &amp;quot;&amp;quot;, // 正常答案             &amp;quot;image&amp;quot;: [], // 图片             &amp;quot;right_answer_image&amp;quot;: [], // 正确答案图片 // 如果是组合题时本次的(当前份下)小题做题记录需要额外请求 // 接口:joint_exam/s_exam_topic_check,传参topic_id、question_id(大题id)、user_id(当前做题用户id)             &amp;quot;type&amp;quot;: 0, // 题型             &amp;quot;parsing&amp;quot;: &amp;quot;&amp;quot;, // 解析文字             &amp;quot;parsing_image&amp;quot;: [], // 解析图片             &amp;quot;parsing_video&amp;quot;: &amp;quot;&amp;quot;, // 解析视频             &amp;quot;kn&amp;quot;: &amp;quot;&amp;quot;, // 知识点             &amp;quot;score&amp;quot;: 20, // 题目分值             &amp;quot;is_check&amp;quot;: 0, // 是否批改完成(针对于整题):0=否,1=是             &amp;quot;s_list&amp;quot;: [ // 小题信息(非组合题不输出)                 {                     &amp;quot;id&amp;quot;: 994,                     &amp;quot;problem&amp;quot;: &amp;quot;组合题小题--选择题单选:正确答案为A&amp;quot;,                     &amp;quot;answer&amp;quot;: [                         &amp;quot;选项1&amp;quot;,                         &amp;quot;选项2&amp;quot;,                         &amp;quot;选项3&amp;quot;,                         &amp;quot;选项4&amp;quot;                     ],                     &amp;quot;right_answer&amp;quot;: &amp;quot;A&amp;quot;,                     &amp;quot;image&amp;quot;: [],                     &amp;quot;right_answer_image&amp;quot;: [],                     &amp;quot;type&amp;quot;: 1,                     &amp;quot;parsing&amp;quot;: null,                     &amp;quot;parsing_image&amp;quot;: [],                     &amp;quot;parsing_video&amp;quot;: null,                     &amp;quot;kn&amp;quot;: null,                     &amp;quot;score&amp;quot;: 5,                     &amp;quot;is_check&amp;quot;: 0                 }             ]         },         &amp;quot;count&amp;quot;: 4, // 总份数         &amp;quot;average_score&amp;quot;: &amp;quot;5.00&amp;quot;, // 平均分         &amp;quot;page&amp;quot;: 1,         &amp;quot;pageSize&amp;quot;: 15,         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 31, // 做题记录id &amp;quot;user_id&amp;quot;: 1, // 用户id                 &amp;quot;select_answer&amp;quot;: &amp;quot;填空题的答案&amp;quot;, // 选择/输入的答案                 &amp;quot;select_answer_image&amp;quot;: &amp;quot;&amp;quot;, // 输入答案图片 &amp;quot;is_check&amp;quot;: 1, // 是否批改:1=是,0=否 // 以下字段未批改时不显示                 &amp;quot;is_correct&amp;quot;: 0, // 做题状态:0=已做,1=正确,2=错误                 &amp;quot;score&amp;quot;: 5, // 得分             }            ]     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML