POST api/correctiontest/tasksave

错题纠正

Request Information

URI Parameters

None.

Body Parameters

CorrectionTestTaskSetDto
NameDescriptionTypeAdditional information
Lcttd

任务集合

Collection of CorrectionTestTaskDto

None.

Request Formats

application/json, text/json

Sample:
{
  "Lcttd": [
    {
      "ReTestId": "2f276b19-55ad-4b43-9e42-bdf208bb4f8a",
      "PaperId": "86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe",
      "CorrectionTestSetsId": "d4ab56df-45af-4407-aee9-a672953c8b39",
      "BeginTime": "2024-09-25T00:10:47.4371851+08:00"
    },
    {
      "ReTestId": "2f276b19-55ad-4b43-9e42-bdf208bb4f8a",
      "PaperId": "86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe",
      "CorrectionTestSetsId": "d4ab56df-45af-4407-aee9-a672953c8b39",
      "BeginTime": "2024-09-25T00:10:47.4371851+08:00"
    }
  ]
}

text/html

Sample:
{"Lcttd":[{"ReTestId":"2f276b19-55ad-4b43-9e42-bdf208bb4f8a","PaperId":"86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe","CorrectionTestSetsId":"d4ab56df-45af-4407-aee9-a672953c8b39","BeginTime":"2024-09-25T00:10:47.4371851+08:00"},{"ReTestId":"2f276b19-55ad-4b43-9e42-bdf208bb4f8a","PaperId":"86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe","CorrectionTestSetsId":"d4ab56df-45af-4407-aee9-a672953c8b39","BeginTime":"2024-09-25T00:10:47.4371851+08:00"}]}

application/xml, text/xml

Sample:
<CorrectionTestTaskSetDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Lcttd>
    <CorrectionTestTaskDto>
      <BeginTime>2024-09-25T00:10:47.4371851+08:00</BeginTime>
      <CorrectionTestSetsId>d4ab56df-45af-4407-aee9-a672953c8b39</CorrectionTestSetsId>
      <PaperId>86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe</PaperId>
      <ReTestId>2f276b19-55ad-4b43-9e42-bdf208bb4f8a</ReTestId>
    </CorrectionTestTaskDto>
    <CorrectionTestTaskDto>
      <BeginTime>2024-09-25T00:10:47.4371851+08:00</BeginTime>
      <CorrectionTestSetsId>d4ab56df-45af-4407-aee9-a672953c8b39</CorrectionTestSetsId>
      <PaperId>86bbf8c3-20dc-4f15-b0d9-420dc3dc0bfe</PaperId>
      <ReTestId>2f276b19-55ad-4b43-9e42-bdf208bb4f8a</ReTestId>
    </CorrectionTestTaskDto>
  </Lcttd>
</CorrectionTestTaskSetDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

错题纠正

JsonRtnDtoOfListOfCorrectionTestTask
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of CorrectionTestTask

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "ReTestId": "22186e84-2449-49ef-882e-eb34145a3e20",
      "CorrectionTestSetsId": "d2d0bb49-13d1-4021-be53-7e7062c4f3e7",
      "PaperId": "69ea90ca-cb06-4789-9c51-be66a3aa89bd",
      "BeginTime": "2024-09-25T00:10:47.4529363+08:00",
      "Attempts": 4,
      "TotalNum": 5,
      "HandleNum": 6,
      "HandleState": 1,
      "CorrectionTestSets": {
        "ReTestId": "19d2b718-af3d-4fe5-80f4-7704db63bd0e",
        "ReTest": {
          "UserId": 1,
          "TestTypeId": 2,
          "TestTypeDetail": "sample string 3",
          "ResourceId": "28264ad4-ba8c-4b95-8c80-5d78cb90c473",
          "ProfessionalCourseId": 4,
          "ProfessionalPath": "sample string 5",
          "Knowledge": "sample string 6",
          "Description": "sample string 7",
          "Stem": "sample string 8",
          "CorrectAnswer": "sample string 9",
          "Analysis": "sample string 10",
          "Difficulty": 11,
          "Score": 12.1,
          "Citations": 13,
          "ScoringRatio": 14.1,
          "RelyOn": "602f4f5b-8188-4dfc-9085-35fb5a10d090",
          "SourcePalyNumber": 1,
          "CanUpsetOptions": true,
          "MD5": "sample string 16",
          "Options": [
            {
              "OptionInfo": "sample string 1",
              "OptionIndex": 2,
              "ReTestID": "b95ca5b0-e537-4ca3-af35-5861c5e36674",
              "OptionAnalysis": "sample string 4",
              "Id": "622bac18-b225-49c2-8063-b3d91685246e",
              "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
              "IsDeleted": true,
              "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
            },
            {
              "OptionInfo": "sample string 1",
              "OptionIndex": 2,
              "ReTestID": "b95ca5b0-e537-4ca3-af35-5861c5e36674",
              "OptionAnalysis": "sample string 4",
              "Id": "622bac18-b225-49c2-8063-b3d91685246e",
              "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
              "IsDeleted": true,
              "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
            }
          ],
          "Type": {
            "Id": 1,
            "Belongs": 1,
            "TypeName": "sample string 2",
            "IsSubjective": true,
            "TemplateLink": "sample string 4"
          },
          "MarkRule": "sample string 17",
          "Audited": 0,
          "AuditUserId": 1,
          "IsFromAnswerCard": true,
          "ModifyUserId": 1,
          "RelationalReTestRepositorys": [
            {
              "ReTestRepositoryId": 1,
              "ReTestRepositoryPath": "sample string 2",
              "ReTestId": "c08c2e1c-d518-45f9-b4c2-683c7871ce0e",
              "DescribeReTestRepositoryId": "52b90a2e-7683-4c25-9b23-6aba23116b3f",
              "CompatibleMd5": "sample string 4",
              "ProfessionalTargetId": "sample string 5",
              "Paused": true,
              "PausedUserId": 1,
              "LastPausedTime": "2024-09-25T00:10:47.4529363+08:00",
              "ReTestRepository": {
                "Id": 1,
                "ProfessionalCourseId": 2,
                "RepositoryName": "sample string 3",
                "Path": "sample string 4",
                "PId": 5,
                "Sort": 6,
                "IsSystem": true,
                "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
                "VisibleToStudent": true,
                "VisibleOtherTeacher": true,
                "IsOpen": true,
                "UserId": 12,
                "Audited": true,
                "AuditState": 1,
                "AuditStep": 14,
                "AuditLogs": "sample string 15",
                "AuditUserId": 1,
                "Grade": 16,
                "Semester": 1,
                "NodeTab": 1,
                "IsPrepare": true,
                "IsFromAnswerCard": true,
                "PassWord": "sample string 19",
                "RelationalReTestRepositorys": [],
                "CurrentAuditRoleId": 1,
                "CurrentAuditIndex": 1,
                "AcademicYear": "sample string 20",
                "IsPartVisibleOtherTeacher": true
              },
              "DescribeReTestRepository": {
                "Id": "a875fa9c-ccbc-4d48-a97b-2ea59beee699",
                "DescribeName": "sample string 2",
                "ReTestRepositoryId": 3,
                "TestTypeId": 4,
                "TestTypeDetail": "sample string 5",
                "ReTestDescribeInfos": [
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  },
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  }
                ]
              },
              "Audit": 1,
              "AuditLogs": "sample string 7"
            },
            {
              "ReTestRepositoryId": 1,
              "ReTestRepositoryPath": "sample string 2",
              "ReTestId": "c08c2e1c-d518-45f9-b4c2-683c7871ce0e",
              "DescribeReTestRepositoryId": "52b90a2e-7683-4c25-9b23-6aba23116b3f",
              "CompatibleMd5": "sample string 4",
              "ProfessionalTargetId": "sample string 5",
              "Paused": true,
              "PausedUserId": 1,
              "LastPausedTime": "2024-09-25T00:10:47.4529363+08:00",
              "ReTestRepository": {
                "Id": 1,
                "ProfessionalCourseId": 2,
                "RepositoryName": "sample string 3",
                "Path": "sample string 4",
                "PId": 5,
                "Sort": 6,
                "IsSystem": true,
                "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
                "VisibleToStudent": true,
                "VisibleOtherTeacher": true,
                "IsOpen": true,
                "UserId": 12,
                "Audited": true,
                "AuditState": 1,
                "AuditStep": 14,
                "AuditLogs": "sample string 15",
                "AuditUserId": 1,
                "Grade": 16,
                "Semester": 1,
                "NodeTab": 1,
                "IsPrepare": true,
                "IsFromAnswerCard": true,
                "PassWord": "sample string 19",
                "RelationalReTestRepositorys": [],
                "CurrentAuditRoleId": 1,
                "CurrentAuditIndex": 1,
                "AcademicYear": "sample string 20",
                "IsPartVisibleOtherTeacher": true
              },
              "DescribeReTestRepository": {
                "Id": "a875fa9c-ccbc-4d48-a97b-2ea59beee699",
                "DescribeName": "sample string 2",
                "ReTestRepositoryId": 3,
                "TestTypeId": 4,
                "TestTypeDetail": "sample string 5",
                "ReTestDescribeInfos": [
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  },
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  }
                ]
              },
              "Audit": 1,
              "AuditLogs": "sample string 7"
            }
          ],
          "Id": "3f5863a1-c934-43bb-ad91-b4d9964eb55e",
          "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
          "IsDeleted": true,
          "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
        },
        "CorrectionType": 1,
        "TotalNum": 2,
        "HandleNum": 3,
        "UserId": 4,
        "CorrectionTestTasks": [],
        "Id": "cbb1baee-9025-4223-ab07-9169c60b5588",
        "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
        "IsDeleted": true,
        "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
      },
      "Id": "e257bcdd-8c2b-4b4a-8707-589269ab420d",
      "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
    },
    {
      "ReTestId": "22186e84-2449-49ef-882e-eb34145a3e20",
      "CorrectionTestSetsId": "d2d0bb49-13d1-4021-be53-7e7062c4f3e7",
      "PaperId": "69ea90ca-cb06-4789-9c51-be66a3aa89bd",
      "BeginTime": "2024-09-25T00:10:47.4529363+08:00",
      "Attempts": 4,
      "TotalNum": 5,
      "HandleNum": 6,
      "HandleState": 1,
      "CorrectionTestSets": {
        "ReTestId": "19d2b718-af3d-4fe5-80f4-7704db63bd0e",
        "ReTest": {
          "UserId": 1,
          "TestTypeId": 2,
          "TestTypeDetail": "sample string 3",
          "ResourceId": "28264ad4-ba8c-4b95-8c80-5d78cb90c473",
          "ProfessionalCourseId": 4,
          "ProfessionalPath": "sample string 5",
          "Knowledge": "sample string 6",
          "Description": "sample string 7",
          "Stem": "sample string 8",
          "CorrectAnswer": "sample string 9",
          "Analysis": "sample string 10",
          "Difficulty": 11,
          "Score": 12.1,
          "Citations": 13,
          "ScoringRatio": 14.1,
          "RelyOn": "602f4f5b-8188-4dfc-9085-35fb5a10d090",
          "SourcePalyNumber": 1,
          "CanUpsetOptions": true,
          "MD5": "sample string 16",
          "Options": [
            {
              "OptionInfo": "sample string 1",
              "OptionIndex": 2,
              "ReTestID": "b95ca5b0-e537-4ca3-af35-5861c5e36674",
              "OptionAnalysis": "sample string 4",
              "Id": "622bac18-b225-49c2-8063-b3d91685246e",
              "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
              "IsDeleted": true,
              "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
            },
            {
              "OptionInfo": "sample string 1",
              "OptionIndex": 2,
              "ReTestID": "b95ca5b0-e537-4ca3-af35-5861c5e36674",
              "OptionAnalysis": "sample string 4",
              "Id": "622bac18-b225-49c2-8063-b3d91685246e",
              "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
              "IsDeleted": true,
              "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
            }
          ],
          "Type": {
            "Id": 1,
            "Belongs": 1,
            "TypeName": "sample string 2",
            "IsSubjective": true,
            "TemplateLink": "sample string 4"
          },
          "MarkRule": "sample string 17",
          "Audited": 0,
          "AuditUserId": 1,
          "IsFromAnswerCard": true,
          "ModifyUserId": 1,
          "RelationalReTestRepositorys": [
            {
              "ReTestRepositoryId": 1,
              "ReTestRepositoryPath": "sample string 2",
              "ReTestId": "c08c2e1c-d518-45f9-b4c2-683c7871ce0e",
              "DescribeReTestRepositoryId": "52b90a2e-7683-4c25-9b23-6aba23116b3f",
              "CompatibleMd5": "sample string 4",
              "ProfessionalTargetId": "sample string 5",
              "Paused": true,
              "PausedUserId": 1,
              "LastPausedTime": "2024-09-25T00:10:47.4529363+08:00",
              "ReTestRepository": {
                "Id": 1,
                "ProfessionalCourseId": 2,
                "RepositoryName": "sample string 3",
                "Path": "sample string 4",
                "PId": 5,
                "Sort": 6,
                "IsSystem": true,
                "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
                "VisibleToStudent": true,
                "VisibleOtherTeacher": true,
                "IsOpen": true,
                "UserId": 12,
                "Audited": true,
                "AuditState": 1,
                "AuditStep": 14,
                "AuditLogs": "sample string 15",
                "AuditUserId": 1,
                "Grade": 16,
                "Semester": 1,
                "NodeTab": 1,
                "IsPrepare": true,
                "IsFromAnswerCard": true,
                "PassWord": "sample string 19",
                "RelationalReTestRepositorys": [],
                "CurrentAuditRoleId": 1,
                "CurrentAuditIndex": 1,
                "AcademicYear": "sample string 20",
                "IsPartVisibleOtherTeacher": true
              },
              "DescribeReTestRepository": {
                "Id": "a875fa9c-ccbc-4d48-a97b-2ea59beee699",
                "DescribeName": "sample string 2",
                "ReTestRepositoryId": 3,
                "TestTypeId": 4,
                "TestTypeDetail": "sample string 5",
                "ReTestDescribeInfos": [
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  },
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  }
                ]
              },
              "Audit": 1,
              "AuditLogs": "sample string 7"
            },
            {
              "ReTestRepositoryId": 1,
              "ReTestRepositoryPath": "sample string 2",
              "ReTestId": "c08c2e1c-d518-45f9-b4c2-683c7871ce0e",
              "DescribeReTestRepositoryId": "52b90a2e-7683-4c25-9b23-6aba23116b3f",
              "CompatibleMd5": "sample string 4",
              "ProfessionalTargetId": "sample string 5",
              "Paused": true,
              "PausedUserId": 1,
              "LastPausedTime": "2024-09-25T00:10:47.4529363+08:00",
              "ReTestRepository": {
                "Id": 1,
                "ProfessionalCourseId": 2,
                "RepositoryName": "sample string 3",
                "Path": "sample string 4",
                "PId": 5,
                "Sort": 6,
                "IsSystem": true,
                "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
                "VisibleToStudent": true,
                "VisibleOtherTeacher": true,
                "IsOpen": true,
                "UserId": 12,
                "Audited": true,
                "AuditState": 1,
                "AuditStep": 14,
                "AuditLogs": "sample string 15",
                "AuditUserId": 1,
                "Grade": 16,
                "Semester": 1,
                "NodeTab": 1,
                "IsPrepare": true,
                "IsFromAnswerCard": true,
                "PassWord": "sample string 19",
                "RelationalReTestRepositorys": [],
                "CurrentAuditRoleId": 1,
                "CurrentAuditIndex": 1,
                "AcademicYear": "sample string 20",
                "IsPartVisibleOtherTeacher": true
              },
              "DescribeReTestRepository": {
                "Id": "a875fa9c-ccbc-4d48-a97b-2ea59beee699",
                "DescribeName": "sample string 2",
                "ReTestRepositoryId": 3,
                "TestTypeId": 4,
                "TestTypeDetail": "sample string 5",
                "ReTestDescribeInfos": [
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  },
                  {
                    "Id": "4081f8b2-0dec-4950-b0e3-da13cf9f7374",
                    "DescribeReTestRepositoryId": "e5469c1d-41c2-4065-b5e5-8c82f05cb6c2",
                    "TestTypeId": 3,
                    "Number": 4,
                    "Score": 5.1,
                    "Index": 6
                  }
                ]
              },
              "Audit": 1,
              "AuditLogs": "sample string 7"
            }
          ],
          "Id": "3f5863a1-c934-43bb-ad91-b4d9964eb55e",
          "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
          "IsDeleted": true,
          "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
        },
        "CorrectionType": 1,
        "TotalNum": 2,
        "HandleNum": 3,
        "UserId": 4,
        "CorrectionTestTasks": [],
        "Id": "cbb1baee-9025-4223-ab07-9169c60b5588",
        "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
        "IsDeleted": true,
        "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
      },
      "Id": "e257bcdd-8c2b-4b4a-8707-589269ab420d",
      "CreatedTime": "2024-09-25T00:10:47.4529363+08:00",
      "IsDeleted": true,
      "LastUpdatedTime": "2024-09-25T00:10:47.4529363+08:00"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"ReTestId":"22186e84-2449-49ef-882e-eb34145a3e20","CorrectionTestSetsId":"d2d0bb49-13d1-4021-be53-7e7062c4f3e7","PaperId":"69ea90ca-cb06-4789-9c51-be66a3aa89bd","BeginTime":"2024-09-25T00:10:47.4529363+08:00","Attempts":4,"TotalNum":5,"HandleNum":6,"HandleState":1,"CorrectionTestSets":{"ReTestId":"19d2b718-af3d-4fe5-80f4-7704db63bd0e","ReTest":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"28264ad4-ba8c-4b95-8c80-5d78cb90c473","ProfessionalCourseId":4,"ProfessionalPath":"sample string 5","Knowledge":"sample string 6","Description":"sample string 7","Stem":"sample string 8","CorrectAnswer":"sample string 9","Analysis":"sample string 10","Difficulty":11,"Score":12.1,"Citations":13,"ScoringRatio":14.1,"RelyOn":"602f4f5b-8188-4dfc-9085-35fb5a10d090","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}],"Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"MarkRule":"sample string 17","Audited":0,"AuditUserId":1,"IsFromAnswerCard":true,"ModifyUserId":1,"RelationalReTestRepositorys":[{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"3f5863a1-c934-43bb-ad91-b4d9964eb55e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"CorrectionType":1,"TotalNum":2,"HandleNum":3,"UserId":4,"CorrectionTestTasks":[],"Id":"cbb1baee-9025-4223-ab07-9169c60b5588","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"Id":"e257bcdd-8c2b-4b4a-8707-589269ab420d","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"ReTestId":"22186e84-2449-49ef-882e-eb34145a3e20","CorrectionTestSetsId":"d2d0bb49-13d1-4021-be53-7e7062c4f3e7","PaperId":"69ea90ca-cb06-4789-9c51-be66a3aa89bd","BeginTime":"2024-09-25T00:10:47.4529363+08:00","Attempts":4,"TotalNum":5,"HandleNum":6,"HandleState":1,"CorrectionTestSets":{"ReTestId":"19d2b718-af3d-4fe5-80f4-7704db63bd0e","ReTest":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"28264ad4-ba8c-4b95-8c80-5d78cb90c473","ProfessionalCourseId":4,"ProfessionalPath":"sample string 5","Knowledge":"sample string 6","Description":"sample string 7","Stem":"sample string 8","CorrectAnswer":"sample string 9","Analysis":"sample string 10","Difficulty":11,"Score":12.1,"Citations":13,"ScoringRatio":14.1,"RelyOn":"602f4f5b-8188-4dfc-9085-35fb5a10d090","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}],"Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"MarkRule":"sample string 17","Audited":0,"AuditUserId":1,"IsFromAnswerCard":true,"ModifyUserId":1,"RelationalReTestRepositorys":[{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"3f5863a1-c934-43bb-ad91-b4d9964eb55e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"CorrectionType":1,"TotalNum":2,"HandleNum":3,"UserId":4,"CorrectionTestTasks":[],"Id":"cbb1baee-9025-4223-ab07-9169c60b5588","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"Id":"e257bcdd-8c2b-4b4a-8707-589269ab420d","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}]}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"ReTestId":"22186e84-2449-49ef-882e-eb34145a3e20","CorrectionTestSetsId":"d2d0bb49-13d1-4021-be53-7e7062c4f3e7","PaperId":"69ea90ca-cb06-4789-9c51-be66a3aa89bd","BeginTime":"2024-09-25T00:10:47.4529363+08:00","Attempts":4,"TotalNum":5,"HandleNum":6,"HandleState":1,"CorrectionTestSets":{"ReTestId":"19d2b718-af3d-4fe5-80f4-7704db63bd0e","ReTest":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"28264ad4-ba8c-4b95-8c80-5d78cb90c473","ProfessionalCourseId":4,"ProfessionalPath":"sample string 5","Knowledge":"sample string 6","Description":"sample string 7","Stem":"sample string 8","CorrectAnswer":"sample string 9","Analysis":"sample string 10","Difficulty":11,"Score":12.1,"Citations":13,"ScoringRatio":14.1,"RelyOn":"602f4f5b-8188-4dfc-9085-35fb5a10d090","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}],"Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"MarkRule":"sample string 17","Audited":0,"AuditUserId":1,"IsFromAnswerCard":true,"ModifyUserId":1,"RelationalReTestRepositorys":[{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"3f5863a1-c934-43bb-ad91-b4d9964eb55e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"CorrectionType":1,"TotalNum":2,"HandleNum":3,"UserId":4,"CorrectionTestTasks":[],"Id":"cbb1baee-9025-4223-ab07-9169c60b5588","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"Id":"e257bcdd-8c2b-4b4a-8707-589269ab420d","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"ReTestId":"22186e84-2449-49ef-882e-eb34145a3e20","CorrectionTestSetsId":"d2d0bb49-13d1-4021-be53-7e7062c4f3e7","PaperId":"69ea90ca-cb06-4789-9c51-be66a3aa89bd","BeginTime":"2024-09-25T00:10:47.4529363+08:00","Attempts":4,"TotalNum":5,"HandleNum":6,"HandleState":1,"CorrectionTestSets":{"ReTestId":"19d2b718-af3d-4fe5-80f4-7704db63bd0e","ReTest":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"28264ad4-ba8c-4b95-8c80-5d78cb90c473","ProfessionalCourseId":4,"ProfessionalPath":"sample string 5","Knowledge":"sample string 6","Description":"sample string 7","Stem":"sample string 8","CorrectAnswer":"sample string 9","Analysis":"sample string 10","Difficulty":11,"Score":12.1,"Citations":13,"ScoringRatio":14.1,"RelyOn":"602f4f5b-8188-4dfc-9085-35fb5a10d090","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"b95ca5b0-e537-4ca3-af35-5861c5e36674","OptionAnalysis":"sample string 4","Id":"622bac18-b225-49c2-8063-b3d91685246e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}],"Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"MarkRule":"sample string 17","Audited":0,"AuditUserId":1,"IsFromAnswerCard":true,"ModifyUserId":1,"RelationalReTestRepositorys":[{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"c08c2e1c-d518-45f9-b4c2-683c7871ce0e","DescribeReTestRepositoryId":"52b90a2e-7683-4c25-9b23-6aba23116b3f","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-25T00:10:47.4529363+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-25T00:10:47.4529363+08:00","VisibleToStudent":true,"VisibleOtherTeacher":true,"IsOpen":true,"UserId":12,"Audited":true,"AuditState":1,"AuditStep":14,"AuditLogs":"sample string 15","AuditUserId":1,"Grade":16,"Semester":1,"NodeTab":1,"IsPrepare":true,"IsFromAnswerCard":true,"PassWord":"sample string 19","RelationalReTestRepositorys":[],"CurrentAuditRoleId":1,"CurrentAuditIndex":1,"AcademicYear":"sample string 20","IsPartVisibleOtherTeacher":true},"DescribeReTestRepository":{"Id":"a875fa9c-ccbc-4d48-a97b-2ea59beee699","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"4081f8b2-0dec-4950-b0e3-da13cf9f7374","DescribeReTestRepositoryId":"e5469c1d-41c2-4065-b5e5-8c82f05cb6c2","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"3f5863a1-c934-43bb-ad91-b4d9964eb55e","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"CorrectionType":1,"TotalNum":2,"HandleNum":3,"UserId":4,"CorrectionTestTasks":[],"Id":"cbb1baee-9025-4223-ab07-9169c60b5588","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"},"Id":"e257bcdd-8c2b-4b4a-8707-589269ab420d","CreatedTime":"2024-09-25T00:10:47.4529363+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:10:47.4529363+08:00"}]});