POST api/retest/checkrepeatcomb

检查重复

Request Information

URI Parameters

None.

Body Parameters

RecombinationReTestDto
NameDescriptionTypeAdditional information
Id

试题编号

globally unique identifier

None.

ProfessionalCourseId

课程编号

integer

None.

ProfessionalPath

课程专业路径

string

None.

ReTestRepositoryId

题库编号

integer

None.

ReTestRepositoryPath

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

string

None.

Knowledge

知识点

string

None.

TestTypeId

题型编号

integer

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.

DescribeReTestRepositoryId

题库描述编号

globally unique identifier

None.

DescribeReTestRepositoryName

题库描述名称

string

None.

DescribeInfos

复合题描述详细信息

string

None.

CanUpsetOptions

选择允许乱序

boolean

None.

ReTestSet

小题

Collection of TestSaveDto

None.

Labels

试题标签

Collection of ReTestLables

None.

CorrectionType

是否纠错

CorrectionType

None.

Repeated

试题是否重复

boolean

None.

RepeatedId

重复的试题编号

globally unique identifier

None.

IsOverwrite

如果试题重复是否覆盖

boolean

None.

AuditUserId

审核人

integer

None.

Audited

试题审核情况

TestAuditType

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "c15cd64d-6f8e-49f3-af3a-66e587b409ef",
  "ProfessionalCourseId": 2,
  "ProfessionalPath": "sample string 3",
  "ReTestRepositoryId": 4,
  "ReTestRepositoryPath": "sample string 5",
  "Knowledge": "sample string 6",
  "TestTypeId": 7,
  "ExamId": "2be2a803-0b85-4dc2-ae7d-048ac57994c3",
  "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,
  "DescribeReTestRepositoryId": "fef49985-da49-43f9-a76f-faa32c6c92c0",
  "DescribeReTestRepositoryName": "sample string 16",
  "DescribeInfos": "sample string 17",
  "CanUpsetOptions": true,
  "ReTestSet": [
    {
      "Id": "ca350e9f-650f-4201-abbb-e3e0758f911c",
      "TestTypeId": 2,
      "ResourceId": "15195e39-40f4-4c3b-b057-e79b1638b7de",
      "ProfessionalCourseId": 3,
      "ProfessionalPath": "sample string 4",
      "ReTestRepositoryId": 5,
      "ReTestRepositoryPath": "sample string 6",
      "Knowledge": "sample string 7",
      "ExamId": "c3274070-0ce3-4743-a09e-943ec07632f4",
      "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": "140338cd-e9e4-4d88-a417-f9e1b2bbf9f3",
          "OptionInfo": "sample string 2",
          "OptionIndex": 3,
          "OptionAnalysis": "sample string 4",
          "ReTestID": "17989e1f-db5e-485d-8ca5-638af65afcf2"
        },
        {
          "Id": "140338cd-e9e4-4d88-a417-f9e1b2bbf9f3",
          "OptionInfo": "sample string 2",
          "OptionIndex": 3,
          "OptionAnalysis": "sample string 4",
          "ReTestID": "17989e1f-db5e-485d-8ca5-638af65afcf2"
        }
      ],
      "DescribeReTestRepositoryId": "68fe77c4-2478-4eae-91b5-1d3fc12c5e0f",
      "DescribeReTestRepositoryName": "sample string 17",
      "CorrectionType": 1,
      "MarkRule": "sample string 19",
      "Lables": [
        {
          "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
          "ReTestRepositoryId": 2,
          "LableName": "sample string 3",
          "LableValue": "sample string 4"
        },
        {
          "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
          "ReTestRepositoryId": 2,
          "LableName": "sample string 3",
          "LableValue": "sample string 4"
        }
      ],
      "IsOverwrite": true,
      "Repeated": true,
      "RepeatedId": "4a1eeb54-7f52-4b93-a0b0-94677361eb96"
    },
    {
      "Id": "ca350e9f-650f-4201-abbb-e3e0758f911c",
      "TestTypeId": 2,
      "ResourceId": "15195e39-40f4-4c3b-b057-e79b1638b7de",
      "ProfessionalCourseId": 3,
      "ProfessionalPath": "sample string 4",
      "ReTestRepositoryId": 5,
      "ReTestRepositoryPath": "sample string 6",
      "Knowledge": "sample string 7",
      "ExamId": "c3274070-0ce3-4743-a09e-943ec07632f4",
      "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": "140338cd-e9e4-4d88-a417-f9e1b2bbf9f3",
          "OptionInfo": "sample string 2",
          "OptionIndex": 3,
          "OptionAnalysis": "sample string 4",
          "ReTestID": "17989e1f-db5e-485d-8ca5-638af65afcf2"
        },
        {
          "Id": "140338cd-e9e4-4d88-a417-f9e1b2bbf9f3",
          "OptionInfo": "sample string 2",
          "OptionIndex": 3,
          "OptionAnalysis": "sample string 4",
          "ReTestID": "17989e1f-db5e-485d-8ca5-638af65afcf2"
        }
      ],
      "DescribeReTestRepositoryId": "68fe77c4-2478-4eae-91b5-1d3fc12c5e0f",
      "DescribeReTestRepositoryName": "sample string 17",
      "CorrectionType": 1,
      "MarkRule": "sample string 19",
      "Lables": [
        {
          "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
          "ReTestRepositoryId": 2,
          "LableName": "sample string 3",
          "LableValue": "sample string 4"
        },
        {
          "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
          "ReTestRepositoryId": 2,
          "LableName": "sample string 3",
          "LableValue": "sample string 4"
        }
      ],
      "IsOverwrite": true,
      "Repeated": true,
      "RepeatedId": "4a1eeb54-7f52-4b93-a0b0-94677361eb96"
    }
  ],
  "Labels": [
    {
      "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
      "ReTestRepositoryId": 2,
      "LableName": "sample string 3",
      "LableValue": "sample string 4"
    },
    {
      "ReTestID": "eb39e50d-736e-44ae-ab85-ac9f40fea868",
      "ReTestRepositoryId": 2,
      "LableName": "sample string 3",
      "LableValue": "sample string 4"
    }
  ],
  "CorrectionType": 1,
  "Repeated": true,
  "RepeatedId": "92670795-b74e-4c00-83b8-d1fb150557fc",
  "IsOverwrite": true,
  "AuditUserId": 1,
  "Audited": 0
}

text/html

Sample:
{"Id":"c15cd64d-6f8e-49f3-af3a-66e587b409ef","ProfessionalCourseId":2,"ProfessionalPath":"sample string 3","ReTestRepositoryId":4,"ReTestRepositoryPath":"sample string 5","Knowledge":"sample string 6","TestTypeId":7,"ExamId":"2be2a803-0b85-4dc2-ae7d-048ac57994c3","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,"DescribeReTestRepositoryId":"fef49985-da49-43f9-a76f-faa32c6c92c0","DescribeReTestRepositoryName":"sample string 16","DescribeInfos":"sample string 17","CanUpsetOptions":true,"ReTestSet":[{"Id":"ca350e9f-650f-4201-abbb-e3e0758f911c","TestTypeId":2,"ResourceId":"15195e39-40f4-4c3b-b057-e79b1638b7de","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"c3274070-0ce3-4743-a09e-943ec07632f4","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":"140338cd-e9e4-4d88-a417-f9e1b2bbf9f3","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"17989e1f-db5e-485d-8ca5-638af65afcf2"},{"Id":"140338cd-e9e4-4d88-a417-f9e1b2bbf9f3","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"17989e1f-db5e-485d-8ca5-638af65afcf2"}],"DescribeReTestRepositoryId":"68fe77c4-2478-4eae-91b5-1d3fc12c5e0f","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"4a1eeb54-7f52-4b93-a0b0-94677361eb96"},{"Id":"ca350e9f-650f-4201-abbb-e3e0758f911c","TestTypeId":2,"ResourceId":"15195e39-40f4-4c3b-b057-e79b1638b7de","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"c3274070-0ce3-4743-a09e-943ec07632f4","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":"140338cd-e9e4-4d88-a417-f9e1b2bbf9f3","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"17989e1f-db5e-485d-8ca5-638af65afcf2"},{"Id":"140338cd-e9e4-4d88-a417-f9e1b2bbf9f3","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"17989e1f-db5e-485d-8ca5-638af65afcf2"}],"DescribeReTestRepositoryId":"68fe77c4-2478-4eae-91b5-1d3fc12c5e0f","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"4a1eeb54-7f52-4b93-a0b0-94677361eb96"}],"Labels":[{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"eb39e50d-736e-44ae-ab85-ac9f40fea868","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"CorrectionType":1,"Repeated":true,"RepeatedId":"92670795-b74e-4c00-83b8-d1fb150557fc","IsOverwrite":true,"AuditUserId":1,"Audited":0}

application/xml, text/xml

Sample:
<RecombinationReTestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Analysis>sample string 13</Analysis>
  <AuditUserId>1</AuditUserId>
  <Audited>NotHandle</Audited>
  <CanUpsetOptions>true</CanUpsetOptions>
  <CorrectAnswer>sample string 12</CorrectAnswer>
  <CorrectionType>纠错</CorrectionType>
  <DescribeInfos>sample string 17</DescribeInfos>
  <DescribeReTestRepositoryId>fef49985-da49-43f9-a76f-faa32c6c92c0</DescribeReTestRepositoryId>
  <DescribeReTestRepositoryName>sample string 16</DescribeReTestRepositoryName>
  <Description>sample string 10</Description>
  <Difficulty>14</Difficulty>
  <ExamId>2be2a803-0b85-4dc2-ae7d-048ac57994c3</ExamId>
  <Id>c15cd64d-6f8e-49f3-af3a-66e587b409ef</Id>
  <IsOverwrite>true</IsOverwrite>
  <Knowledge>sample string 6</Knowledge>
  <Labels 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>eb39e50d-736e-44ae-ab85-ac9f40fea868</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>eb39e50d-736e-44ae-ab85-ac9f40fea868</d2p1:ReTestID>
      <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId>
    </d2p1:ReTestLables>
  </Labels>
  <ProfessionalCourseId>2</ProfessionalCourseId>
  <ProfessionalPath>sample string 3</ProfessionalPath>
  <ReTestRepositoryId>4</ReTestRepositoryId>
  <ReTestRepositoryPath>sample string 5</ReTestRepositoryPath>
  <ReTestSet>
    <TestSaveDto>
      <Analysis>sample string 13</Analysis>
      <CanUpsetOptions>true</CanUpsetOptions>
      <CorrectAnswer>sample string 12</CorrectAnswer>
      <CorrectionType>纠错</CorrectionType>
      <DescribeReTestRepositoryId>68fe77c4-2478-4eae-91b5-1d3fc12c5e0f</DescribeReTestRepositoryId>
      <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName>
      <Description>sample string 10</Description>
      <Difficulty>14</Difficulty>
      <ExamId>c3274070-0ce3-4743-a09e-943ec07632f4</ExamId>
      <Id>ca350e9f-650f-4201-abbb-e3e0758f911c</Id>
      <IsOverwrite>true</IsOverwrite>
      <Knowledge>sample string 7</Knowledge>
      <Lables xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:ReTestLables>
          <d4p1:LableName>sample string 3</d4p1:LableName>
          <d4p1:LableValue>sample string 4</d4p1:LableValue>
          <d4p1:ReTestID>eb39e50d-736e-44ae-ab85-ac9f40fea868</d4p1:ReTestID>
          <d4p1:ReTestRepositoryId>2</d4p1:ReTestRepositoryId>
        </d4p1:ReTestLables>
        <d4p1:ReTestLables>
          <d4p1:LableName>sample string 3</d4p1:LableName>
          <d4p1:LableValue>sample string 4</d4p1:LableValue>
          <d4p1:ReTestID>eb39e50d-736e-44ae-ab85-ac9f40fea868</d4p1:ReTestID>
          <d4p1:ReTestRepositoryId>2</d4p1:ReTestRepositoryId>
        </d4p1:ReTestLables>
      </Lables>
      <MD5>sample string 18</MD5>
      <MarkRule>sample string 19</MarkRule>
      <Options>
        <ReTestOptionSaveDto>
          <Id>140338cd-e9e4-4d88-a417-f9e1b2bbf9f3</Id>
          <OptionAnalysis>sample string 4</OptionAnalysis>
          <OptionIndex>3</OptionIndex>
          <OptionInfo>sample string 2</OptionInfo>
          <ReTestID>17989e1f-db5e-485d-8ca5-638af65afcf2</ReTestID>
          <resource xmlns:d6p1="http://schemas.datacontract.org/2004/07/BJ.Data">
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
          </resource>
        </ReTestOptionSaveDto>
        <ReTestOptionSaveDto>
          <Id>140338cd-e9e4-4d88-a417-f9e1b2bbf9f3</Id>
          <OptionAnalysis>sample string 4</OptionAnalysis>
          <OptionIndex>3</OptionIndex>
          <OptionInfo>sample string 2</OptionInfo>
          <ReTestID>17989e1f-db5e-485d-8ca5-638af65afcf2</ReTestID>
          <resource xmlns:d6p1="http://schemas.datacontract.org/2004/07/BJ.Data">
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
          </resource>
        </ReTestOptionSaveDto>
      </Options>
      <ProfessionalCourseId>3</ProfessionalCourseId>
      <ProfessionalPath>sample string 4</ProfessionalPath>
      <ReTestRepositoryId>5</ReTestRepositoryId>
      <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath>
      <Repeated>true</Repeated>
      <RepeatedId>4a1eeb54-7f52-4b93-a0b0-94677361eb96</RepeatedId>
      <ResourceId>15195e39-40f4-4c3b-b057-e79b1638b7de</ResourceId>
      <Score>15.1</Score>
      <SourcePalyNumber>1</SourcePalyNumber>
      <Stem>sample string 11</Stem>
      <TestTypeId>2</TestTypeId>
      <UserId>9</UserId>
      <answerResource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </answerResource>
      <descrptionResource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </descrptionResource>
      <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </resource>
    </TestSaveDto>
    <TestSaveDto>
      <Analysis>sample string 13</Analysis>
      <CanUpsetOptions>true</CanUpsetOptions>
      <CorrectAnswer>sample string 12</CorrectAnswer>
      <CorrectionType>纠错</CorrectionType>
      <DescribeReTestRepositoryId>68fe77c4-2478-4eae-91b5-1d3fc12c5e0f</DescribeReTestRepositoryId>
      <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName>
      <Description>sample string 10</Description>
      <Difficulty>14</Difficulty>
      <ExamId>c3274070-0ce3-4743-a09e-943ec07632f4</ExamId>
      <Id>ca350e9f-650f-4201-abbb-e3e0758f911c</Id>
      <IsOverwrite>true</IsOverwrite>
      <Knowledge>sample string 7</Knowledge>
      <Lables xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:ReTestLables>
          <d4p1:LableName>sample string 3</d4p1:LableName>
          <d4p1:LableValue>sample string 4</d4p1:LableValue>
          <d4p1:ReTestID>eb39e50d-736e-44ae-ab85-ac9f40fea868</d4p1:ReTestID>
          <d4p1:ReTestRepositoryId>2</d4p1:ReTestRepositoryId>
        </d4p1:ReTestLables>
        <d4p1:ReTestLables>
          <d4p1:LableName>sample string 3</d4p1:LableName>
          <d4p1:LableValue>sample string 4</d4p1:LableValue>
          <d4p1:ReTestID>eb39e50d-736e-44ae-ab85-ac9f40fea868</d4p1:ReTestID>
          <d4p1:ReTestRepositoryId>2</d4p1:ReTestRepositoryId>
        </d4p1:ReTestLables>
      </Lables>
      <MD5>sample string 18</MD5>
      <MarkRule>sample string 19</MarkRule>
      <Options>
        <ReTestOptionSaveDto>
          <Id>140338cd-e9e4-4d88-a417-f9e1b2bbf9f3</Id>
          <OptionAnalysis>sample string 4</OptionAnalysis>
          <OptionIndex>3</OptionIndex>
          <OptionInfo>sample string 2</OptionInfo>
          <ReTestID>17989e1f-db5e-485d-8ca5-638af65afcf2</ReTestID>
          <resource xmlns:d6p1="http://schemas.datacontract.org/2004/07/BJ.Data">
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
          </resource>
        </ReTestOptionSaveDto>
        <ReTestOptionSaveDto>
          <Id>140338cd-e9e4-4d88-a417-f9e1b2bbf9f3</Id>
          <OptionAnalysis>sample string 4</OptionAnalysis>
          <OptionIndex>3</OptionIndex>
          <OptionInfo>sample string 2</OptionInfo>
          <ReTestID>17989e1f-db5e-485d-8ca5-638af65afcf2</ReTestID>
          <resource xmlns:d6p1="http://schemas.datacontract.org/2004/07/BJ.Data">
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
            <d6p1:Resource>
              <d6p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:CreatedTime>
              <d6p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d6p1:Id>
              <d6p1:IsDeleted>true</d6p1:IsDeleted>
              <d6p1:LastUpdatedTime>2024-09-21T08:55:24.1418+08:00</d6p1:LastUpdatedTime>
              <d6p1:AppArrangeId>1</d6p1:AppArrangeId>
              <d6p1:AppArrangePath>sample string 6</d6p1:AppArrangePath>
              <d6p1:Audit>初始状态</d6p1:Audit>
              <d6p1:ConvertState>9</d6p1:ConvertState>
              <d6p1:Copyright>true</d6p1:Copyright>
              <d6p1:DownAmount>14</d6p1:DownAmount>
              <d6p1:Grade>18</d6p1:Grade>
              <d6p1:Intro>sample string 10</d6p1:Intro>
              <d6p1:IsPreparation>true</d6p1:IsPreparation>
              <d6p1:Labls>sample string 8</d6p1:Labls>
              <d6p1:PageTotal>11</d6p1:PageTotal>
              <d6p1:Prime>2024-09-21T08:55:24.1418+08:00</d6p1:Prime>
              <d6p1:ProfessionalCourseId>12</d6p1:ProfessionalCourseId>
              <d6p1:ProfessionalPath>sample string 13</d6p1:ProfessionalPath>
              <d6p1:RepositoryId>20</d6p1:RepositoryId>
              <d6p1:ResourceName>sample string 2</d6p1:ResourceName>
              <d6p1:ResourceOrigin>sample string 7</d6p1:ResourceOrigin>
              <d6p1:ResourceTypeCode>sample string 4</d6p1:ResourceTypeCode>
              <d6p1:Semester>第一学期</d6p1:Semester>
              <d6p1:Shared>true</d6p1:Shared>
              <d6p1:Suffix>sample string 3</d6p1:Suffix>
              <d6p1:TechType>5</d6p1:TechType>
              <d6p1:Top>2024-09-21T08:55:24.1418+08:00</d6p1:Top>
              <d6p1:UserId>1</d6p1:UserId>
              <d6p1:ViewAmount>15</d6p1:ViewAmount>
            </d6p1:Resource>
          </resource>
        </ReTestOptionSaveDto>
      </Options>
      <ProfessionalCourseId>3</ProfessionalCourseId>
      <ProfessionalPath>sample string 4</ProfessionalPath>
      <ReTestRepositoryId>5</ReTestRepositoryId>
      <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath>
      <Repeated>true</Repeated>
      <RepeatedId>4a1eeb54-7f52-4b93-a0b0-94677361eb96</RepeatedId>
      <ResourceId>15195e39-40f4-4c3b-b057-e79b1638b7de</ResourceId>
      <Score>15.1</Score>
      <SourcePalyNumber>1</SourcePalyNumber>
      <Stem>sample string 11</Stem>
      <TestTypeId>2</TestTypeId>
      <UserId>9</UserId>
      <answerResource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </answerResource>
      <descrptionResource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </descrptionResource>
      <resource xmlns:d4p1="http://schemas.datacontract.org/2004/07/BJ.Data">
        <d4p1:Resource>
          <d4p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d4p1:CreatedTime>
          <d4p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d4p1:Id>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d4p1:Top>
          <d4p1:UserId>1</d4p1:UserId>
          <d4p1:ViewAmount>15</d4p1:ViewAmount>
        </d4p1:Resource>
      </resource>
    </TestSaveDto>
  </ReTestSet>
  <Repeated>true</Repeated>
  <RepeatedId>92670795-b74e-4c00-83b8-d1fb150557fc</RepeatedId>
  <Score>15.1</Score>
  <SourcePalyNumber>1</SourcePalyNumber>
  <Stem>sample string 11</Stem>
  <TestTypeId>7</TestTypeId>
  <UserId>9</UserId>
  <answerResource xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:Resource>
      <d2p1:CreatedTime>2024-09-21T08:55:24.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+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.1418+08:00</d2p1:CreatedTime>
      <d2p1:Id>f0c50c27-b5c6-42cf-8c8c-ed0b26ac2f5d</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastUpdatedTime>2024-09-21T08:55:24.1418+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.1418+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.1418+08:00</d2p1:Top>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:ViewAmount>15</d2p1:ViewAmount>
    </d2p1:Resource>
  </resource>
</RecombinationReTestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

检查重复

JsonRtnDtoOfBoolean
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": true
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":true}

application/xml, text/xml

Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>true</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfboolean>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});