POST api/retest/ReTestSynthesis
保存组合试题
Request Information
URI Parameters
None.
Body Parameters
RecombinationReTestSynthesisDtoName | Description | Type | Additional information |
---|---|---|---|
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. |
DescribeReTestRepositoryId |
题库描述编号 |
globally unique identifier |
None. |
DescribeReTestRepositoryName |
题库描述名称 |
string |
None. |
DescribeInfos |
复合题描述详细信息 |
string |
None. |
CanUpsetOptions |
选择允许乱序 |
boolean |
None. |
ReTestIds |
试题Id集合 |
Collection of globally unique identifier |
None. |
Labels |
试题标签 |
Collection of ReTestLables |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProfessionalCourseId": 1, "ProfessionalPath": "sample string 2", "ReTestRepositoryId": 3, "ReTestRepositoryPath": "sample string 4", "Knowledge": "sample string 5", "ExamId": "ad349d71-50b9-4c30-b95c-57f92e40addc", "UserId": 8, "Description": "sample string 9", "Stem": "sample string 10", "CorrectAnswer": "sample string 11", "Analysis": "sample string 12", "Difficulty": 13, "Score": 14.1, "SourcePalyNumber": 1, "DescribeReTestRepositoryId": "048df0e3-5aeb-46b1-a7ea-41b2a1660eb3", "DescribeReTestRepositoryName": "sample string 15", "DescribeInfos": "sample string 16", "CanUpsetOptions": true, "ReTestIds": [ "435e700b-6e90-429e-b68c-01ea9fb90242", "d386de20-4733-4e35-80f7-6af5773ec949" ], "Labels": [ { "ReTestID": "81aaf357-24db-4891-ad80-0f8320212056", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" }, { "ReTestID": "81aaf357-24db-4891-ad80-0f8320212056", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" } ] }
text/html
Sample:
{"ProfessionalCourseId":1,"ProfessionalPath":"sample string 2","ReTestRepositoryId":3,"ReTestRepositoryPath":"sample string 4","Knowledge":"sample string 5","ExamId":"ad349d71-50b9-4c30-b95c-57f92e40addc","UserId":8,"Description":"sample string 9","Stem":"sample string 10","CorrectAnswer":"sample string 11","Analysis":"sample string 12","Difficulty":13,"Score":14.1,"SourcePalyNumber":1,"DescribeReTestRepositoryId":"048df0e3-5aeb-46b1-a7ea-41b2a1660eb3","DescribeReTestRepositoryName":"sample string 15","DescribeInfos":"sample string 16","CanUpsetOptions":true,"ReTestIds":["435e700b-6e90-429e-b68c-01ea9fb90242","d386de20-4733-4e35-80f7-6af5773ec949"],"Labels":[{"ReTestID":"81aaf357-24db-4891-ad80-0f8320212056","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"81aaf357-24db-4891-ad80-0f8320212056","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}]}
application/xml, text/xml
Sample:
<RecombinationReTestSynthesisDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Analysis>sample string 12</Analysis> <CanUpsetOptions>true</CanUpsetOptions> <CorrectAnswer>sample string 11</CorrectAnswer> <DescribeInfos>sample string 16</DescribeInfos> <DescribeReTestRepositoryId>048df0e3-5aeb-46b1-a7ea-41b2a1660eb3</DescribeReTestRepositoryId> <DescribeReTestRepositoryName>sample string 15</DescribeReTestRepositoryName> <Description>sample string 9</Description> <Difficulty>13</Difficulty> <ExamId>ad349d71-50b9-4c30-b95c-57f92e40addc</ExamId> <Knowledge>sample string 5</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>81aaf357-24db-4891-ad80-0f8320212056</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>81aaf357-24db-4891-ad80-0f8320212056</d2p1:ReTestID> <d2p1:ReTestRepositoryId>2</d2p1:ReTestRepositoryId> </d2p1:ReTestLables> </Labels> <ProfessionalCourseId>1</ProfessionalCourseId> <ProfessionalPath>sample string 2</ProfessionalPath> <ReTestIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>435e700b-6e90-429e-b68c-01ea9fb90242</d2p1:guid> <d2p1:guid>d386de20-4733-4e35-80f7-6af5773ec949</d2p1:guid> </ReTestIds> <ReTestRepositoryId>3</ReTestRepositoryId> <ReTestRepositoryPath>sample string 4</ReTestRepositoryPath> <Score>14.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 10</Stem> <TestTypeId>6</TestTypeId> <UserId>8</UserId> </RecombinationReTestSynthesisDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
保存组合试题
JsonRtnDtoOfRecombinationReTestDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | RecombinationReTestDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Id": "9d382d42-1217-4a03-bd40-1b39ff983ed3", "ProfessionalCourseId": 2, "ProfessionalPath": "sample string 3", "ReTestRepositoryId": 4, "ReTestRepositoryPath": "sample string 5", "Knowledge": "sample string 6", "TestTypeId": 7, "ExamId": "e14e5f2b-0665-4ce8-acb5-a27e5c5f5ba9", "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": "64d5fc72-01a7-4f8c-baa1-25073157ca9c", "DescribeReTestRepositoryName": "sample string 16", "DescribeInfos": "sample string 17", "CanUpsetOptions": true, "ReTestSet": [ { "Id": "3c1f619f-4e63-4c6f-aa3d-580f44a9e533", "TestTypeId": 2, "ResourceId": "2bc448ad-5e50-4c34-8200-269bfc4ebe52", "ProfessionalCourseId": 3, "ProfessionalPath": "sample string 4", "ReTestRepositoryId": 5, "ReTestRepositoryPath": "sample string 6", "Knowledge": "sample string 7", "ExamId": "5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828", "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": "214a4bf6-91d6-4b39-984d-cff18ac645f1", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f" }, { "Id": "214a4bf6-91d6-4b39-984d-cff18ac645f1", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f" } ], "DescribeReTestRepositoryId": "7b1125a4-ca21-4743-b320-79a8a651f555", "DescribeReTestRepositoryName": "sample string 17", "CorrectionType": 1, "MarkRule": "sample string 19", "Lables": [ { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" }, { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" } ], "IsOverwrite": true, "Repeated": true, "RepeatedId": "86969827-118d-4d6d-b593-d1cfacfbce96" }, { "Id": "3c1f619f-4e63-4c6f-aa3d-580f44a9e533", "TestTypeId": 2, "ResourceId": "2bc448ad-5e50-4c34-8200-269bfc4ebe52", "ProfessionalCourseId": 3, "ProfessionalPath": "sample string 4", "ReTestRepositoryId": 5, "ReTestRepositoryPath": "sample string 6", "Knowledge": "sample string 7", "ExamId": "5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828", "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": "214a4bf6-91d6-4b39-984d-cff18ac645f1", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f" }, { "Id": "214a4bf6-91d6-4b39-984d-cff18ac645f1", "OptionInfo": "sample string 2", "OptionIndex": 3, "OptionAnalysis": "sample string 4", "ReTestID": "f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f" } ], "DescribeReTestRepositoryId": "7b1125a4-ca21-4743-b320-79a8a651f555", "DescribeReTestRepositoryName": "sample string 17", "CorrectionType": 1, "MarkRule": "sample string 19", "Lables": [ { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" }, { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" } ], "IsOverwrite": true, "Repeated": true, "RepeatedId": "86969827-118d-4d6d-b593-d1cfacfbce96" } ], "Labels": [ { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" }, { "ReTestID": "58a8073b-55bd-4ec6-b441-6b8f30835144", "ReTestRepositoryId": 2, "LableName": "sample string 3", "LableValue": "sample string 4" } ], "CorrectionType": 1, "Repeated": true, "RepeatedId": "9896d50d-36a0-4bdf-a4df-66f338eab760", "IsOverwrite": true, "AuditUserId": 1, "Audited": 0 } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":"9d382d42-1217-4a03-bd40-1b39ff983ed3","ProfessionalCourseId":2,"ProfessionalPath":"sample string 3","ReTestRepositoryId":4,"ReTestRepositoryPath":"sample string 5","Knowledge":"sample string 6","TestTypeId":7,"ExamId":"e14e5f2b-0665-4ce8-acb5-a27e5c5f5ba9","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":"64d5fc72-01a7-4f8c-baa1-25073157ca9c","DescribeReTestRepositoryName":"sample string 16","DescribeInfos":"sample string 17","CanUpsetOptions":true,"ReTestSet":[{"Id":"3c1f619f-4e63-4c6f-aa3d-580f44a9e533","TestTypeId":2,"ResourceId":"2bc448ad-5e50-4c34-8200-269bfc4ebe52","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828","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":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"},{"Id":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"}],"DescribeReTestRepositoryId":"7b1125a4-ca21-4743-b320-79a8a651f555","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"86969827-118d-4d6d-b593-d1cfacfbce96"},{"Id":"3c1f619f-4e63-4c6f-aa3d-580f44a9e533","TestTypeId":2,"ResourceId":"2bc448ad-5e50-4c34-8200-269bfc4ebe52","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828","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":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"},{"Id":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"}],"DescribeReTestRepositoryId":"7b1125a4-ca21-4743-b320-79a8a651f555","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"86969827-118d-4d6d-b593-d1cfacfbce96"}],"Labels":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"CorrectionType":1,"Repeated":true,"RepeatedId":"9896d50d-36a0-4bdf-a4df-66f338eab760","IsOverwrite":true,"AuditUserId":1,"Audited":0}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfRecombinationReTestDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <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>64d5fc72-01a7-4f8c-baa1-25073157ca9c</DescribeReTestRepositoryId> <DescribeReTestRepositoryName>sample string 16</DescribeReTestRepositoryName> <Description>sample string 10</Description> <Difficulty>14</Difficulty> <ExamId>e14e5f2b-0665-4ce8-acb5-a27e5c5f5ba9</ExamId> <Id>9d382d42-1217-4a03-bd40-1b39ff983ed3</Id> <IsOverwrite>true</IsOverwrite> <Knowledge>sample string 6</Knowledge> <Labels xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d3p1:ReTestLables> <d3p1:LableName>sample string 3</d3p1:LableName> <d3p1:LableValue>sample string 4</d3p1:LableValue> <d3p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d3p1:ReTestID> <d3p1:ReTestRepositoryId>2</d3p1:ReTestRepositoryId> </d3p1:ReTestLables> <d3p1:ReTestLables> <d3p1:LableName>sample string 3</d3p1:LableName> <d3p1:LableValue>sample string 4</d3p1:LableValue> <d3p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d3p1:ReTestID> <d3p1:ReTestRepositoryId>2</d3p1:ReTestRepositoryId> </d3p1: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>7b1125a4-ca21-4743-b320-79a8a651f555</DescribeReTestRepositoryId> <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName> <Description>sample string 10</Description> <Difficulty>14</Difficulty> <ExamId>5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828</ExamId> <Id>3c1f619f-4e63-4c6f-aa3d-580f44a9e533</Id> <IsOverwrite>true</IsOverwrite> <Knowledge>sample string 7</Knowledge> <Lables xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:ReTestLables> <d5p1:LableName>sample string 3</d5p1:LableName> <d5p1:LableValue>sample string 4</d5p1:LableValue> <d5p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d5p1:ReTestID> <d5p1:ReTestRepositoryId>2</d5p1:ReTestRepositoryId> </d5p1:ReTestLables> <d5p1:ReTestLables> <d5p1:LableName>sample string 3</d5p1:LableName> <d5p1:LableValue>sample string 4</d5p1:LableValue> <d5p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d5p1:ReTestID> <d5p1:ReTestRepositoryId>2</d5p1:ReTestRepositoryId> </d5p1:ReTestLables> </Lables> <MD5>sample string 18</MD5> <MarkRule>sample string 19</MarkRule> <Options> <ReTestOptionSaveDto> <Id>214a4bf6-91d6-4b39-984d-cff18ac645f1</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f</ReTestID> <resource xmlns:d7p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> </resource> </ReTestOptionSaveDto> <ReTestOptionSaveDto> <Id>214a4bf6-91d6-4b39-984d-cff18ac645f1</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f</ReTestID> <resource xmlns:d7p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> </resource> </ReTestOptionSaveDto> </Options> <ProfessionalCourseId>3</ProfessionalCourseId> <ProfessionalPath>sample string 4</ProfessionalPath> <ReTestRepositoryId>5</ReTestRepositoryId> <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath> <Repeated>true</Repeated> <RepeatedId>86969827-118d-4d6d-b593-d1cfacfbce96</RepeatedId> <ResourceId>2bc448ad-5e50-4c34-8200-269bfc4ebe52</ResourceId> <Score>15.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 11</Stem> <TestTypeId>2</TestTypeId> <UserId>9</UserId> <answerResource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </answerResource> <descrptionResource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </descrptionResource> <resource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </resource> </TestSaveDto> <TestSaveDto> <Analysis>sample string 13</Analysis> <CanUpsetOptions>true</CanUpsetOptions> <CorrectAnswer>sample string 12</CorrectAnswer> <CorrectionType>纠错</CorrectionType> <DescribeReTestRepositoryId>7b1125a4-ca21-4743-b320-79a8a651f555</DescribeReTestRepositoryId> <DescribeReTestRepositoryName>sample string 17</DescribeReTestRepositoryName> <Description>sample string 10</Description> <Difficulty>14</Difficulty> <ExamId>5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828</ExamId> <Id>3c1f619f-4e63-4c6f-aa3d-580f44a9e533</Id> <IsOverwrite>true</IsOverwrite> <Knowledge>sample string 7</Knowledge> <Lables xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:ReTestLables> <d5p1:LableName>sample string 3</d5p1:LableName> <d5p1:LableValue>sample string 4</d5p1:LableValue> <d5p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d5p1:ReTestID> <d5p1:ReTestRepositoryId>2</d5p1:ReTestRepositoryId> </d5p1:ReTestLables> <d5p1:ReTestLables> <d5p1:LableName>sample string 3</d5p1:LableName> <d5p1:LableValue>sample string 4</d5p1:LableValue> <d5p1:ReTestID>58a8073b-55bd-4ec6-b441-6b8f30835144</d5p1:ReTestID> <d5p1:ReTestRepositoryId>2</d5p1:ReTestRepositoryId> </d5p1:ReTestLables> </Lables> <MD5>sample string 18</MD5> <MarkRule>sample string 19</MarkRule> <Options> <ReTestOptionSaveDto> <Id>214a4bf6-91d6-4b39-984d-cff18ac645f1</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f</ReTestID> <resource xmlns:d7p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> </resource> </ReTestOptionSaveDto> <ReTestOptionSaveDto> <Id>214a4bf6-91d6-4b39-984d-cff18ac645f1</Id> <OptionAnalysis>sample string 4</OptionAnalysis> <OptionIndex>3</OptionIndex> <OptionInfo>sample string 2</OptionInfo> <ReTestID>f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f</ReTestID> <resource xmlns:d7p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> <d7p1:Resource> <d7p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:CreatedTime> <d7p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d7p1:Id> <d7p1:IsDeleted>true</d7p1:IsDeleted> <d7p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d7p1:LastUpdatedTime> <d7p1:AppArrangeId>1</d7p1:AppArrangeId> <d7p1:AppArrangePath>sample string 6</d7p1:AppArrangePath> <d7p1:Audit>初始状态</d7p1:Audit> <d7p1:ConvertState>9</d7p1:ConvertState> <d7p1:Copyright>true</d7p1:Copyright> <d7p1:DownAmount>14</d7p1:DownAmount> <d7p1:Grade>18</d7p1:Grade> <d7p1:Intro>sample string 10</d7p1:Intro> <d7p1:IsPreparation>true</d7p1:IsPreparation> <d7p1:Labls>sample string 8</d7p1:Labls> <d7p1:PageTotal>11</d7p1:PageTotal> <d7p1:Prime>2024-09-21T08:55:24.5947531+08:00</d7p1:Prime> <d7p1:ProfessionalCourseId>12</d7p1:ProfessionalCourseId> <d7p1:ProfessionalPath>sample string 13</d7p1:ProfessionalPath> <d7p1:RepositoryId>20</d7p1:RepositoryId> <d7p1:ResourceName>sample string 2</d7p1:ResourceName> <d7p1:ResourceOrigin>sample string 7</d7p1:ResourceOrigin> <d7p1:ResourceTypeCode>sample string 4</d7p1:ResourceTypeCode> <d7p1:Semester>第一学期</d7p1:Semester> <d7p1:Shared>true</d7p1:Shared> <d7p1:Suffix>sample string 3</d7p1:Suffix> <d7p1:TechType>5</d7p1:TechType> <d7p1:Top>2024-09-21T08:55:24.5947531+08:00</d7p1:Top> <d7p1:UserId>1</d7p1:UserId> <d7p1:ViewAmount>15</d7p1:ViewAmount> </d7p1:Resource> </resource> </ReTestOptionSaveDto> </Options> <ProfessionalCourseId>3</ProfessionalCourseId> <ProfessionalPath>sample string 4</ProfessionalPath> <ReTestRepositoryId>5</ReTestRepositoryId> <ReTestRepositoryPath>sample string 6</ReTestRepositoryPath> <Repeated>true</Repeated> <RepeatedId>86969827-118d-4d6d-b593-d1cfacfbce96</RepeatedId> <ResourceId>2bc448ad-5e50-4c34-8200-269bfc4ebe52</ResourceId> <Score>15.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 11</Stem> <TestTypeId>2</TestTypeId> <UserId>9</UserId> <answerResource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </answerResource> <descrptionResource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </descrptionResource> <resource xmlns:d5p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> <d5p1:Resource> <d5p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:CreatedTime> <d5p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d5p1:Id> <d5p1:IsDeleted>true</d5p1:IsDeleted> <d5p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d5p1:LastUpdatedTime> <d5p1:AppArrangeId>1</d5p1:AppArrangeId> <d5p1:AppArrangePath>sample string 6</d5p1:AppArrangePath> <d5p1:Audit>初始状态</d5p1:Audit> <d5p1:ConvertState>9</d5p1:ConvertState> <d5p1:Copyright>true</d5p1:Copyright> <d5p1:DownAmount>14</d5p1:DownAmount> <d5p1:Grade>18</d5p1:Grade> <d5p1:Intro>sample string 10</d5p1:Intro> <d5p1:IsPreparation>true</d5p1:IsPreparation> <d5p1:Labls>sample string 8</d5p1:Labls> <d5p1:PageTotal>11</d5p1:PageTotal> <d5p1:Prime>2024-09-21T08:55:24.5947531+08:00</d5p1:Prime> <d5p1:ProfessionalCourseId>12</d5p1:ProfessionalCourseId> <d5p1:ProfessionalPath>sample string 13</d5p1:ProfessionalPath> <d5p1:RepositoryId>20</d5p1:RepositoryId> <d5p1:ResourceName>sample string 2</d5p1:ResourceName> <d5p1:ResourceOrigin>sample string 7</d5p1:ResourceOrigin> <d5p1:ResourceTypeCode>sample string 4</d5p1:ResourceTypeCode> <d5p1:Semester>第一学期</d5p1:Semester> <d5p1:Shared>true</d5p1:Shared> <d5p1:Suffix>sample string 3</d5p1:Suffix> <d5p1:TechType>5</d5p1:TechType> <d5p1:Top>2024-09-21T08:55:24.5947531+08:00</d5p1:Top> <d5p1:UserId>1</d5p1:UserId> <d5p1:ViewAmount>15</d5p1:ViewAmount> </d5p1:Resource> </resource> </TestSaveDto> </ReTestSet> <Repeated>true</Repeated> <RepeatedId>9896d50d-36a0-4bdf-a4df-66f338eab760</RepeatedId> <Score>15.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 11</Stem> <TestTypeId>7</TestTypeId> <UserId>9</UserId> <answerResource xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> </answerResource> <descrptionResource xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> </descrptionResource> <resource xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> <d3p1:Resource> <d3p1:CreatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:CreatedTime> <d3p1:Id>457ee4bd-d5fc-4ea3-af87-7e4d7322b704</d3p1:Id> <d3p1:IsDeleted>true</d3p1:IsDeleted> <d3p1:LastUpdatedTime>2024-09-21T08:55:24.5947531+08:00</d3p1:LastUpdatedTime> <d3p1:AppArrangeId>1</d3p1:AppArrangeId> <d3p1:AppArrangePath>sample string 6</d3p1:AppArrangePath> <d3p1:Audit>初始状态</d3p1:Audit> <d3p1:ConvertState>9</d3p1:ConvertState> <d3p1:Copyright>true</d3p1:Copyright> <d3p1:DownAmount>14</d3p1:DownAmount> <d3p1:Grade>18</d3p1:Grade> <d3p1:Intro>sample string 10</d3p1:Intro> <d3p1:IsPreparation>true</d3p1:IsPreparation> <d3p1:Labls>sample string 8</d3p1:Labls> <d3p1:PageTotal>11</d3p1:PageTotal> <d3p1:Prime>2024-09-21T08:55:24.5947531+08:00</d3p1:Prime> <d3p1:ProfessionalCourseId>12</d3p1:ProfessionalCourseId> <d3p1:ProfessionalPath>sample string 13</d3p1:ProfessionalPath> <d3p1:RepositoryId>20</d3p1:RepositoryId> <d3p1:ResourceName>sample string 2</d3p1:ResourceName> <d3p1:ResourceOrigin>sample string 7</d3p1:ResourceOrigin> <d3p1:ResourceTypeCode>sample string 4</d3p1:ResourceTypeCode> <d3p1:Semester>第一学期</d3p1:Semester> <d3p1:Shared>true</d3p1:Shared> <d3p1:Suffix>sample string 3</d3p1:Suffix> <d3p1:TechType>5</d3p1:TechType> <d3p1:Top>2024-09-21T08:55:24.5947531+08:00</d3p1:Top> <d3p1:UserId>1</d3p1:UserId> <d3p1:ViewAmount>15</d3p1:ViewAmount> </d3p1:Resource> </resource> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfRecombinationReTestDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":"9d382d42-1217-4a03-bd40-1b39ff983ed3","ProfessionalCourseId":2,"ProfessionalPath":"sample string 3","ReTestRepositoryId":4,"ReTestRepositoryPath":"sample string 5","Knowledge":"sample string 6","TestTypeId":7,"ExamId":"e14e5f2b-0665-4ce8-acb5-a27e5c5f5ba9","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":"64d5fc72-01a7-4f8c-baa1-25073157ca9c","DescribeReTestRepositoryName":"sample string 16","DescribeInfos":"sample string 17","CanUpsetOptions":true,"ReTestSet":[{"Id":"3c1f619f-4e63-4c6f-aa3d-580f44a9e533","TestTypeId":2,"ResourceId":"2bc448ad-5e50-4c34-8200-269bfc4ebe52","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828","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":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"},{"Id":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"}],"DescribeReTestRepositoryId":"7b1125a4-ca21-4743-b320-79a8a651f555","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"86969827-118d-4d6d-b593-d1cfacfbce96"},{"Id":"3c1f619f-4e63-4c6f-aa3d-580f44a9e533","TestTypeId":2,"ResourceId":"2bc448ad-5e50-4c34-8200-269bfc4ebe52","ProfessionalCourseId":3,"ProfessionalPath":"sample string 4","ReTestRepositoryId":5,"ReTestRepositoryPath":"sample string 6","Knowledge":"sample string 7","ExamId":"5bba73c9-cda1-49b0-9b1c-2a6a0f8ff828","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":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"},{"Id":"214a4bf6-91d6-4b39-984d-cff18ac645f1","OptionInfo":"sample string 2","OptionIndex":3,"OptionAnalysis":"sample string 4","ReTestID":"f7926b1e-dfb8-4ef4-b0a0-835ffc134f7f"}],"DescribeReTestRepositoryId":"7b1125a4-ca21-4743-b320-79a8a651f555","DescribeReTestRepositoryName":"sample string 17","CorrectionType":1,"MarkRule":"sample string 19","Lables":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"IsOverwrite":true,"Repeated":true,"RepeatedId":"86969827-118d-4d6d-b593-d1cfacfbce96"}],"Labels":[{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"},{"ReTestID":"58a8073b-55bd-4ec6-b441-6b8f30835144","ReTestRepositoryId":2,"LableName":"sample string 3","LableValue":"sample string 4"}],"CorrectionType":1,"Repeated":true,"RepeatedId":"9896d50d-36a0-4bdf-a4df-66f338eab760","IsOverwrite":true,"AuditUserId":1,"Audited":0}});