微同课后台2

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


试卷批改信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>大联考收卷批改信息接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>joint_exam/exam_check_info</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</td> </tr> </tbody> </table> <p>可使用“AI大联考2”试卷测试 展示参考: <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=243442f9d20a6c143c33f40b8cab45a6&amp;amp;file=file.png" alt="" /></p> <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;data_info&amp;quot;: {             &amp;quot;count_num&amp;quot;: 12, // 总题数             &amp;quot;already_check&amp;quot;: 0, // 已批改题数             &amp;quot;not_check&amp;quot;: 12, // 待批改题数 &amp;quot;check_time&amp;quot;: 1757865600 // 批改截止时间         },         &amp;quot;topic_list&amp;quot;: [ // 题目信息             {                 &amp;quot;question_stem&amp;quot;: &amp;quot;一、填空题&amp;quot;, // 大题信息                 &amp;quot;list&amp;quot;: [                     {                         &amp;quot;id&amp;quot;: 985, // 题目id                         &amp;quot;type&amp;quot;: 3, // 题型 &amp;quot;topic_num&amp;quot;: 1, // 题号                         &amp;quot;is_check&amp;quot;: 0, // 是否批改(0=未批改,1=已批改)                     }                 ]             },             {                 &amp;quot;question_stem&amp;quot;: &amp;quot;二、简答题&amp;quot;,                 &amp;quot;list&amp;quot;: [                     {                         &amp;quot;id&amp;quot;: 992,                         &amp;quot;type&amp;quot;: 4,                         &amp;quot;is_check&amp;quot;: 0,                     }                 ]             },             {                 &amp;quot;question_stem&amp;quot;: &amp;quot;三、组合题&amp;quot;,                 &amp;quot;list&amp;quot;: [                     {                         &amp;quot;id&amp;quot;: 988,                         &amp;quot;type&amp;quot;: 3,                         &amp;quot;is_check&amp;quot;: 0,                     }                 ]             }         ]     } }</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