智学网WebAPI
  1. 教师端
智学网WebAPI
  • README
  • 教师端
    • 获取考试信息
      GET
    • 获取考试阅卷情况
      GET
    • 获取参加考试的班级
      GET
    • 获取原卷或信息
      GET
  • 学生端
    • 考试
      • 获取考试信息
      • 获取全部考试信息
      • 获取考试分数
      • 获取考试中所有科目
      • 获取考试列表
      • 获取考试诊断
    • 信息
      • 获取学生信息
      • 获取班级信息
      • 获取全年级所有班级
      • 获取同学
  1. 教师端

获取原卷或信息

开发中
GET
http://127.0.0.1:8000/teacher/original

请求参数

Query 参数
usr
string 
可选
pwd
string 
可选
stu
string 
必需
topic
string 
必需
type
string 
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8000/teacher/original?stu=&topic=&type='

返回响应

🟢200成功
application/json
Body
status
object 
必需
code
integer 
必需
message
string 
必需
result
array [object {36}] 
必需
answer
string 
必需
answerRecordId
string 
必需
answerType
string 
必需
classId
string 
必需
consumeTime
string 
必需
createTime
string 
必需
dispTitle
string 
必需
gradeCode
string 
必需
id
string 
必需
imageAnswer
string 
必需
isCandidate
boolean 
必需
isCorrect
boolean 
必需
isExcellent
boolean 
必需
isSelected
string 
必需
markingContents
string 
必需
markingPaperTopicId
string 
必需
recogAbCard
integer 
必需
schoolId
string 
必需
score
integer  | number 
必需
smallTopicSort
integer 
必需
sourceCategoryId
string 
必需
sourceCategoryName
string 
必需
standardScore
integer 
必需
status
string 
必需
subSubjectCode
string 
必需
subTopics
array [object {5}] 
必需
subjectCode
string 
必需
topicId
string 
必需
topicNumber
integer 
必需
topicSetId
string 
必需
topicSort
integer 
必需
topicTypeId
string 
必需
topicVersion
string 
必需
traceScripts
string 
必需
userCode
string 
必需
userId
string 
必需
示例
{
  "status": {
    "code": 0,
    "message": "成功"
  },
  "result": [
    {
      "answer": "D",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "1",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "03034aeb-50f3-413b-b84a-d1e843706542",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 3.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 1,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 1,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "2",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "abfb88b0-19cf-40bf-91cb-b2b3da04a903",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 2,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 2,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "3",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "712e5632-ebe2-4e6a-adb8-e2ee3e35a27f",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 3,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 3,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "6",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "7ff74ee3-af1a-4413-9e78-d1cd3e73f497",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 4,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 4,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "A",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "7",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "65fbb963-d6f2-4330-be8b-6dd4c06fa143",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 3.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 5,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 5,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "A",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "10",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "a2a05790-25ff-419b-ac76-fceeb7b73d74",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 3.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 6,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 6,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "D",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "11",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "4c0c3139-b1d9-47c2-be8e-10281bd44a8c",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 3.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 7,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 7,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "A",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "12",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "0b4cabdb-dfb9-458b-9d48-c2a2b9e587e4",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 8,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 8,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "D",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "15",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "e6acfa6a-202c-4ca5-bc19-05acf2afa570",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 3.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 9,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 9,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "18",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "00190746-196b-4fc3-9176-3aa17ebfd709",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 10,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 10,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "B",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "19",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "446a992c-9f48-4fb5-8d39-30c0645423eb",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 11,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 11,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "21",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "2aba1d7a-16aa-40c5-ab1a-3110e4f3aa41",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 12,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 12,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "C",
      "answerRecordId": "",
      "answerType": "s01Text",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "22",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "",
      "markingPaperTopicId": "2f248eda-2da3-4341-922c-f25602cdbad9",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "单选题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": "",
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 13,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 13,
      "topicTypeId": "00",
      "topicVersion": "",
      "traceScripts": "",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "4",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_105_775_649_304.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "f2bc39d1-9c37-4e6d-ad68-70136c685ab2",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 4.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 0.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656120547000,
              "role": "marking1",
              "score": 0.0,
              "teacherId": "1500000100121332440",
              "teacherName": "黄海泉",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 14,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 14,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "5",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_105_1079_649_372.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "36f55730-b146-4f65-8540-30f6e03fbe40",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 2.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 6.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 2.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656120262000,
              "role": "marking1",
              "score": 2.0,
              "teacherId": "1500000100121332443",
              "teacherName": "袁婷婷",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 15,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 15,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "8",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_775_105_649_277.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "2ece5853-27c7-42b1-b1ac-1a431a665a2e",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 2.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 4.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 2.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656121758000,
              "role": "marking1",
              "score": 2.0,
              "teacherId": "1500000100121332442",
              "teacherName": "程晓琳",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 16,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 16,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "9",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_775_382_649_340.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "9174d20f-feb9-4a22-97fa-a7958a1da078",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 2.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 6.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 2.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656122435000,
              "role": "marking1",
              "score": 2.0,
              "teacherId": "1500000100118876157",
              "teacherName": "严利锋",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 17,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 17,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "13",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_775_765_649_456.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[{\\\"x\\\":\\\"20.77\\\",\\\"y\\\":\\\"13.14\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"41.37\\\",\\\"top\\\":\\\"53.05\\\"},{\\\"x\\\":\\\"29.46\\\",\\\"y\\\":\\\"14.48\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"43.94\\\",\\\"top\\\":\\\"53.44\\\"},{\\\"x\\\":\\\"36.27\\\",\\\"y\\\":\\\"13.98\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"45.95\\\",\\\"top\\\":\\\"53.29\\\"},{\\\"x\\\":\\\"47.65\\\",\\\"y\\\":\\\"12.15\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"49.31\\\",\\\"top\\\":\\\"52.76\\\"},{\\\"x\\\":\\\"40.38\\\",\\\"y\\\":\\\"56.24\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"47.16\\\",\\\"top\\\":\\\"65.69\\\"},{\\\"x\\\":\\\"63.03\\\",\\\"y\\\":\\\"56.74\\\",\\\"h\\\":\\\"9.15\\\",\\\"w\\\":\\\"6.6\\\",\\\"type\\\":\\\"spotMark\\\",\\\"content\\\":\\\"-1\\\",\\\"num\\\":0,\\\"topicNum\\\":\\\"\\\",\\\"pageIndex\\\":0,\\\"left\\\":\\\"53.85\\\",\\\"top\\\":\\\"65.83\\\"}]\"]",
      "markingPaperTopicId": "1bd2189b-50d7-4f77-900b-33d596458a6f",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 2.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 8.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 2.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[{\"x\":\"20.77\",\"y\":\"13.14\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"41.37\",\"top\":\"53.05\"},{\"x\":\"29.46\",\"y\":\"14.48\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"43.94\",\"top\":\"53.44\"},{\"x\":\"36.27\",\"y\":\"13.98\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"45.95\",\"top\":\"53.29\"},{\"x\":\"47.65\",\"y\":\"12.15\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"49.31\",\"top\":\"52.76\"},{\"x\":\"40.38\",\"y\":\"56.24\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"47.16\",\"top\":\"65.69\"},{\"x\":\"63.03\",\"y\":\"56.74\",\"h\":\"9.15\",\"w\":\"6.6\",\"type\":\"spotMark\",\"content\":\"-1\",\"num\":0,\"topicNum\":\"\",\"pageIndex\":0,\"left\":\"53.85\",\"top\":\"65.83\"}]",
              "markingTime": 1656122263000,
              "role": "marking1",
              "score": 2.0,
              "teacherId": "1500000100114954317",
              "teacherName": "李佳韵",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 18,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 18,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "14",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_775_1220_649_230.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "96837670-9f88-4b57-b635-2d185b7a81fb",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 3.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 0.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656120870000,
              "role": "marking1",
              "score": 0.0,
              "teacherId": "4444000020004469020",
              "teacherName": "高秀梅",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 19,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 19,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "16",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_1445_105_649_277.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "bb794425-f5c8-4796-9ef0-2b28cad2729a",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 4.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 0.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656118508000,
              "role": "marking1",
              "score": 0.0,
              "teacherId": "4444000020004462570",
              "teacherName": "李丽巍",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 20,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 20,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "17",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_1445_382_649_340.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "e8145d94-478f-4a2f-bcf6-0d74bab71048",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 8.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 0.0,
          "scoreSource": "average",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656134903000,
              "role": "marking2",
              "score": 0.0,
              "teacherId": "4444000020004480981",
              "teacherName": "小沈丽英",
              "traceScripts": ""
            },
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656134362000,
              "role": "marking1",
              "score": 0.0,
              "teacherId": "4444000020022743246",
              "teacherName": "张佳耀",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 21,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 21,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "20",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_1445_765_649_367.jpg\"]",
      "isCandidate": false,
      "isCorrect": true,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "f788b6cc-0d91-4a22-bf6d-5ad560b87117",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 4.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 4.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 4.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656116696000,
              "role": "marking1",
              "score": 4.0,
              "teacherId": "1500000100129298582",
              "teacherName": "朱亦颖",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 22,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 22,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "23",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_cb3b598f-8a2c-4a7d-878c-46b25c20218aA_1445_1173_649_277.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "1743f5d3-6905-4433-849b-74bca6fb91c3",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 0.0,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "主观题",
      "standardScore": 4.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 0.0,
          "scoreSource": "marking1",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656122533000,
              "role": "marking1",
              "score": 0.0,
              "teacherId": "4444000020004512964",
              "teacherName": "潘琴",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 23,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 23,
      "topicTypeId": "02",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    },
    {
      "answer": "",
      "answerRecordId": "",
      "answerType": "s02Image",
      "classId": "1500000100113356153",
      "consumeTime": "",
      "createTime": "",
      "dispTitle": "24",
      "gradeCode": "10",
      "id": "",
      "imageAnswer": "[\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_5bc727b4-cabd-4ea4-a7ed-2f70641b089aB_105_162_649_1288.jpg\",\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_5bc727b4-cabd-4ea4-a7ed-2f70641b089aB_775_105_649_1346.jpg\",\"scDV2dv_marking/scanFile/2022/06/22/AfterCorrect_5bc727b4-cabd-4ea4-a7ed-2f70641b089aB_1445_194_649_1257.jpg\"]",
      "isCandidate": false,
      "isCorrect": false,
      "isExcellent": false,
      "isSelected": "",
      "markingContents": "[\"[]\"]",
      "markingPaperTopicId": "7cf6e809-7bfe-4ebd-aeab-df9f09132008",
      "recogAbCard": 0,
      "schoolId": "2300000001000674117",
      "score": 36.5,
      "smallTopicSort": 1,
      "sourceCategoryId": "",
      "sourceCategoryName": "作文题",
      "standardScore": 60.0,
      "status": "",
      "subSubjectCode": "",
      "subTopics": [
        {
          "score": 36.5,
          "scoreSource": "average",
          "stepRecords": "",
          "subTopicIndex": -1,
          "teacherMarkingRecords": [
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656120905000,
              "role": "marking2",
              "score": 37.0,
              "teacherId": "4444000020022743246",
              "teacherName": "张佳耀",
              "traceScripts": ""
            },
            {
              "isExcellent": false,
              "isTypicalError": false,
              "markingContent": "[]",
              "markingTime": 1656116648000,
              "role": "marking1",
              "score": 36.0,
              "teacherId": "4444000020001281825",
              "teacherName": "李品磊",
              "traceScripts": ""
            }
          ]
        }
      ],
      "subjectCode": "01",
      "topicId": "",
      "topicNumber": 24,
      "topicSetId": "5582bdbc-32d6-4497-9863-26e8bd93ed6f",
      "topicSort": 24,
      "topicTypeId": "06",
      "topicVersion": "",
      "traceScripts": "[]",
      "userCode": "",
      "userId": "1500000100115681516"
    }
  ]
}
修改于 2022-08-01 18:56:04
上一页
获取参加考试的班级
下一页
获取考试信息
Built with