POST api/homework/loadpreviewwork
加载预览作业
Request Information
URI Parameters
None.
Body Parameters
TestPaperDtoName | Description | Type | Additional information |
---|---|---|---|
ProfessionalCourseId |
课程编号 |
integer |
None. |
ProfessionalCoursePath |
课程Path |
string |
None. |
Id |
试卷编号 |
globally unique identifier |
None. |
PaperTypeId |
试卷类型编号 |
integer |
None. |
PaperName |
试卷名称 |
string |
None. |
RuleWay |
出题方式 |
RuleWay |
None. |
BeginTime |
开始时间 |
date |
None. |
EndTime |
结束时间 |
date |
None. |
EffectOfTime |
试卷生效时间 |
date |
None. |
TotalScore |
总分 |
integer |
None. |
PassScore |
及格总分 |
integer |
None. |
TimeLength |
考试时长(分钟) |
integer |
None. |
MaxAnswerTimes |
参考次数 |
integer |
None. |
UpsetOrder |
选项乱序 |
boolean |
None. |
DisplyMode |
展示模式 |
DisplyMode |
None. |
StudentCanSeeAnswer |
允许用户查看答案 |
boolean |
None. |
StudentCanSeeScores |
允许用户查看评分结果 |
boolean |
None. |
StudentCanSeeRanking |
允许用户查看成绩排名 |
boolean |
None. |
SaveWay |
答卷保存方式 |
SaveWay |
None. |
TimeInterval |
自动保存间隔时间(分钟)当答卷方式为系统自动保存时该选项应大于0 |
integer |
None. |
SubmitWay |
提交选项 |
SubmitWay |
None. |
EnableRuleMark |
启用规则评价 |
boolean |
None. |
AutoMarkRule |
手动评分相识的范围得分率规则 |
string |
None. |
IsFinished |
组卷是否完成 |
boolean |
None. |
IsShowRuleInfo |
是否展示ShowRuleInfo |
boolean |
None. |
Ltcd |
参加考试的班级 |
Collection of TestClassDto |
None. |
Lcrd |
固定选题规则 |
Collection of ConstRuleDto |
None. |
Lrrd |
随机选题规则 |
Collection of RandomRuleDto |
None. |
Lcmd |
交叉阅卷试题规则 |
Collection of CrossMarkingDto |
None. |
Classification |
试卷分类 |
PaperClassification |
None. |
PatternType |
试卷应用分类(该分类主要用于统计分析时使用) |
PatternType |
None. |
Ident |
所属系统标识 |
SystemIdent |
None. |
PlayCount |
播放次数 |
integer |
None. |
DelayMark |
延迟评分 |
boolean |
None. |
FillBlankIgnoreCase |
自动评分填写题目忽略大小写 |
boolean |
None. |
CutScreenNum |
切屏次数 |
integer |
None. |
Grade |
年级 |
integer |
None. |
Semester |
学期 |
Semester |
None. |
IsAnswerCard |
是否为答题卡试卷 |
boolean |
None. |
EnableViewTestPaper |
启用查看试卷密码限制 |
boolean |
None. |
ViewTestPaperPwd |
查看试卷的二次密码 |
string |
None. |
ChoiceMarkRule |
多选题评分类型 |
ChoiceMarkRule |
None. |
IsShared |
是否共享 |
boolean |
None. |
CanAdvanceSubmitTime |
可提前交卷时间 |
integer |
None. |
ConstRuleUpset |
固定组卷规则试题打乱 |
boolean |
None. |
IsUseBoard |
是否使用画板 |
boolean |
None. |
TitleSequence |
题序方式 |
TitleSequence |
None. |
IgnoreSequenceOnlyOne |
仅单个小题时,忽略序号 |
boolean |
None. |
LimitLateness |
限制迟到时间 为false 不限止 |
boolean |
None. |
AllowedLatenessTimeLenth |
允许迟到时间 当LimitLateness为true时此处时间表示允许迟到的时长单位分钟 |
integer |
None. |
HasStudentBegin |
是否已有学生参考 |
boolean |
None. |
TaskId |
关联任务编号 |
integer |
None. |
AcademicYear |
学年 |
string |
None. |
PrintWordSize |
打印卷尺寸 |
PrintWordSize |
None. |
PageHeader |
页头 |
string |
None. |
PageFooter |
页脚 |
string |
None. |
IsEnterTestPaper |
是否录题组卷 |
boolean |
None. |
RepeatTimes |
组卷次数 |
integer |
None. |
Fraction |
分数组成分量 |
FractionComponent |
None. |
OpenBookExamination |
是否开卷 |
boolean |
None. |
EnableVideoRecording |
启用录像 |
boolean |
None. |
Request Formats
application/json, text/json
{ "ProfessionalCourseId": 1, "ProfessionalCoursePath": "sample string 2", "Id": "a05b4e38-1e33-4f6c-98ef-63622d0415c9", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:09:13.2355691+08:00", "EndTime": "2024-09-25T00:09:13.2355691+08:00", "EffectOfTime": "2024-09-25T00:09:13.2355691+08:00", "TotalScore": 9, "PassScore": 10, "TimeLength": 11, "MaxAnswerTimes": 12, "UpsetOrder": true, "DisplyMode": 1, "StudentCanSeeAnswer": true, "StudentCanSeeScores": true, "StudentCanSeeRanking": true, "SaveWay": 1, "TimeInterval": 17, "SubmitWay": 1, "EnableRuleMark": true, "AutoMarkRule": "sample string 19", "IsFinished": true, "IsShowRuleInfo": true, "Ltcd": [ { "ClassType": 1, "TeachingClassId": "5e901121-2430-45ed-94eb-e69f83feb6e9", "StructureId": 2, "TestPaperId": "2a23b347-f55b-4ab7-a10f-8df651968077" }, { "ClassType": 1, "TeachingClassId": "5e901121-2430-45ed-94eb-e69f83feb6e9", "StructureId": 2, "TestPaperId": "2a23b347-f55b-4ab7-a10f-8df651968077" } ], "Lcrd": [ { "Id": "8e099da9-6abc-44bf-8555-fbd4f9ada7c6", "Knowledge": "sample string 2", "PId": "ad3bdd19-a824-489e-b1e4-1afe1affd356", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "e3a92d06-72e4-4950-bd10-044ececcf722", "Lcrrtd": [ { "ConstRuleId": "306b53b4-f580-4716-aa37-401181243ee2", "ReTestId": "cb1510a4-9e7f-467f-82eb-db9343c9bbd5", "Index": 3 }, { "ConstRuleId": "306b53b4-f580-4716-aa37-401181243ee2", "ReTestId": "cb1510a4-9e7f-467f-82eb-db9343c9bbd5", "Index": 3 } ] }, { "Id": "8e099da9-6abc-44bf-8555-fbd4f9ada7c6", "Knowledge": "sample string 2", "PId": "ad3bdd19-a824-489e-b1e4-1afe1affd356", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "e3a92d06-72e4-4950-bd10-044ececcf722", "Lcrrtd": [ { "ConstRuleId": "306b53b4-f580-4716-aa37-401181243ee2", "ReTestId": "cb1510a4-9e7f-467f-82eb-db9343c9bbd5", "Index": 3 }, { "ConstRuleId": "306b53b4-f580-4716-aa37-401181243ee2", "ReTestId": "cb1510a4-9e7f-467f-82eb-db9343c9bbd5", "Index": 3 } ] } ], "Lrrd": [ { "Id": "4f97ddf0-38c5-4f20-9e93-4ace67a520e8", "Knowledge": "sample string 2", "PId": "591fec72-697c-4781-a96d-45e8559977d1", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "4349232e-1e63-4fa2-8c70-c8533b52c7bf", "Sort": 10 }, { "Id": "4f97ddf0-38c5-4f20-9e93-4ace67a520e8", "Knowledge": "sample string 2", "PId": "591fec72-697c-4781-a96d-45e8559977d1", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "4349232e-1e63-4fa2-8c70-c8533b52c7bf", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "e9dd17d0-81f8-4307-b690-426483a82341", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "e9dd17d0-81f8-4307-b690-426483a82341", "StructureId": 3 } ], "Classification": 1, "PatternType": 1, "Ident": 1, "PlayCount": 22, "DelayMark": true, "FillBlankIgnoreCase": true, "CutScreenNum": 1, "Grade": 25, "Semester": 1, "IsAnswerCard": true, "EnableViewTestPaper": true, "ViewTestPaperPwd": "sample string 28", "ChoiceMarkRule": { "ChoiceMarkRuleType": 1, "PercentScore": 1.1, "ChoiceMarkRuleInfo": [ { "BeginPercentPoint": 1, "EndPercentPoint": 2, "PercentScore": 3.1 }, { "BeginPercentPoint": 1, "EndPercentPoint": 2, "PercentScore": 3.1 } ] }, "IsShared": true, "CanAdvanceSubmitTime": 1, "ConstRuleUpset": true, "IsUseBoard": true, "TitleSequence": 1, "IgnoreSequenceOnlyOne": true, "LimitLateness": true, "AllowedLatenessTimeLenth": 34, "HasStudentBegin": true, "TaskId": 1, "AcademicYear": "sample string 36", "PrintWordSize": 1, "PageHeader": "sample string 37", "PageFooter": "sample string 38", "IsEnterTestPaper": true, "RepeatTimes": 40, "Fraction": { "FinalExamRate": 1.1, "FinalExam": 2.1, "UsualPerformanceRate": 3.1, "UsualPerformance": 4.1 }, "OpenBookExamination": true, "EnableVideoRecording": true }
text/html
{"ProfessionalCourseId":1,"ProfessionalCoursePath":"sample string 2","Id":"a05b4e38-1e33-4f6c-98ef-63622d0415c9","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:09:13.2355691+08:00","EndTime":"2024-09-25T00:09:13.2355691+08:00","EffectOfTime":"2024-09-25T00:09:13.2355691+08:00","TotalScore":9,"PassScore":10,"TimeLength":11,"MaxAnswerTimes":12,"UpsetOrder":true,"DisplyMode":1,"StudentCanSeeAnswer":true,"StudentCanSeeScores":true,"StudentCanSeeRanking":true,"SaveWay":1,"TimeInterval":17,"SubmitWay":1,"EnableRuleMark":true,"AutoMarkRule":"sample string 19","IsFinished":true,"IsShowRuleInfo":true,"Ltcd":[{"ClassType":1,"TeachingClassId":"5e901121-2430-45ed-94eb-e69f83feb6e9","StructureId":2,"TestPaperId":"2a23b347-f55b-4ab7-a10f-8df651968077"},{"ClassType":1,"TeachingClassId":"5e901121-2430-45ed-94eb-e69f83feb6e9","StructureId":2,"TestPaperId":"2a23b347-f55b-4ab7-a10f-8df651968077"}],"Lcrd":[{"Id":"8e099da9-6abc-44bf-8555-fbd4f9ada7c6","Knowledge":"sample string 2","PId":"ad3bdd19-a824-489e-b1e4-1afe1affd356","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"e3a92d06-72e4-4950-bd10-044ececcf722","Lcrrtd":[{"ConstRuleId":"306b53b4-f580-4716-aa37-401181243ee2","ReTestId":"cb1510a4-9e7f-467f-82eb-db9343c9bbd5","Index":3},{"ConstRuleId":"306b53b4-f580-4716-aa37-401181243ee2","ReTestId":"cb1510a4-9e7f-467f-82eb-db9343c9bbd5","Index":3}]},{"Id":"8e099da9-6abc-44bf-8555-fbd4f9ada7c6","Knowledge":"sample string 2","PId":"ad3bdd19-a824-489e-b1e4-1afe1affd356","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"e3a92d06-72e4-4950-bd10-044ececcf722","Lcrrtd":[{"ConstRuleId":"306b53b4-f580-4716-aa37-401181243ee2","ReTestId":"cb1510a4-9e7f-467f-82eb-db9343c9bbd5","Index":3},{"ConstRuleId":"306b53b4-f580-4716-aa37-401181243ee2","ReTestId":"cb1510a4-9e7f-467f-82eb-db9343c9bbd5","Index":3}]}],"Lrrd":[{"Id":"4f97ddf0-38c5-4f20-9e93-4ace67a520e8","Knowledge":"sample string 2","PId":"591fec72-697c-4781-a96d-45e8559977d1","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"4349232e-1e63-4fa2-8c70-c8533b52c7bf","Sort":10},{"Id":"4f97ddf0-38c5-4f20-9e93-4ace67a520e8","Knowledge":"sample string 2","PId":"591fec72-697c-4781-a96d-45e8559977d1","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"4349232e-1e63-4fa2-8c70-c8533b52c7bf","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"e9dd17d0-81f8-4307-b690-426483a82341","StructureId":3},{"UserId":1,"TeachingClassId":"e9dd17d0-81f8-4307-b690-426483a82341","StructureId":3}],"Classification":1,"PatternType":1,"Ident":1,"PlayCount":22,"DelayMark":true,"FillBlankIgnoreCase":true,"CutScreenNum":1,"Grade":25,"Semester":1,"IsAnswerCard":true,"EnableViewTestPaper":true,"ViewTestPaperPwd":"sample string 28","ChoiceMarkRule":{"ChoiceMarkRuleType":1,"PercentScore":1.1,"ChoiceMarkRuleInfo":[{"BeginPercentPoint":1,"EndPercentPoint":2,"PercentScore":3.1},{"BeginPercentPoint":1,"EndPercentPoint":2,"PercentScore":3.1}]},"IsShared":true,"CanAdvanceSubmitTime":1,"ConstRuleUpset":true,"IsUseBoard":true,"TitleSequence":1,"IgnoreSequenceOnlyOne":true,"LimitLateness":true,"AllowedLatenessTimeLenth":34,"HasStudentBegin":true,"TaskId":1,"AcademicYear":"sample string 36","PrintWordSize":1,"PageHeader":"sample string 37","PageFooter":"sample string 38","IsEnterTestPaper":true,"RepeatTimes":40,"Fraction":{"FinalExamRate":1.1,"FinalExam":2.1,"UsualPerformanceRate":3.1,"UsualPerformance":4.1},"OpenBookExamination":true,"EnableVideoRecording":true}
application/xml, text/xml
<TestPaperDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <AcademicYear>sample string 36</AcademicYear> <AllowedLatenessTimeLenth>34</AllowedLatenessTimeLenth> <AutoMarkRule>sample string 19</AutoMarkRule> <BeginTime>2024-09-25T00:09:13.2355691+08:00</BeginTime> <CanAdvanceSubmitTime>1</CanAdvanceSubmitTime> <ChoiceMarkRule> <ChoiceMarkRuleInfo> <ChoiceMarkRuleInfo> <BeginPercentPoint>1</BeginPercentPoint> <EndPercentPoint>2</EndPercentPoint> <PercentScore>3.1</PercentScore> </ChoiceMarkRuleInfo> <ChoiceMarkRuleInfo> <BeginPercentPoint>1</BeginPercentPoint> <EndPercentPoint>2</EndPercentPoint> <PercentScore>3.1</PercentScore> </ChoiceMarkRuleInfo> </ChoiceMarkRuleInfo> <ChoiceMarkRuleType>全对得分</ChoiceMarkRuleType> <PercentScore>1.1</PercentScore> </ChoiceMarkRule> <Classification>考试</Classification> <ConstRuleUpset>true</ConstRuleUpset> <CutScreenNum>1</CutScreenNum> <DelayMark>true</DelayMark> <DisplyMode>单屏展示</DisplyMode> <EffectOfTime>2024-09-25T00:09:13.2355691+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:09:13.2355691+08:00</EndTime> <FillBlankIgnoreCase>true</FillBlankIgnoreCase> <Fraction> <FinalExam>2.1</FinalExam> <FinalExamRate>1.1</FinalExamRate> <UsualPerformance>4.1</UsualPerformance> <UsualPerformanceRate>3.1</UsualPerformanceRate> </Fraction> <Grade>25</Grade> <HasStudentBegin>true</HasStudentBegin> <Id>a05b4e38-1e33-4f6c-98ef-63622d0415c9</Id> <Ident>考试系统</Ident> <IgnoreSequenceOnlyOne>true</IgnoreSequenceOnlyOne> <IsAnswerCard>true</IsAnswerCard> <IsEnterTestPaper>true</IsEnterTestPaper> <IsFinished>true</IsFinished> <IsShared>true</IsShared> <IsShowRuleInfo>true</IsShowRuleInfo> <IsUseBoard>true</IsUseBoard> <Lcmd> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>e9dd17d0-81f8-4307-b690-426483a82341</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>e9dd17d0-81f8-4307-b690-426483a82341</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>e3a92d06-72e4-4950-bd10-044ececcf722</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>8e099da9-6abc-44bf-8555-fbd4f9ada7c6</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>306b53b4-f580-4716-aa37-401181243ee2</ConstRuleId> <Index>3</Index> <ReTestId>cb1510a4-9e7f-467f-82eb-db9343c9bbd5</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>306b53b4-f580-4716-aa37-401181243ee2</ConstRuleId> <Index>3</Index> <ReTestId>cb1510a4-9e7f-467f-82eb-db9343c9bbd5</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>ad3bdd19-a824-489e-b1e4-1afe1affd356</PId> <ReTestRepositoryId>8</ReTestRepositoryId> <RuleInfo>sample string 3</RuleInfo> <RuleType>组合规则</RuleType> <Score>sample string 7</Score> <Taget>4</Taget> <TestTypeId>5</TestTypeId> </ConstRuleDto> <ConstRuleDto> <DescribeReTestRepositoryId>e3a92d06-72e4-4950-bd10-044ececcf722</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>8e099da9-6abc-44bf-8555-fbd4f9ada7c6</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>306b53b4-f580-4716-aa37-401181243ee2</ConstRuleId> <Index>3</Index> <ReTestId>cb1510a4-9e7f-467f-82eb-db9343c9bbd5</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>306b53b4-f580-4716-aa37-401181243ee2</ConstRuleId> <Index>3</Index> <ReTestId>cb1510a4-9e7f-467f-82eb-db9343c9bbd5</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>ad3bdd19-a824-489e-b1e4-1afe1affd356</PId> <ReTestRepositoryId>8</ReTestRepositoryId> <RuleInfo>sample string 3</RuleInfo> <RuleType>组合规则</RuleType> <Score>sample string 7</Score> <Taget>4</Taget> <TestTypeId>5</TestTypeId> </ConstRuleDto> </Lcrd> <LimitLateness>true</LimitLateness> <Lrrd> <RandomRuleDto> <DescribeReTestRepositoryId>4349232e-1e63-4fa2-8c70-c8533b52c7bf</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>4f97ddf0-38c5-4f20-9e93-4ace67a520e8</Id> <Knowledge>sample string 2</Knowledge> <PId>591fec72-697c-4781-a96d-45e8559977d1</PId> <ReTestNum>7</ReTestNum> <ReTestRepositoryId>9</ReTestRepositoryId> <RuleInfo>sample string 3</RuleInfo> <RuleType>组合规则</RuleType> <Score>sample string 8</Score> <Sort>10</Sort> <Taget>4</Taget> <TestTypeId>5</TestTypeId> </RandomRuleDto> <RandomRuleDto> <DescribeReTestRepositoryId>4349232e-1e63-4fa2-8c70-c8533b52c7bf</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>4f97ddf0-38c5-4f20-9e93-4ace67a520e8</Id> <Knowledge>sample string 2</Knowledge> <PId>591fec72-697c-4781-a96d-45e8559977d1</PId> <ReTestNum>7</ReTestNum> <ReTestRepositoryId>9</ReTestRepositoryId> <RuleInfo>sample string 3</RuleInfo> <RuleType>组合规则</RuleType> <Score>sample string 8</Score> <Sort>10</Sort> <Taget>4</Taget> <TestTypeId>5</TestTypeId> </RandomRuleDto> </Lrrd> <Ltcd> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>5e901121-2430-45ed-94eb-e69f83feb6e9</TeachingClassId> <TestPaperId>2a23b347-f55b-4ab7-a10f-8df651968077</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>5e901121-2430-45ed-94eb-e69f83feb6e9</TeachingClassId> <TestPaperId>2a23b347-f55b-4ab7-a10f-8df651968077</TestPaperId> </TestClassDto> </Ltcd> <MaxAnswerTimes>12</MaxAnswerTimes> <OpenBookExamination>true</OpenBookExamination> <PageFooter>sample string 38</PageFooter> <PageHeader>sample string 37</PageHeader> <PaperName>sample string 5</PaperName> <PaperTypeId>4</PaperTypeId> <PassScore>10</PassScore> <PatternType>正规考试</PatternType> <PlayCount>22</PlayCount> <PrintWordSize>A3</PrintWordSize> <ProfessionalCourseId>1</ProfessionalCourseId> <ProfessionalCoursePath>sample string 2</ProfessionalCoursePath> <RepeatTimes>40</RepeatTimes> <RuleWay>随机出题</RuleWay> <SaveWay>答题完成一次性保存</SaveWay> <Semester>第一学期</Semester> <StudentCanSeeAnswer>true</StudentCanSeeAnswer> <StudentCanSeeRanking>true</StudentCanSeeRanking> <StudentCanSeeScores>true</StudentCanSeeScores> <SubmitWay>保存答题细目与答题成绩</SubmitWay> <TaskId>1</TaskId> <TimeInterval>17</TimeInterval> <TimeLength>11</TimeLength> <TitleSequence>小题统一排序</TitleSequence> <TotalScore>9</TotalScore> <UpsetOrder>true</UpsetOrder> <ViewTestPaperPwd>sample string 28</ViewTestPaperPwd> </TestPaperDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
加载预览作业
JsonRtnDtoOfCompleteTestPaperDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | CompleteTestPaperDto |
None. |
Response Formats
application/json, text/json
{ "Msg": "sample string 1", "State": 100, "Data": { "PaperName": "sample string 1", "RuleWay": 1, "BeginTime": "2024-09-25T00:09:13.2355691+08:00", "EndTime": "2024-09-25T00:09:13.2355691+08:00", "TotalScore": 4, "PassScore": 5, "TimeLength": 6, "MaxAnswerTimes": 7, "UpsetOrder": true, "IsShowRuleInfo": true, "DisplyMode": 1, "SaveWay": 1, "TimeInterval": 10, "SubmitWay": 1, "CombRuleSets": [ { "RuleId": "eff149f5-9238-4285-ae40-12de5c2b5754", "SetsTitle": "sample string 2", "RuleReTestSets": [ { "RuleId": "c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17", "SetsTitle": "sample string 2", "Knowledge": "sample string 3", "Score": "sample string 4", "ReTestSets": [ { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} }, { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} } ], "FileRes": [ "sample string 1", "sample string 2" ] }, { "RuleId": "c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17", "SetsTitle": "sample string 2", "Knowledge": "sample string 3", "Score": "sample string 4", "ReTestSets": [ { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} }, { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} } ], "FileRes": [ "sample string 1", "sample string 2" ] } ] }, { "RuleId": "eff149f5-9238-4285-ae40-12de5c2b5754", "SetsTitle": "sample string 2", "RuleReTestSets": [ { "RuleId": "c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17", "SetsTitle": "sample string 2", "Knowledge": "sample string 3", "Score": "sample string 4", "ReTestSets": [ { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} }, { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} } ], "FileRes": [ "sample string 1", "sample string 2" ] }, { "RuleId": "c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17", "SetsTitle": "sample string 2", "Knowledge": "sample string 3", "Score": "sample string 4", "ReTestSets": [ { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} }, { "Id": "a4f7180e-868f-46a4-86e5-2e4fee1a1852", "RelyOn": "38811549-e34a-419d-8136-e1d0ac0ef83e", "ResourceId": "d988f458-a654-4b3c-9770-8bef9d8c38f1", "Type": { "Id": 1, "Belongs": 1, "TypeName": "sample string 2", "IsSubjective": true, "TemplateLink": "sample string 4" }, "UserId": 2, "Stem": "sample string 3", "Description": "sample string 4", "ActionableAnswer": "", "Difficulty": 8, "Score": 9.1, "Knowledge": "sample string 10", "CanUpsetOptions": true, "Options": [ { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" }, { "OptionInfo": "sample string 1", "OptionIndex": 2, "ReTestID": "8360144b-4e6d-4d1e-9679-e445a9dcdfcf", "OptionAnalysis": "sample string 4", "Id": "28773678-e59e-44dc-a68b-e8821ae9d1a2", "CreatedTime": "2024-09-25T00:09:13.2355691+08:00", "IsDeleted": true, "LastUpdatedTime": "2024-09-25T00:09:13.2355691+08:00" } ], "SourcePalyNumber": 1, "Children": {} } ], "FileRes": [ "sample string 1", "sample string 2" ] } ] } ], "NowTime": "2024-09-25T00:09:13.2355691+08:00", "FrequencySecond": 12, "PalyCount": 13, "CutScreenNum": 1, "CanAdvanceSubmitTime": 1, "IsUseBoard": true, "TitleSequence": 1, "IgnoreSequenceOnlyOne": true, "ClientConfig": "sample string 16", "EnableVideoRecording": true } }
text/html
{"Msg":"sample string 1","State":100,"Data":{"PaperName":"sample string 1","RuleWay":1,"BeginTime":"2024-09-25T00:09:13.2355691+08:00","EndTime":"2024-09-25T00:09:13.2355691+08:00","TotalScore":4,"PassScore":5,"TimeLength":6,"MaxAnswerTimes":7,"UpsetOrder":true,"IsShowRuleInfo":true,"DisplyMode":1,"SaveWay":1,"TimeInterval":10,"SubmitWay":1,"CombRuleSets":[{"RuleId":"eff149f5-9238-4285-ae40-12de5c2b5754","SetsTitle":"sample string 2","RuleReTestSets":[{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]},{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]}]},{"RuleId":"eff149f5-9238-4285-ae40-12de5c2b5754","SetsTitle":"sample string 2","RuleReTestSets":[{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]},{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]}]}],"NowTime":"2024-09-25T00:09:13.2355691+08:00","FrequencySecond":12,"PalyCount":13,"CutScreenNum":1,"CanAdvanceSubmitTime":1,"IsUseBoard":true,"TitleSequence":1,"IgnoreSequenceOnlyOne":true,"ClientConfig":"sample string 16","EnableVideoRecording":true}}
application/xml, text/xml
<JsonRtnDtoOfCompleteTestPaperDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <BeginTime>2024-09-25T00:09:13.2355691+08:00</BeginTime> <CanAdvanceSubmitTime>1</CanAdvanceSubmitTime> <ClientConfig>sample string 16</ClientConfig> <CombRuleSets> <CombRuleSets> <RuleId>eff149f5-9238-4285-ae40-12de5c2b5754</RuleId> <RuleReTestSets> <RuleReTestSets> <FileRes xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:string>sample string 1</d7p1:string> <d7p1:string>sample string 2</d7p1:string> </FileRes> <Knowledge>sample string 3</Knowledge> <ReTestSets> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> </ReTestSets> <RuleId>c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17</RuleId> <Score>sample string 4</Score> <SetsTitle>sample string 2</SetsTitle> </RuleReTestSets> <RuleReTestSets> <FileRes xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:string>sample string 1</d7p1:string> <d7p1:string>sample string 2</d7p1:string> </FileRes> <Knowledge>sample string 3</Knowledge> <ReTestSets> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> </ReTestSets> <RuleId>c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17</RuleId> <Score>sample string 4</Score> <SetsTitle>sample string 2</SetsTitle> </RuleReTestSets> </RuleReTestSets> <SetsTitle>sample string 2</SetsTitle> </CombRuleSets> <CombRuleSets> <RuleId>eff149f5-9238-4285-ae40-12de5c2b5754</RuleId> <RuleReTestSets> <RuleReTestSets> <FileRes xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:string>sample string 1</d7p1:string> <d7p1:string>sample string 2</d7p1:string> </FileRes> <Knowledge>sample string 3</Knowledge> <ReTestSets> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> </ReTestSets> <RuleId>c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17</RuleId> <Score>sample string 4</Score> <SetsTitle>sample string 2</SetsTitle> </RuleReTestSets> <RuleReTestSets> <FileRes xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:string>sample string 1</d7p1:string> <d7p1:string>sample string 2</d7p1:string> </FileRes> <Knowledge>sample string 3</Knowledge> <ReTestSets> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> <PaperReTestDto> <ActionableAnswer></ActionableAnswer> <CanUpsetOptions>true</CanUpsetOptions> <Children /> <CorrectAnswer>sample string 6</CorrectAnswer> <Description>sample string 4</Description> <Difficulty>8</Difficulty> <Id>a4f7180e-868f-46a4-86e5-2e4fee1a1852</Id> <Knowledge>sample string 10</Knowledge> <MarkRule>sample string 7</MarkRule> <Options xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> <d9p1:ReTestOptions> <d9p1:CreatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:CreatedTime> <d9p1:Id>28773678-e59e-44dc-a68b-e8821ae9d1a2</d9p1:Id> <d9p1:IsDeleted>true</d9p1:IsDeleted> <d9p1:LastUpdatedTime>2024-09-25T00:09:13.2355691+08:00</d9p1:LastUpdatedTime> <d9p1:OptionAnalysis>sample string 4</d9p1:OptionAnalysis> <d9p1:OptionIndex>2</d9p1:OptionIndex> <d9p1:OptionInfo>sample string 1</d9p1:OptionInfo> <d9p1:ReTestID>8360144b-4e6d-4d1e-9679-e445a9dcdfcf</d9p1:ReTestID> </d9p1:ReTestOptions> </Options> <RelyOn>38811549-e34a-419d-8136-e1d0ac0ef83e</RelyOn> <ResourceId>d988f458-a654-4b3c-9770-8bef9d8c38f1</ResourceId> <Score>9.1</Score> <SourcePalyNumber>1</SourcePalyNumber> <Stem>sample string 3</Stem> <Type xmlns:d9p1="http://schemas.datacontract.org/2004/07/BJ.Data"> <d9p1:Belongs>基础题型</d9p1:Belongs> <d9p1:Id>1</d9p1:Id> <d9p1:IsSubjective>true</d9p1:IsSubjective> <d9p1:TemplateLink>sample string 4</d9p1:TemplateLink> <d9p1:TypeName>sample string 2</d9p1:TypeName> </Type> <UserId>2</UserId> </PaperReTestDto> </ReTestSets> <RuleId>c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17</RuleId> <Score>sample string 4</Score> <SetsTitle>sample string 2</SetsTitle> </RuleReTestSets> </RuleReTestSets> <SetsTitle>sample string 2</SetsTitle> </CombRuleSets> </CombRuleSets> <CutScreenNum>1</CutScreenNum> <DisplyMode>单屏展示</DisplyMode> <EnableVideoRecording>true</EnableVideoRecording> <EndTime>2024-09-25T00:09:13.2355691+08:00</EndTime> <FrequencySecond>12</FrequencySecond> <IgnoreSequenceOnlyOne>true</IgnoreSequenceOnlyOne> <IsShowRuleInfo>true</IsShowRuleInfo> <IsUseBoard>true</IsUseBoard> <MaxAnswerTimes>7</MaxAnswerTimes> <NowTime>2024-09-25T00:09:13.2355691+08:00</NowTime> <PalyCount>13</PalyCount> <PaperName>sample string 1</PaperName> <PassScore>5</PassScore> <RuleWay>随机出题</RuleWay> <SaveWay>答题完成一次性保存</SaveWay> <SubmitWay>保存答题细目与答题成绩</SubmitWay> <TimeInterval>10</TimeInterval> <TimeLength>6</TimeLength> <TitleSequence>小题统一排序</TitleSequence> <TotalScore>4</TotalScore> <UpsetOrder>true</UpsetOrder> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfCompleteTestPaperDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"PaperName":"sample string 1","RuleWay":1,"BeginTime":"2024-09-25T00:09:13.2355691+08:00","EndTime":"2024-09-25T00:09:13.2355691+08:00","TotalScore":4,"PassScore":5,"TimeLength":6,"MaxAnswerTimes":7,"UpsetOrder":true,"IsShowRuleInfo":true,"DisplyMode":1,"SaveWay":1,"TimeInterval":10,"SubmitWay":1,"CombRuleSets":[{"RuleId":"eff149f5-9238-4285-ae40-12de5c2b5754","SetsTitle":"sample string 2","RuleReTestSets":[{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]},{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]}]},{"RuleId":"eff149f5-9238-4285-ae40-12de5c2b5754","SetsTitle":"sample string 2","RuleReTestSets":[{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]},{"RuleId":"c963e5c0-5f8e-41cd-9c4c-2c99e2d97f17","SetsTitle":"sample string 2","Knowledge":"sample string 3","Score":"sample string 4","ReTestSets":[{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}},{"Id":"a4f7180e-868f-46a4-86e5-2e4fee1a1852","RelyOn":"38811549-e34a-419d-8136-e1d0ac0ef83e","ResourceId":"d988f458-a654-4b3c-9770-8bef9d8c38f1","Type":{"Id":1,"Belongs":1,"TypeName":"sample string 2","IsSubjective":true,"TemplateLink":"sample string 4"},"UserId":2,"Stem":"sample string 3","Description":"sample string 4","ActionableAnswer":"","Difficulty":8,"Score":9.1,"Knowledge":"sample string 10","CanUpsetOptions":true,"Options":[{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"},{"OptionInfo":"sample string 1","OptionIndex":2,"ReTestID":"8360144b-4e6d-4d1e-9679-e445a9dcdfcf","OptionAnalysis":"sample string 4","Id":"28773678-e59e-44dc-a68b-e8821ae9d1a2","CreatedTime":"2024-09-25T00:09:13.2355691+08:00","IsDeleted":true,"LastUpdatedTime":"2024-09-25T00:09:13.2355691+08:00"}],"SourcePalyNumber":1,"Children":{}}],"FileRes":["sample string 1","sample string 2"]}]}],"NowTime":"2024-09-25T00:09:13.2355691+08:00","FrequencySecond":12,"PalyCount":13,"CutScreenNum":1,"CanAdvanceSubmitTime":1,"IsUseBoard":true,"TitleSequence":1,"IgnoreSequenceOnlyOne":true,"ClientConfig":"sample string 16","EnableVideoRecording":true}});