POST api/retest/save

添加/更新试题

Request Information

URI Parameters

None.

Body Parameters

TestSaveDto
NameDescriptionTypeAdditional information
Id

试题编号

globally unique identifier

None.

TestTypeId

题型编号

integer

None.

ResourceId

资源编号(操作题会对应一个dll)

globally unique identifier

None.

ProfessionalCourseId

课程编号

integer

None.

ProfessionalPath

课程专业路径

string

None.

ReTestRepositoryId

题库编号

integer

None.

ReTestRepositoryPath

题库路径(题库路径为题库的Path+它自己的Id+/)

string

None.

Knowledge

知识点

string

None.

ExamId

所属习题编号

globally unique identifier

None.

UserId

老师编号(创建人)

integer

None.

Description

题目说明(题前描述最大长度4000)

string

None.

Stem

题干

string

None.

CorrectAnswer

正确答案

string

None.

Analysis

解析(最大长度500)

string

None.

Difficulty

难度

integer

None.

Score

分值

decimal number

None.

SourcePalyNumber

音视频类型资源允许的最大播放次数

integer

None.

CanUpsetOptions

选择是否允许乱序

boolean

None.

Options

试题选项

Collection of ReTestOptionSaveDto

None.

DescribeReTestRepositoryId

题库描述编号

globally unique identifier

None.

DescribeReTestRepositoryName

题库描述名称

string

None.

CorrectionType

是否纠错

CorrectionType

None.

MarkRule

判分规则(主观题自动评分规则)

string

None.

Lables

试题标签

Collection of ReTestLables

None.

IsOverwrite

如果试题重复是否覆盖

boolean

None.

Repeated

试题是否重复

boolean

None.

RepeatedId

重复的试题编号

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "6bf84ea4-ce2d-4e1f-88ac-6091beac89fe",
  "TestTypeId": 2,
  "ResourceId": "4797b412-2b22-46a9-8336-803a3ba002cc",
  "ProfessionalCourseId": 3,
  "ProfessionalPath": "sample string 4",
  "ReTestRepositoryId": 5,
  "ReTestRepositoryPath": "sample string 6",
  "Knowledge": "sample string 7",
  "ExamId": "682c0874-9fcc-4a1a-b6d3-634ffaa9360e",
  "UserId": 9,
  "Description": "sample string 10",
  "Stem": "sample string 11",
  "CorrectAnswer": "sample string 12",
  "Analysis": "sample string 13",
  "Difficulty": 14,
  "Score": 15.1,
  "SourcePalyNumber": 1,
  "CanUpsetOptions": true,
  "Options": [
    {
      "Id": "60bd186b-cda7-4cd4-8398-467a4ce7e603",
      "OptionInfo": "sample string 2",
      "OptionIndex": 3,
      "OptionAnalysis": "sample string 4",
      "ReTestID": "b04e1665-0d85-45b1-aa69-03c63b60d2b9"
    },
    {
      "Id": "60bd186b-cda7-4cd4-8398-467a4ce7e603",
      "OptionInfo": "sample string 2",
      "OptionIndex": 3,
      "OptionAnalysis": "sample string 4",
      "ReTestID": "b04e1665-0d85-45b1-aa69-03c63b60d2b9"
    }
  ],
  "DescribeReTestRepositoryId": "0b1df65f-2f17-4664-99a7-bc9dcb337140",
  "DescribeReTestRepositoryName": "sample string 17",
  "CorrectionType": 1,
  "MarkRule": "sample string 19",
  "Lables": [
    {
      "ReTestID": "6c778076-5b2b-4762-976b-b6ce5c030b23",
      "ReTestRepositoryId": 2,
      "LableName": "sample string 3",
      "LableValue": "sample string 4"
    },
    {
      "ReTestID": "6c778076-5b2b-4762-976b-b6ce5c030b23",
      "ReTestRepositoryId": 2,
      "LableName": "sample string 3",
      "LableValue": "sample string 4"
    }
  ],
  "IsOverwrite": true,
  "Repeated": true,
  "RepeatedId": "81e514b1-08e7-49f1-b973-642d400db49f"
}

text/html

Sample:
{"Id":"6bf84ea4-ce2d-4e1f-88ac-6091beac89fe","TestTypeId":2,"ResourceId":"4797b412-2b22-46a9-8336-803a3ba002cc","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"682c0874-9fcc-4a1a-b6d3-634ffaa9360e","UserId":9,"Description":"sample string 10","Stem":"sample string 11","CorrectAnswer":"sample string 12","Analysis":"sample string 13","Difficulty":14,"Score":15.1,"SourcePalyNumber":1,"CanUpsetOptions":true,"Options":[{"Id":"60bd186b-cda7-4cd4-8398-467a4ce7e603","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"b04e1665-0d85-45b1-aa69-03c63b60d2b9"},{"Id":"60bd186b-cda7-4cd4-8398-467a4ce7e603","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"b04e1665-0d85-45b1-aa69-03c63b60d2b9"}],"DescribeReTestRepositoryId":"0b1df65f-2f17-4664-99a7-bc9dcb337140","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"6c778076-5b2b-4762-976b-b6ce5c030b23","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"6c778076-5b2b-4762-976b-b6ce5c030b23","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"81e514b1-08e7-49f1-b973-642d400db49f"}

application/xml, text/xml

Sample:
<TestSaveDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Analysis>sample string 13</Analysis>
  <CanUpsetOptions>true</CanUpsetOptions>
  <CorrectAnswer>sample string 12</CorrectAnswer>
  <CorrectionType>纠错</CorrectionType>
  <DescribeReTestRepositoryId>0b1df65f-2f17-4664-99a7-bc9dcb337140</DescribeReTestRepositoryId>
  <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName>
  <Description>sample string 10</Description>
  <Difficulty>14</Difficulty>
  <ExamId>682c0874-9fcc-4a1a-b6d3-634ffaa9360e</ExamId>
  <Id>6bf84ea4-ce2d-4e1f-88ac-6091beac89fe</Id>
  <IsOverwrite>true</IsOverwrite>
  <Knowledge>sample string 7</Knowledge>
  <Lables xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:ReTestLables>
      <d2p1:LableName>sample string 3</d2p1:LableName>
      <d2p1:LableValue>sample string 4</d2p1:LableValue>
      <d2p1:ReTestID>6c778076-5b2b-4762-976b-b6ce5c030b23</d2p1:ReTestID>
      <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId>
    </d2p1:ReTestLables>
    <d2p1:ReTestLables>
      <d2p1:LableName>sample string 3</d2p1:LableName>
      <d2p1:LableValue>sample string 4</d2p1:LableValue>
      <d2p1:ReTestID>6c778076-5b2b-4762-976b-b6ce5c030b23</d2p1:ReTestID>
      <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId>
    </d2p1:ReTestLables>
  </Lables>
  <MD5>sample string 18</MD5>
  <MarkRule>sample string 19</MarkRule>
  <Options>
    <ReTestOptionSaveDto>
      <Id>60bd186b-cda7-4cd4-8398-467a4ce7e603</Id>
      <OptionAnalysis>sample string 4</OptionAnalysis>
      <OptionIndex>3</OptionIndex>
      <OptionInfo>sample string 2</OptionInfo>
      <ReTestID>b04e1665-0d85-45b1-aa69-03c63b60d2b9</ReTestID>
      <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:CreatedTime>
          <d4p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:LastUpdatedTime>
          <d4p1:AppArrangeId>1</d4p1:AppArrangeId>
          <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath>
          <d4p1:Audit>初始状态</d4p1:Audit>
          <d4p1:ConvertState>9</d4p1:ConvertState>
          <d4p1:Copyright>true</d4p1:Copyright>
          <d4p1:DownAmount>14</d4p1:DownAmount>
          <d4p1:Grade>18</d4p1:Grade>
          <d4p1:Intro>sample string 10</d4p1:Intro>
          <d4p1:IsPreparation>true</d4p1:IsPreparation>
          <d4p1:Labls>sample string 8</d4p1:Labls>
          <d4p1:PageTotal>11</d4p1:PageTotal>
          <d4p1:Prime>2024-09-21T08:55:24.8292441+08:00</d4p1:Prime>
          <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId>
          <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath>
          <d4p1:RepositoryId>20</d4p1:RepositoryId>
          <d4p1:ResourceName>sample string 2</d4p1:ResourceName>
          <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin>
          <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode>
          <d4p1:Semester>第一学期</d4p1:Semester>
          <d4p1:Shared>true</d4p1:Shared>
          <d4p1:Suffix>sample string 3</d4p1:Suffix>
          <d4p1:TechType>5</d4p1:TechType>
          <d4p1:Top>2024-09-21T08:55:24.8292441+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:CreatedTime>
          <d4p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:LastUpdatedTime>
          <d4p1:AppArrangeId>1</d4p1:AppArrangeId>
          <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath>
          <d4p1:Audit>初始状态</d4p1:Audit>
          <d4p1:ConvertState>9</d4p1:ConvertState>
          <d4p1:Copyright>true</d4p1:Copyright>
          <d4p1:DownAmount>14</d4p1:DownAmount>
          <d4p1:Grade>18</d4p1:Grade>
          <d4p1:Intro>sample string 10</d4p1:Intro>
          <d4p1:IsPreparation>true</d4p1:IsPreparation>
          <d4p1:Labls>sample string 8</d4p1:Labls>
          <d4p1:PageTotal>11</d4p1:PageTotal>
          <d4p1:Prime>2024-09-21T08:55:24.8292441+08:00</d4p1:Prime>
          <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId>
          <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath>
          <d4p1:RepositoryId>20</d4p1:RepositoryId>
          <d4p1:ResourceName>sample string 2</d4p1:ResourceName>
          <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin>
          <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode>
          <d4p1:Semester>第一学期</d4p1:Semester>
          <d4p1:Shared>true</d4p1:Shared>
          <d4p1:Suffix>sample string 3</d4p1:Suffix>
          <d4p1:TechType>5</d4p1:TechType>
          <d4p1:Top>2024-09-21T08:55:24.8292441+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </resource>
    </ReTestOptionSaveDto>
    <ReTestOptionSaveDto>
      <Id>60bd186b-cda7-4cd4-8398-467a4ce7e603</Id>
      <OptionAnalysis>sample string 4</OptionAnalysis>
      <OptionIndex>3</OptionIndex>
      <OptionInfo>sample string 2</OptionInfo>
      <ReTestID>b04e1665-0d85-45b1-aa69-03c63b60d2b9</ReTestID>
      <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:CreatedTime>
          <d4p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:LastUpdatedTime>
          <d4p1:AppArrangeId>1</d4p1:AppArrangeId>
          <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath>
          <d4p1:Audit>初始状态</d4p1:Audit>
          <d4p1:ConvertState>9</d4p1:ConvertState>
          <d4p1:Copyright>true</d4p1:Copyright>
          <d4p1:DownAmount>14</d4p1:DownAmount>
          <d4p1:Grade>18</d4p1:Grade>
          <d4p1:Intro>sample string 10</d4p1:Intro>
          <d4p1:IsPreparation>true</d4p1:IsPreparation>
          <d4p1:Labls>sample string 8</d4p1:Labls>
          <d4p1:PageTotal>11</d4p1:PageTotal>
          <d4p1:Prime>2024-09-21T08:55:24.8292441+08:00</d4p1:Prime>
          <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId>
          <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath>
          <d4p1:RepositoryId>20</d4p1:RepositoryId>
          <d4p1:ResourceName>sample string 2</d4p1:ResourceName>
          <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin>
          <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode>
          <d4p1:Semester>第一学期</d4p1:Semester>
          <d4p1:Shared>true</d4p1:Shared>
          <d4p1:Suffix>sample string 3</d4p1:Suffix>
          <d4p1:TechType>5</d4p1:TechType>
          <d4p1:Top>2024-09-21T08:55:24.8292441+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:CreatedTime>
          <d4p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d4p1:LastUpdatedTime>
          <d4p1:AppArrangeId>1</d4p1:AppArrangeId>
          <d4p1:AppArrangePath>sample string 6</d4p1:AppArrangePath>
          <d4p1:Audit>初始状态</d4p1:Audit>
          <d4p1:ConvertState>9</d4p1:ConvertState>
          <d4p1:Copyright>true</d4p1:Copyright>
          <d4p1:DownAmount>14</d4p1:DownAmount>
          <d4p1:Grade>18</d4p1:Grade>
          <d4p1:Intro>sample string 10</d4p1:Intro>
          <d4p1:IsPreparation>true</d4p1:IsPreparation>
          <d4p1:Labls>sample string 8</d4p1:Labls>
          <d4p1:PageTotal>11</d4p1:PageTotal>
          <d4p1:Prime>2024-09-21T08:55:24.8292441+08:00</d4p1:Prime>
          <d4p1:ProfessionalCourseId>12</d4p1:ProfessionalCourseId>
          <d4p1:ProfessionalPath>sample string 13</d4p1:ProfessionalPath>
          <d4p1:RepositoryId>20</d4p1:RepositoryId>
          <d4p1:ResourceName>sample string 2</d4p1:ResourceName>
          <d4p1:ResourceOrigin>sample string 7</d4p1:ResourceOrigin>
          <d4p1:ResourceTypeCode>sample string 4</d4p1:ResourceTypeCode>
          <d4p1:Semester>第一学期</d4p1:Semester>
          <d4p1:Shared>true</d4p1:Shared>
          <d4p1:Suffix>sample string 3</d4p1:Suffix>
          <d4p1:TechType>5</d4p1:TechType>
          <d4p1:Top>2024-09-21T08:55:24.8292441+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </resource>
    </ReTestOptionSaveDto>
  </Options>
  <ProfessionalCourseId>3</ProfessionalCourseId>
  <ProfessionalPath>sample string 4</ProfessionalPath>
  <ReTestRepositoryId>5</ReTestRepositoryId>
  <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath>
  <Repeated>true</Repeated>
  <RepeatedId>81e514b1-08e7-49f1-b973-642d400db49f</RepeatedId>
  <ResourceId>4797b412-2b22-46a9-8336-803a3ba002cc</ResourceId>
  <Score>15.1</Score>
  <SourcePalyNumber>1</SourcePalyNumber>
  <Stem>sample string 11</Stem>
  <TestTypeId>2</TestTypeId>
  <UserId>9</UserId>
  <answerResource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
  </answerResource>
  <descrptionResource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
  </descrptionResource>
  <resource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:CreatedTime>
      <d2p1:Id>178bac83-5af9-43a7-b769-b45bc398b18b</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.8292441+08:00</d2p1:LastUpdatedTime>
      <d2p1:AppArrangeId>1</d2p1:AppArrangeId>
      <d2p1:AppArrangePath>sample string 6</d2p1:AppArrangePath>
      <d2p1:Audit>初始状态</d2p1:Audit>
      <d2p1:ConvertState>9</d2p1:ConvertState>
      <d2p1:Copyright>true</d2p1:Copyright>
      <d2p1:DownAmount>14</d2p1:DownAmount>
      <d2p1:Grade>18</d2p1:Grade>
      <d2p1:Intro>sample string 10</d2p1:Intro>
      <d2p1:IsPreparation>true</d2p1:IsPreparation>
      <d2p1:Labls>sample string 8</d2p1:Labls>
      <d2p1:PageTotal>11</d2p1:PageTotal>
      <d2p1:Prime>2024-09-21T08:55:24.8292441+08:00</d2p1:Prime>
      <d2p1:ProfessionalCourseId>12</d2p1:ProfessionalCourseId>
      <d2p1:ProfessionalPath>sample string 13</d2p1:ProfessionalPath>
      <d2p1:RepositoryId>20</d2p1:RepositoryId>
      <d2p1:ResourceName>sample string 2</d2p1:ResourceName>
      <d2p1:ResourceOrigin>sample string 7</d2p1:ResourceOrigin>
      <d2p1:ResourceTypeCode>sample string 4</d2p1:ResourceTypeCode>
      <d2p1:Semester>第一学期</d2p1:Semester>
      <d2p1:Shared>true</d2p1:Shared>
      <d2p1:Suffix>sample string 3</d2p1:Suffix>
      <d2p1:TechType>5</d2p1:TechType>
      <d2p1:Top>2024-09-21T08:55:24.8292441+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
  </resource>
</TestSaveDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

添加/更新试题

JsonRtnDtoOfReTest
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

ReTest

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "UserId": 1,
    "TestTypeId": 2,
    "TestTypeDetail": "sample string 3",
    "ResourceId": "4271e31a-7dd0-45c9-8ce3-7d95d3627f8d",
    "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": "da63ff00-8611-4b46-b331-0b93c89d6e9a",
    "SourcePalyNumber": 1,
    "CanUpsetOptions": true,
    "MD5": "sample string 16",
    "Options": [
      {
        "OptionInfo": "sample string 1",
        "OptionIndex": 2,
        "ReTestID": "263169f0-bd44-4971-854b-3022a6bc24cd",
        "OptionAnalysis": "sample string 4",
        "Id": "9dde7fdc-b854-4ae3-9a03-0548772dd332",
        "CreatedTime": "2024-09-21T08:55:24.8292441+08:00",
        "IsDeleted": true,
        "LastUpdatedTime": "2024-09-21T08:55:24.8292441+08:00"
      },
      {
        "OptionInfo": "sample string 1",
        "OptionIndex": 2,
        "ReTestID": "263169f0-bd44-4971-854b-3022a6bc24cd",
        "OptionAnalysis": "sample string 4",
        "Id": "9dde7fdc-b854-4ae3-9a03-0548772dd332",
        "CreatedTime": "2024-09-21T08:55:24.8292441+08:00",
        "IsDeleted": true,
        "LastUpdatedTime": "2024-09-21T08:55:24.8292441+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": "03dfd081-eada-46b2-8aaf-839ebb375fc0",
        "DescribeReTestRepositoryId": "d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5",
        "CompatibleMd5": "sample string 4",
        "ProfessionalTargetId": "sample string 5",
        "Paused": true,
        "PausedUserId": 1,
        "LastPausedTime": "2024-09-21T08:55:24.8292441+08:00",
        "ReTestRepository": {
          "Id": 1,
          "ProfessionalCourseId": 2,
          "RepositoryName": "sample string 3",
          "Path": "sample string 4",
          "PId": 5,
          "Sort": 6,
          "IsSystem": true,
          "CreatedTime": "2024-09-21T08:55:24.8292441+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": "4c539905-fde0-4105-822c-d895c74d5ddd",
          "DescribeName": "sample string 2",
          "ReTestRepositoryId": 3,
          "TestTypeId": 4,
          "TestTypeDetail": "sample string 5",
          "ReTestDescribeInfos": [
            {
              "Id": "04ccead6-6c33-473a-bf1e-d56246bb105e",
              "DescribeReTestRepositoryId": "846a23bc-e5f9-4370-a32d-6169e1a238df",
              "TestTypeId": 3,
              "Number": 4,
              "Score": 5.1,
              "Index": 6
            },
            {
              "Id": "04ccead6-6c33-473a-bf1e-d56246bb105e",
              "DescribeReTestRepositoryId": "846a23bc-e5f9-4370-a32d-6169e1a238df",
              "TestTypeId": 3,
              "Number": 4,
              "Score": 5.1,
              "Index": 6
            }
          ]
        },
        "Audit": 1,
        "AuditLogs": "sample string 7"
      },
      {
        "ReTestRepositoryId": 1,
        "ReTestRepositoryPath": "sample string 2",
        "ReTestId": "03dfd081-eada-46b2-8aaf-839ebb375fc0",
        "DescribeReTestRepositoryId": "d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5",
        "CompatibleMd5": "sample string 4",
        "ProfessionalTargetId": "sample string 5",
        "Paused": true,
        "PausedUserId": 1,
        "LastPausedTime": "2024-09-21T08:55:24.8292441+08:00",
        "ReTestRepository": {
          "Id": 1,
          "ProfessionalCourseId": 2,
          "RepositoryName": "sample string 3",
          "Path": "sample string 4",
          "PId": 5,
          "Sort": 6,
          "IsSystem": true,
          "CreatedTime": "2024-09-21T08:55:24.8292441+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": "4c539905-fde0-4105-822c-d895c74d5ddd",
          "DescribeName": "sample string 2",
          "ReTestRepositoryId": 3,
          "TestTypeId": 4,
          "TestTypeDetail": "sample string 5",
          "ReTestDescribeInfos": [
            {
              "Id": "04ccead6-6c33-473a-bf1e-d56246bb105e",
              "DescribeReTestRepositoryId": "846a23bc-e5f9-4370-a32d-6169e1a238df",
              "TestTypeId": 3,
              "Number": 4,
              "Score": 5.1,
              "Index": 6
            },
            {
              "Id": "04ccead6-6c33-473a-bf1e-d56246bb105e",
              "DescribeReTestRepositoryId": "846a23bc-e5f9-4370-a32d-6169e1a238df",
              "TestTypeId": 3,
              "Number": 4,
              "Score": 5.1,
              "Index": 6
            }
          ]
        },
        "Audit": 1,
        "AuditLogs": "sample string 7"
      }
    ],
    "Id": "33bb027f-684f-44dc-8059-3098b46fed52",
    "CreatedTime": "2024-09-21T08:55:24.8292441+08:00",
    "IsDeleted": true,
    "LastUpdatedTime": "2024-09-21T08:55:24.8292441+08:00"
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"4271e31a-7dd0-45c9-8ce3-7d95d3627f8d","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":"da63ff00-8611-4b46-b331-0b93c89d6e9a","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"263169f0-bd44-4971-854b-3022a6bc24cd","OptionAnalysis":"sample string 4","Id":"9dde7fdc-b854-4ae3-9a03-0548772dd332","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"263169f0-bd44-4971-854b-3022a6bc24cd","OptionAnalysis":"sample string 4","Id":"9dde7fdc-b854-4ae3-9a03-0548772dd332","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+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":"03dfd081-eada-46b2-8aaf-839ebb375fc0","DescribeReTestRepositoryId":"d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-21T08:55:24.8292441+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-21T08:55:24.8292441+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":"4c539905-fde0-4105-822c-d895c74d5ddd","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"03dfd081-eada-46b2-8aaf-839ebb375fc0","DescribeReTestRepositoryId":"d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-21T08:55:24.8292441+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-21T08:55:24.8292441+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":"4c539905-fde0-4105-822c-d895c74d5ddd","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"33bb027f-684f-44dc-8059-3098b46fed52","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+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":{"UserId":1,"TestTypeId":2,"TestTypeDetail":"sample string 3","ResourceId":"4271e31a-7dd0-45c9-8ce3-7d95d3627f8d","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":"da63ff00-8611-4b46-b331-0b93c89d6e9a","SourcePalyNumber":1,"CanUpsetOptions":true,"MD5":"sample string 16","Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"263169f0-bd44-4971-854b-3022a6bc24cd","OptionAnalysis":"sample string 4","Id":"9dde7fdc-b854-4ae3-9a03-0548772dd332","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"263169f0-bd44-4971-854b-3022a6bc24cd","OptionAnalysis":"sample string 4","Id":"9dde7fdc-b854-4ae3-9a03-0548772dd332","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+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":"03dfd081-eada-46b2-8aaf-839ebb375fc0","DescribeReTestRepositoryId":"d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-21T08:55:24.8292441+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-21T08:55:24.8292441+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":"4c539905-fde0-4105-822c-d895c74d5ddd","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"},{"ReTestRepositoryId":1,"ReTestRepositoryPath":"sample string 2","ReTestId":"03dfd081-eada-46b2-8aaf-839ebb375fc0","DescribeReTestRepositoryId":"d33bdd01-3ed2-4b45-a9c4-ee51298eaaf5","CompatibleMd5":"sample string 4","ProfessionalTargetId":"sample string 5","Paused":true,"PausedUserId":1,"LastPausedTime":"2024-09-21T08:55:24.8292441+08:00","ReTestRepository":{"Id":1,"ProfessionalCourseId":2,"RepositoryName":"sample string 3","Path":"sample string 4","PId":5,"Sort":6,"IsSystem":true,"CreatedTime":"2024-09-21T08:55:24.8292441+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":"4c539905-fde0-4105-822c-d895c74d5ddd","DescribeName":"sample string 2","ReTestRepositoryId":3,"TestTypeId":4,"TestTypeDetail":"sample string 5","ReTestDescribeInfos":[{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6},{"Id":"04ccead6-6c33-473a-bf1e-d56246bb105e","DescribeReTestRepositoryId":"846a23bc-e5f9-4370-a32d-6169e1a238df","TestTypeId":3,"Number":4,"Score":5.1,"Index":6}]},"Audit":1,"AuditLogs":"sample string 7"}],"Id":"33bb027f-684f-44dc-8059-3098b46fed52","CreatedTime":"2024-09-21T08:55:24.8292441+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-21T08:55:24.8292441+08:00"}});