POST api/selftest/save
保存自测
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": "488ea711-ed87-48cc-8f28-8bd1636925b4", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:09:25.4996056+08:00", "EndTime": "2024-09-25T00:09:25.4996056+08:00", "EffectOfTime": "2024-09-25T00:09:25.4996056+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": "36385193-f730-418b-b133-6b99d6e7b451", "StructureId": 2, "TestPaperId": "92712981-15f1-4af6-bf5c-dcdb7e4e9d9c" }, { "ClassType": 1, "TeachingClassId": "36385193-f730-418b-b133-6b99d6e7b451", "StructureId": 2, "TestPaperId": "92712981-15f1-4af6-bf5c-dcdb7e4e9d9c" } ], "Lcrd": [ { "Id": "2399c215-e906-4647-bbed-1da301802a8c", "Knowledge": "sample string 2", "PId": "5921594b-6397-46ea-b737-119fd3575531", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "2c6f349a-6641-4bac-aca5-ac7db3f0ad5a", "Lcrrtd": [ { "ConstRuleId": "f4f971fe-fcf7-47f2-b534-ff10cd263bf0", "ReTestId": "dd4e5da1-5730-4f6b-a954-8251a9f3a6fc", "Index": 3 }, { "ConstRuleId": "f4f971fe-fcf7-47f2-b534-ff10cd263bf0", "ReTestId": "dd4e5da1-5730-4f6b-a954-8251a9f3a6fc", "Index": 3 } ] }, { "Id": "2399c215-e906-4647-bbed-1da301802a8c", "Knowledge": "sample string 2", "PId": "5921594b-6397-46ea-b737-119fd3575531", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "2c6f349a-6641-4bac-aca5-ac7db3f0ad5a", "Lcrrtd": [ { "ConstRuleId": "f4f971fe-fcf7-47f2-b534-ff10cd263bf0", "ReTestId": "dd4e5da1-5730-4f6b-a954-8251a9f3a6fc", "Index": 3 }, { "ConstRuleId": "f4f971fe-fcf7-47f2-b534-ff10cd263bf0", "ReTestId": "dd4e5da1-5730-4f6b-a954-8251a9f3a6fc", "Index": 3 } ] } ], "Lrrd": [ { "Id": "3b6e7221-76bd-4506-b785-9b3e91e814c4", "Knowledge": "sample string 2", "PId": "1064d015-53bf-4c0b-a203-09c8989f82f4", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "9b9cae9e-43fa-4f86-bd16-756deab3d083", "Sort": 10 }, { "Id": "3b6e7221-76bd-4506-b785-9b3e91e814c4", "Knowledge": "sample string 2", "PId": "1064d015-53bf-4c0b-a203-09c8989f82f4", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "9b9cae9e-43fa-4f86-bd16-756deab3d083", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "5cf401c9-99b1-43e1-b7e7-afa6b88c5373", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "5cf401c9-99b1-43e1-b7e7-afa6b88c5373", "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":"488ea711-ed87-48cc-8f28-8bd1636925b4","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:09:25.4996056+08:00","EndTime":"2024-09-25T00:09:25.4996056+08:00","EffectOfTime":"2024-09-25T00:09:25.4996056+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":"36385193-f730-418b-b133-6b99d6e7b451","StructureId":2,"TestPaperId":"92712981-15f1-4af6-bf5c-dcdb7e4e9d9c"},{"ClassType":1,"TeachingClassId":"36385193-f730-418b-b133-6b99d6e7b451","StructureId":2,"TestPaperId":"92712981-15f1-4af6-bf5c-dcdb7e4e9d9c"}],"Lcrd":[{"Id":"2399c215-e906-4647-bbed-1da301802a8c","Knowledge":"sample string 2","PId":"5921594b-6397-46ea-b737-119fd3575531","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"2c6f349a-6641-4bac-aca5-ac7db3f0ad5a","Lcrrtd":[{"ConstRuleId":"f4f971fe-fcf7-47f2-b534-ff10cd263bf0","ReTestId":"dd4e5da1-5730-4f6b-a954-8251a9f3a6fc","Index":3},{"ConstRuleId":"f4f971fe-fcf7-47f2-b534-ff10cd263bf0","ReTestId":"dd4e5da1-5730-4f6b-a954-8251a9f3a6fc","Index":3}]},{"Id":"2399c215-e906-4647-bbed-1da301802a8c","Knowledge":"sample string 2","PId":"5921594b-6397-46ea-b737-119fd3575531","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"2c6f349a-6641-4bac-aca5-ac7db3f0ad5a","Lcrrtd":[{"ConstRuleId":"f4f971fe-fcf7-47f2-b534-ff10cd263bf0","ReTestId":"dd4e5da1-5730-4f6b-a954-8251a9f3a6fc","Index":3},{"ConstRuleId":"f4f971fe-fcf7-47f2-b534-ff10cd263bf0","ReTestId":"dd4e5da1-5730-4f6b-a954-8251a9f3a6fc","Index":3}]}],"Lrrd":[{"Id":"3b6e7221-76bd-4506-b785-9b3e91e814c4","Knowledge":"sample string 2","PId":"1064d015-53bf-4c0b-a203-09c8989f82f4","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"9b9cae9e-43fa-4f86-bd16-756deab3d083","Sort":10},{"Id":"3b6e7221-76bd-4506-b785-9b3e91e814c4","Knowledge":"sample string 2","PId":"1064d015-53bf-4c0b-a203-09c8989f82f4","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"9b9cae9e-43fa-4f86-bd16-756deab3d083","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"5cf401c9-99b1-43e1-b7e7-afa6b88c5373","StructureId":3},{"UserId":1,"TeachingClassId":"5cf401c9-99b1-43e1-b7e7-afa6b88c5373","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:25.4996056+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:25.4996056+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:09:25.4996056+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>488ea711-ed87-48cc-8f28-8bd1636925b4</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>5cf401c9-99b1-43e1-b7e7-afa6b88c5373</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>5cf401c9-99b1-43e1-b7e7-afa6b88c5373</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>2c6f349a-6641-4bac-aca5-ac7db3f0ad5a</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>2399c215-e906-4647-bbed-1da301802a8c</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>f4f971fe-fcf7-47f2-b534-ff10cd263bf0</ConstRuleId> <Index>3</Index> <ReTestId>dd4e5da1-5730-4f6b-a954-8251a9f3a6fc</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>f4f971fe-fcf7-47f2-b534-ff10cd263bf0</ConstRuleId> <Index>3</Index> <ReTestId>dd4e5da1-5730-4f6b-a954-8251a9f3a6fc</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>5921594b-6397-46ea-b737-119fd3575531</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>2c6f349a-6641-4bac-aca5-ac7db3f0ad5a</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>2399c215-e906-4647-bbed-1da301802a8c</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>f4f971fe-fcf7-47f2-b534-ff10cd263bf0</ConstRuleId> <Index>3</Index> <ReTestId>dd4e5da1-5730-4f6b-a954-8251a9f3a6fc</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>f4f971fe-fcf7-47f2-b534-ff10cd263bf0</ConstRuleId> <Index>3</Index> <ReTestId>dd4e5da1-5730-4f6b-a954-8251a9f3a6fc</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>5921594b-6397-46ea-b737-119fd3575531</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>9b9cae9e-43fa-4f86-bd16-756deab3d083</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>3b6e7221-76bd-4506-b785-9b3e91e814c4</Id> <Knowledge>sample string 2</Knowledge> <PId>1064d015-53bf-4c0b-a203-09c8989f82f4</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>9b9cae9e-43fa-4f86-bd16-756deab3d083</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>3b6e7221-76bd-4506-b785-9b3e91e814c4</Id> <Knowledge>sample string 2</Knowledge> <PId>1064d015-53bf-4c0b-a203-09c8989f82f4</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>36385193-f730-418b-b133-6b99d6e7b451</TeachingClassId> <TestPaperId>92712981-15f1-4af6-bf5c-dcdb7e4e9d9c</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>36385193-f730-418b-b133-6b99d6e7b451</TeachingClassId> <TestPaperId>92712981-15f1-4af6-bf5c-dcdb7e4e9d9c</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
保存自测
JsonRtnDtoOfTestPaperDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | TestPaperDto |
None. |
Response Formats
application/json, text/json
{ "Msg": "sample string 1", "State": 100, "Data": { "ProfessionalCourseId": 1, "ProfessionalCoursePath": "sample string 2", "Id": "1141c449-29af-4f57-8250-95e565191e19", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:09:25.5349534+08:00", "EndTime": "2024-09-25T00:09:25.5349534+08:00", "EffectOfTime": "2024-09-25T00:09:25.5349534+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": "81853b9e-18e5-48c8-b291-81f88730c561", "StructureId": 2, "TestPaperId": "a021550a-4022-4797-987f-128bad6c26eb" }, { "ClassType": 1, "TeachingClassId": "81853b9e-18e5-48c8-b291-81f88730c561", "StructureId": 2, "TestPaperId": "a021550a-4022-4797-987f-128bad6c26eb" } ], "Lcrd": [ { "Id": "9a59b93e-059c-41a0-b306-38c9d3ef69fe", "Knowledge": "sample string 2", "PId": "13d8d95d-969e-4f06-aabb-4923e76b63d0", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "234b1dca-1328-47e8-84ba-ab9628b91e44", "Lcrrtd": [ { "ConstRuleId": "5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f", "ReTestId": "e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605", "Index": 3 }, { "ConstRuleId": "5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f", "ReTestId": "e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605", "Index": 3 } ] }, { "Id": "9a59b93e-059c-41a0-b306-38c9d3ef69fe", "Knowledge": "sample string 2", "PId": "13d8d95d-969e-4f06-aabb-4923e76b63d0", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "234b1dca-1328-47e8-84ba-ab9628b91e44", "Lcrrtd": [ { "ConstRuleId": "5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f", "ReTestId": "e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605", "Index": 3 }, { "ConstRuleId": "5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f", "ReTestId": "e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605", "Index": 3 } ] } ], "Lrrd": [ { "Id": "87e30b78-f6e2-4605-8db0-fce700a7ed4b", "Knowledge": "sample string 2", "PId": "770379f7-93b0-4c77-afeb-c04b847315f2", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "d40cf6dd-ba19-4897-be90-f8749779a094", "Sort": 10 }, { "Id": "87e30b78-f6e2-4605-8db0-fce700a7ed4b", "Knowledge": "sample string 2", "PId": "770379f7-93b0-4c77-afeb-c04b847315f2", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "d40cf6dd-ba19-4897-be90-f8749779a094", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "cc4bb722-4588-426e-98c4-25eeb642e30c", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "cc4bb722-4588-426e-98c4-25eeb642e30c", "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
{"Msg":"sample string 1","State":100,"Data":{"ProfessionalCourseId":1,"ProfessionalCoursePath":"sample string 2","Id":"1141c449-29af-4f57-8250-95e565191e19","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:09:25.5349534+08:00","EndTime":"2024-09-25T00:09:25.5349534+08:00","EffectOfTime":"2024-09-25T00:09:25.5349534+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":"81853b9e-18e5-48c8-b291-81f88730c561","StructureId":2,"TestPaperId":"a021550a-4022-4797-987f-128bad6c26eb"},{"ClassType":1,"TeachingClassId":"81853b9e-18e5-48c8-b291-81f88730c561","StructureId":2,"TestPaperId":"a021550a-4022-4797-987f-128bad6c26eb"}],"Lcrd":[{"Id":"9a59b93e-059c-41a0-b306-38c9d3ef69fe","Knowledge":"sample string 2","PId":"13d8d95d-969e-4f06-aabb-4923e76b63d0","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"234b1dca-1328-47e8-84ba-ab9628b91e44","Lcrrtd":[{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3},{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3}]},{"Id":"9a59b93e-059c-41a0-b306-38c9d3ef69fe","Knowledge":"sample string 2","PId":"13d8d95d-969e-4f06-aabb-4923e76b63d0","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"234b1dca-1328-47e8-84ba-ab9628b91e44","Lcrrtd":[{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3},{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3}]}],"Lrrd":[{"Id":"87e30b78-f6e2-4605-8db0-fce700a7ed4b","Knowledge":"sample string 2","PId":"770379f7-93b0-4c77-afeb-c04b847315f2","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"d40cf6dd-ba19-4897-be90-f8749779a094","Sort":10},{"Id":"87e30b78-f6e2-4605-8db0-fce700a7ed4b","Knowledge":"sample string 2","PId":"770379f7-93b0-4c77-afeb-c04b847315f2","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"d40cf6dd-ba19-4897-be90-f8749779a094","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"cc4bb722-4588-426e-98c4-25eeb642e30c","StructureId":3},{"UserId":1,"TeachingClassId":"cc4bb722-4588-426e-98c4-25eeb642e30c","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
<JsonRtnDtoOfTestPaperDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <AcademicYear>sample string 36</AcademicYear> <AllowedLatenessTimeLenth>34</AllowedLatenessTimeLenth> <AutoMarkRule>sample string 19</AutoMarkRule> <BeginTime>2024-09-25T00:09:25.5349534+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:25.5349534+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:09:25.5349534+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>1141c449-29af-4f57-8250-95e565191e19</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>cc4bb722-4588-426e-98c4-25eeb642e30c</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>cc4bb722-4588-426e-98c4-25eeb642e30c</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>234b1dca-1328-47e8-84ba-ab9628b91e44</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>9a59b93e-059c-41a0-b306-38c9d3ef69fe</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f</ConstRuleId> <Index>3</Index> <ReTestId>e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f</ConstRuleId> <Index>3</Index> <ReTestId>e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>13d8d95d-969e-4f06-aabb-4923e76b63d0</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>234b1dca-1328-47e8-84ba-ab9628b91e44</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>9a59b93e-059c-41a0-b306-38c9d3ef69fe</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f</ConstRuleId> <Index>3</Index> <ReTestId>e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f</ConstRuleId> <Index>3</Index> <ReTestId>e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>13d8d95d-969e-4f06-aabb-4923e76b63d0</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>d40cf6dd-ba19-4897-be90-f8749779a094</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>87e30b78-f6e2-4605-8db0-fce700a7ed4b</Id> <Knowledge>sample string 2</Knowledge> <PId>770379f7-93b0-4c77-afeb-c04b847315f2</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>d40cf6dd-ba19-4897-be90-f8749779a094</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>87e30b78-f6e2-4605-8db0-fce700a7ed4b</Id> <Knowledge>sample string 2</Knowledge> <PId>770379f7-93b0-4c77-afeb-c04b847315f2</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>81853b9e-18e5-48c8-b291-81f88730c561</TeachingClassId> <TestPaperId>a021550a-4022-4797-987f-128bad6c26eb</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>81853b9e-18e5-48c8-b291-81f88730c561</TeachingClassId> <TestPaperId>a021550a-4022-4797-987f-128bad6c26eb</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> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfTestPaperDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"ProfessionalCourseId":1,"ProfessionalCoursePath":"sample string 2","Id":"1141c449-29af-4f57-8250-95e565191e19","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:09:25.5349534+08:00","EndTime":"2024-09-25T00:09:25.5349534+08:00","EffectOfTime":"2024-09-25T00:09:25.5349534+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":"81853b9e-18e5-48c8-b291-81f88730c561","StructureId":2,"TestPaperId":"a021550a-4022-4797-987f-128bad6c26eb"},{"ClassType":1,"TeachingClassId":"81853b9e-18e5-48c8-b291-81f88730c561","StructureId":2,"TestPaperId":"a021550a-4022-4797-987f-128bad6c26eb"}],"Lcrd":[{"Id":"9a59b93e-059c-41a0-b306-38c9d3ef69fe","Knowledge":"sample string 2","PId":"13d8d95d-969e-4f06-aabb-4923e76b63d0","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"234b1dca-1328-47e8-84ba-ab9628b91e44","Lcrrtd":[{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3},{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3}]},{"Id":"9a59b93e-059c-41a0-b306-38c9d3ef69fe","Knowledge":"sample string 2","PId":"13d8d95d-969e-4f06-aabb-4923e76b63d0","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"234b1dca-1328-47e8-84ba-ab9628b91e44","Lcrrtd":[{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3},{"ConstRuleId":"5ffa6413-9f5f-42c6-a31b-d1b177c1ce2f","ReTestId":"e80a73a7-1e0e-4a35-a9e2-7c1cfbe12605","Index":3}]}],"Lrrd":[{"Id":"87e30b78-f6e2-4605-8db0-fce700a7ed4b","Knowledge":"sample string 2","PId":"770379f7-93b0-4c77-afeb-c04b847315f2","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"d40cf6dd-ba19-4897-be90-f8749779a094","Sort":10},{"Id":"87e30b78-f6e2-4605-8db0-fce700a7ed4b","Knowledge":"sample string 2","PId":"770379f7-93b0-4c77-afeb-c04b847315f2","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"d40cf6dd-ba19-4897-be90-f8749779a094","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"cc4bb722-4588-426e-98c4-25eeb642e30c","StructureId":3},{"UserId":1,"TeachingClassId":"cc4bb722-4588-426e-98c4-25eeb642e30c","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}});