POST api/testpaper/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": "903a46ad-49eb-46a6-b452-34c35c5ff375", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:10:01.7812022+08:00", "EndTime": "2024-09-25T00:10:01.7812022+08:00", "EffectOfTime": "2024-09-25T00:10:01.7812022+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": "038de72b-c222-448c-a8de-735454333216", "StructureId": 2, "TestPaperId": "a64405a9-1d3c-49f5-b7dc-0800270b457a" }, { "ClassType": 1, "TeachingClassId": "038de72b-c222-448c-a8de-735454333216", "StructureId": 2, "TestPaperId": "a64405a9-1d3c-49f5-b7dc-0800270b457a" } ], "Lcrd": [ { "Id": "c8c726b0-6233-4111-a6a6-675e824ab417", "Knowledge": "sample string 2", "PId": "55e5c57e-9a94-4d03-be81-3abd1057eaa7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "56a72b60-9b4e-411e-a646-2b5936c5020b", "Lcrrtd": [ { "ConstRuleId": "86fd4a5d-250d-4bb2-8cca-288add064bed", "ReTestId": "76be64e5-656b-4dd7-8ba1-c144943eccba", "Index": 3 }, { "ConstRuleId": "86fd4a5d-250d-4bb2-8cca-288add064bed", "ReTestId": "76be64e5-656b-4dd7-8ba1-c144943eccba", "Index": 3 } ] }, { "Id": "c8c726b0-6233-4111-a6a6-675e824ab417", "Knowledge": "sample string 2", "PId": "55e5c57e-9a94-4d03-be81-3abd1057eaa7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "56a72b60-9b4e-411e-a646-2b5936c5020b", "Lcrrtd": [ { "ConstRuleId": "86fd4a5d-250d-4bb2-8cca-288add064bed", "ReTestId": "76be64e5-656b-4dd7-8ba1-c144943eccba", "Index": 3 }, { "ConstRuleId": "86fd4a5d-250d-4bb2-8cca-288add064bed", "ReTestId": "76be64e5-656b-4dd7-8ba1-c144943eccba", "Index": 3 } ] } ], "Lrrd": [ { "Id": "3c192a04-0a45-4110-b3ba-e4e4c75f0f92", "Knowledge": "sample string 2", "PId": "2d72490f-325d-4b4c-8236-c19b57c34ffd", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "bced8c16-ded2-4fa6-a04b-599fdfa90c38", "Sort": 10 }, { "Id": "3c192a04-0a45-4110-b3ba-e4e4c75f0f92", "Knowledge": "sample string 2", "PId": "2d72490f-325d-4b4c-8236-c19b57c34ffd", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "bced8c16-ded2-4fa6-a04b-599fdfa90c38", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "c9e89e15-04ab-4952-9f9b-be69fbd0ea63", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "c9e89e15-04ab-4952-9f9b-be69fbd0ea63", "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":"903a46ad-49eb-46a6-b452-34c35c5ff375","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:01.7812022+08:00","EndTime":"2024-09-25T00:10:01.7812022+08:00","EffectOfTime":"2024-09-25T00:10:01.7812022+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":"038de72b-c222-448c-a8de-735454333216","StructureId":2,"TestPaperId":"a64405a9-1d3c-49f5-b7dc-0800270b457a"},{"ClassType":1,"TeachingClassId":"038de72b-c222-448c-a8de-735454333216","StructureId":2,"TestPaperId":"a64405a9-1d3c-49f5-b7dc-0800270b457a"}],"Lcrd":[{"Id":"c8c726b0-6233-4111-a6a6-675e824ab417","Knowledge":"sample string 2","PId":"55e5c57e-9a94-4d03-be81-3abd1057eaa7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"56a72b60-9b4e-411e-a646-2b5936c5020b","Lcrrtd":[{"ConstRuleId":"86fd4a5d-250d-4bb2-8cca-288add064bed","ReTestId":"76be64e5-656b-4dd7-8ba1-c144943eccba","Index":3},{"ConstRuleId":"86fd4a5d-250d-4bb2-8cca-288add064bed","ReTestId":"76be64e5-656b-4dd7-8ba1-c144943eccba","Index":3}]},{"Id":"c8c726b0-6233-4111-a6a6-675e824ab417","Knowledge":"sample string 2","PId":"55e5c57e-9a94-4d03-be81-3abd1057eaa7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"56a72b60-9b4e-411e-a646-2b5936c5020b","Lcrrtd":[{"ConstRuleId":"86fd4a5d-250d-4bb2-8cca-288add064bed","ReTestId":"76be64e5-656b-4dd7-8ba1-c144943eccba","Index":3},{"ConstRuleId":"86fd4a5d-250d-4bb2-8cca-288add064bed","ReTestId":"76be64e5-656b-4dd7-8ba1-c144943eccba","Index":3}]}],"Lrrd":[{"Id":"3c192a04-0a45-4110-b3ba-e4e4c75f0f92","Knowledge":"sample string 2","PId":"2d72490f-325d-4b4c-8236-c19b57c34ffd","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"bced8c16-ded2-4fa6-a04b-599fdfa90c38","Sort":10},{"Id":"3c192a04-0a45-4110-b3ba-e4e4c75f0f92","Knowledge":"sample string 2","PId":"2d72490f-325d-4b4c-8236-c19b57c34ffd","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"bced8c16-ded2-4fa6-a04b-599fdfa90c38","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"c9e89e15-04ab-4952-9f9b-be69fbd0ea63","StructureId":3},{"UserId":1,"TeachingClassId":"c9e89e15-04ab-4952-9f9b-be69fbd0ea63","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:10:01.7812022+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:10:01.7812022+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:10:01.7812022+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>903a46ad-49eb-46a6-b452-34c35c5ff375</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>c9e89e15-04ab-4952-9f9b-be69fbd0ea63</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>c9e89e15-04ab-4952-9f9b-be69fbd0ea63</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>56a72b60-9b4e-411e-a646-2b5936c5020b</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>c8c726b0-6233-4111-a6a6-675e824ab417</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>86fd4a5d-250d-4bb2-8cca-288add064bed</ConstRuleId> <Index>3</Index> <ReTestId>76be64e5-656b-4dd7-8ba1-c144943eccba</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>86fd4a5d-250d-4bb2-8cca-288add064bed</ConstRuleId> <Index>3</Index> <ReTestId>76be64e5-656b-4dd7-8ba1-c144943eccba</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>55e5c57e-9a94-4d03-be81-3abd1057eaa7</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>56a72b60-9b4e-411e-a646-2b5936c5020b</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>c8c726b0-6233-4111-a6a6-675e824ab417</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>86fd4a5d-250d-4bb2-8cca-288add064bed</ConstRuleId> <Index>3</Index> <ReTestId>76be64e5-656b-4dd7-8ba1-c144943eccba</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>86fd4a5d-250d-4bb2-8cca-288add064bed</ConstRuleId> <Index>3</Index> <ReTestId>76be64e5-656b-4dd7-8ba1-c144943eccba</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>55e5c57e-9a94-4d03-be81-3abd1057eaa7</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>bced8c16-ded2-4fa6-a04b-599fdfa90c38</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>3c192a04-0a45-4110-b3ba-e4e4c75f0f92</Id> <Knowledge>sample string 2</Knowledge> <PId>2d72490f-325d-4b4c-8236-c19b57c34ffd</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>bced8c16-ded2-4fa6-a04b-599fdfa90c38</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>3c192a04-0a45-4110-b3ba-e4e4c75f0f92</Id> <Knowledge>sample string 2</Knowledge> <PId>2d72490f-325d-4b4c-8236-c19b57c34ffd</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>038de72b-c222-448c-a8de-735454333216</TeachingClassId> <TestPaperId>a64405a9-1d3c-49f5-b7dc-0800270b457a</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>038de72b-c222-448c-a8de-735454333216</TeachingClassId> <TestPaperId>a64405a9-1d3c-49f5-b7dc-0800270b457a</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": "1f667b48-68f3-4862-8ae8-057762f89bc8", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:10:01.7812022+08:00", "EndTime": "2024-09-25T00:10:01.7812022+08:00", "EffectOfTime": "2024-09-25T00:10:01.7812022+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": "e0d9755b-151a-4610-a1b6-74b6d2ee9514", "StructureId": 2, "TestPaperId": "d696db57-9cc1-466f-98a4-1094d3f0a68b" }, { "ClassType": 1, "TeachingClassId": "e0d9755b-151a-4610-a1b6-74b6d2ee9514", "StructureId": 2, "TestPaperId": "d696db57-9cc1-466f-98a4-1094d3f0a68b" } ], "Lcrd": [ { "Id": "ac4e10fd-07df-4704-9cac-5d917bf7f020", "Knowledge": "sample string 2", "PId": "41daf542-32ac-422e-9dcc-8115b45513f7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "a202d9e9-3b62-4600-b6fa-9771996dd93a", "Lcrrtd": [ { "ConstRuleId": "a241a447-2d31-4942-8e94-91700c42d3d2", "ReTestId": "4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31", "Index": 3 }, { "ConstRuleId": "a241a447-2d31-4942-8e94-91700c42d3d2", "ReTestId": "4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31", "Index": 3 } ] }, { "Id": "ac4e10fd-07df-4704-9cac-5d917bf7f020", "Knowledge": "sample string 2", "PId": "41daf542-32ac-422e-9dcc-8115b45513f7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "a202d9e9-3b62-4600-b6fa-9771996dd93a", "Lcrrtd": [ { "ConstRuleId": "a241a447-2d31-4942-8e94-91700c42d3d2", "ReTestId": "4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31", "Index": 3 }, { "ConstRuleId": "a241a447-2d31-4942-8e94-91700c42d3d2", "ReTestId": "4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31", "Index": 3 } ] } ], "Lrrd": [ { "Id": "ada4792e-151a-4e7f-8231-453e2187706f", "Knowledge": "sample string 2", "PId": "76d8d94c-5444-432b-aa39-1c704d8b8d6f", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "137c0c91-4385-4340-ab2e-47725a4a2bda", "Sort": 10 }, { "Id": "ada4792e-151a-4e7f-8231-453e2187706f", "Knowledge": "sample string 2", "PId": "76d8d94c-5444-432b-aa39-1c704d8b8d6f", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "137c0c91-4385-4340-ab2e-47725a4a2bda", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "f7512865-b43d-4656-bf1d-34827f803dd5", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "f7512865-b43d-4656-bf1d-34827f803dd5", "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":"1f667b48-68f3-4862-8ae8-057762f89bc8","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:01.7812022+08:00","EndTime":"2024-09-25T00:10:01.7812022+08:00","EffectOfTime":"2024-09-25T00:10:01.7812022+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":"e0d9755b-151a-4610-a1b6-74b6d2ee9514","StructureId":2,"TestPaperId":"d696db57-9cc1-466f-98a4-1094d3f0a68b"},{"ClassType":1,"TeachingClassId":"e0d9755b-151a-4610-a1b6-74b6d2ee9514","StructureId":2,"TestPaperId":"d696db57-9cc1-466f-98a4-1094d3f0a68b"}],"Lcrd":[{"Id":"ac4e10fd-07df-4704-9cac-5d917bf7f020","Knowledge":"sample string 2","PId":"41daf542-32ac-422e-9dcc-8115b45513f7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"a202d9e9-3b62-4600-b6fa-9771996dd93a","Lcrrtd":[{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3},{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3}]},{"Id":"ac4e10fd-07df-4704-9cac-5d917bf7f020","Knowledge":"sample string 2","PId":"41daf542-32ac-422e-9dcc-8115b45513f7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"a202d9e9-3b62-4600-b6fa-9771996dd93a","Lcrrtd":[{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3},{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3}]}],"Lrrd":[{"Id":"ada4792e-151a-4e7f-8231-453e2187706f","Knowledge":"sample string 2","PId":"76d8d94c-5444-432b-aa39-1c704d8b8d6f","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"137c0c91-4385-4340-ab2e-47725a4a2bda","Sort":10},{"Id":"ada4792e-151a-4e7f-8231-453e2187706f","Knowledge":"sample string 2","PId":"76d8d94c-5444-432b-aa39-1c704d8b8d6f","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"137c0c91-4385-4340-ab2e-47725a4a2bda","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"f7512865-b43d-4656-bf1d-34827f803dd5","StructureId":3},{"UserId":1,"TeachingClassId":"f7512865-b43d-4656-bf1d-34827f803dd5","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:10:01.7812022+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:10:01.7812022+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:10:01.7812022+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>1f667b48-68f3-4862-8ae8-057762f89bc8</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>f7512865-b43d-4656-bf1d-34827f803dd5</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>f7512865-b43d-4656-bf1d-34827f803dd5</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>a202d9e9-3b62-4600-b6fa-9771996dd93a</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>ac4e10fd-07df-4704-9cac-5d917bf7f020</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>a241a447-2d31-4942-8e94-91700c42d3d2</ConstRuleId> <Index>3</Index> <ReTestId>4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>a241a447-2d31-4942-8e94-91700c42d3d2</ConstRuleId> <Index>3</Index> <ReTestId>4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>41daf542-32ac-422e-9dcc-8115b45513f7</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>a202d9e9-3b62-4600-b6fa-9771996dd93a</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>ac4e10fd-07df-4704-9cac-5d917bf7f020</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>a241a447-2d31-4942-8e94-91700c42d3d2</ConstRuleId> <Index>3</Index> <ReTestId>4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>a241a447-2d31-4942-8e94-91700c42d3d2</ConstRuleId> <Index>3</Index> <ReTestId>4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>41daf542-32ac-422e-9dcc-8115b45513f7</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>137c0c91-4385-4340-ab2e-47725a4a2bda</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>ada4792e-151a-4e7f-8231-453e2187706f</Id> <Knowledge>sample string 2</Knowledge> <PId>76d8d94c-5444-432b-aa39-1c704d8b8d6f</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>137c0c91-4385-4340-ab2e-47725a4a2bda</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>ada4792e-151a-4e7f-8231-453e2187706f</Id> <Knowledge>sample string 2</Knowledge> <PId>76d8d94c-5444-432b-aa39-1c704d8b8d6f</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>e0d9755b-151a-4610-a1b6-74b6d2ee9514</TeachingClassId> <TestPaperId>d696db57-9cc1-466f-98a4-1094d3f0a68b</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>e0d9755b-151a-4610-a1b6-74b6d2ee9514</TeachingClassId> <TestPaperId>d696db57-9cc1-466f-98a4-1094d3f0a68b</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":"1f667b48-68f3-4862-8ae8-057762f89bc8","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:01.7812022+08:00","EndTime":"2024-09-25T00:10:01.7812022+08:00","EffectOfTime":"2024-09-25T00:10:01.7812022+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":"e0d9755b-151a-4610-a1b6-74b6d2ee9514","StructureId":2,"TestPaperId":"d696db57-9cc1-466f-98a4-1094d3f0a68b"},{"ClassType":1,"TeachingClassId":"e0d9755b-151a-4610-a1b6-74b6d2ee9514","StructureId":2,"TestPaperId":"d696db57-9cc1-466f-98a4-1094d3f0a68b"}],"Lcrd":[{"Id":"ac4e10fd-07df-4704-9cac-5d917bf7f020","Knowledge":"sample string 2","PId":"41daf542-32ac-422e-9dcc-8115b45513f7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"a202d9e9-3b62-4600-b6fa-9771996dd93a","Lcrrtd":[{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3},{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3}]},{"Id":"ac4e10fd-07df-4704-9cac-5d917bf7f020","Knowledge":"sample string 2","PId":"41daf542-32ac-422e-9dcc-8115b45513f7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"a202d9e9-3b62-4600-b6fa-9771996dd93a","Lcrrtd":[{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3},{"ConstRuleId":"a241a447-2d31-4942-8e94-91700c42d3d2","ReTestId":"4ab3a269-f5ff-4eed-afc1-92eeb1cdbd31","Index":3}]}],"Lrrd":[{"Id":"ada4792e-151a-4e7f-8231-453e2187706f","Knowledge":"sample string 2","PId":"76d8d94c-5444-432b-aa39-1c704d8b8d6f","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"137c0c91-4385-4340-ab2e-47725a4a2bda","Sort":10},{"Id":"ada4792e-151a-4e7f-8231-453e2187706f","Knowledge":"sample string 2","PId":"76d8d94c-5444-432b-aa39-1c704d8b8d6f","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"137c0c91-4385-4340-ab2e-47725a4a2bda","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"f7512865-b43d-4656-bf1d-34827f803dd5","StructureId":3},{"UserId":1,"TeachingClassId":"f7512865-b43d-4656-bf1d-34827f803dd5","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}});