POST api/homework/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": "b8197a1d-ea0a-40a4-8565-e938d80b37da", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:10:04.0780703+08:00", "EndTime": "2024-09-25T00:10:04.0780703+08:00", "EffectOfTime": "2024-09-25T00:10:04.0780703+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": "99a2df54-a566-47ef-9d2a-79cc0f7133a3", "StructureId": 2, "TestPaperId": "0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae" }, { "ClassType": 1, "TeachingClassId": "99a2df54-a566-47ef-9d2a-79cc0f7133a3", "StructureId": 2, "TestPaperId": "0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae" } ], "Lcrd": [ { "Id": "86e17314-3143-49a7-84c8-d634060dea0c", "Knowledge": "sample string 2", "PId": "13e33cff-db21-49ea-aff3-1fcf143c8d65", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "8dd1e09a-36dc-41e8-af85-773e8b55c9fe", "Lcrrtd": [ { "ConstRuleId": "19992f25-9f71-40d0-bbf8-5887612220d6", "ReTestId": "79eba3c6-f50a-40e5-83a2-3f47e683fe8f", "Index": 3 }, { "ConstRuleId": "19992f25-9f71-40d0-bbf8-5887612220d6", "ReTestId": "79eba3c6-f50a-40e5-83a2-3f47e683fe8f", "Index": 3 } ] }, { "Id": "86e17314-3143-49a7-84c8-d634060dea0c", "Knowledge": "sample string 2", "PId": "13e33cff-db21-49ea-aff3-1fcf143c8d65", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "8dd1e09a-36dc-41e8-af85-773e8b55c9fe", "Lcrrtd": [ { "ConstRuleId": "19992f25-9f71-40d0-bbf8-5887612220d6", "ReTestId": "79eba3c6-f50a-40e5-83a2-3f47e683fe8f", "Index": 3 }, { "ConstRuleId": "19992f25-9f71-40d0-bbf8-5887612220d6", "ReTestId": "79eba3c6-f50a-40e5-83a2-3f47e683fe8f", "Index": 3 } ] } ], "Lrrd": [ { "Id": "e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6", "Knowledge": "sample string 2", "PId": "5209376d-448f-4852-befb-33714e192e56", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "ab0a68e5-2cd3-4e70-bc61-6774a5dffc25", "Sort": 10 }, { "Id": "e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6", "Knowledge": "sample string 2", "PId": "5209376d-448f-4852-befb-33714e192e56", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "ab0a68e5-2cd3-4e70-bc61-6774a5dffc25", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "bebf7b0f-4878-4c7c-b7df-2e6e9faba708", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "bebf7b0f-4878-4c7c-b7df-2e6e9faba708", "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":"b8197a1d-ea0a-40a4-8565-e938d80b37da","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:04.0780703+08:00","EndTime":"2024-09-25T00:10:04.0780703+08:00","EffectOfTime":"2024-09-25T00:10:04.0780703+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":"99a2df54-a566-47ef-9d2a-79cc0f7133a3","StructureId":2,"TestPaperId":"0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae"},{"ClassType":1,"TeachingClassId":"99a2df54-a566-47ef-9d2a-79cc0f7133a3","StructureId":2,"TestPaperId":"0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae"}],"Lcrd":[{"Id":"86e17314-3143-49a7-84c8-d634060dea0c","Knowledge":"sample string 2","PId":"13e33cff-db21-49ea-aff3-1fcf143c8d65","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"8dd1e09a-36dc-41e8-af85-773e8b55c9fe","Lcrrtd":[{"ConstRuleId":"19992f25-9f71-40d0-bbf8-5887612220d6","ReTestId":"79eba3c6-f50a-40e5-83a2-3f47e683fe8f","Index":3},{"ConstRuleId":"19992f25-9f71-40d0-bbf8-5887612220d6","ReTestId":"79eba3c6-f50a-40e5-83a2-3f47e683fe8f","Index":3}]},{"Id":"86e17314-3143-49a7-84c8-d634060dea0c","Knowledge":"sample string 2","PId":"13e33cff-db21-49ea-aff3-1fcf143c8d65","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"8dd1e09a-36dc-41e8-af85-773e8b55c9fe","Lcrrtd":[{"ConstRuleId":"19992f25-9f71-40d0-bbf8-5887612220d6","ReTestId":"79eba3c6-f50a-40e5-83a2-3f47e683fe8f","Index":3},{"ConstRuleId":"19992f25-9f71-40d0-bbf8-5887612220d6","ReTestId":"79eba3c6-f50a-40e5-83a2-3f47e683fe8f","Index":3}]}],"Lrrd":[{"Id":"e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6","Knowledge":"sample string 2","PId":"5209376d-448f-4852-befb-33714e192e56","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ab0a68e5-2cd3-4e70-bc61-6774a5dffc25","Sort":10},{"Id":"e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6","Knowledge":"sample string 2","PId":"5209376d-448f-4852-befb-33714e192e56","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ab0a68e5-2cd3-4e70-bc61-6774a5dffc25","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"bebf7b0f-4878-4c7c-b7df-2e6e9faba708","StructureId":3},{"UserId":1,"TeachingClassId":"bebf7b0f-4878-4c7c-b7df-2e6e9faba708","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:04.0780703+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:04.0780703+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:10:04.0780703+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>b8197a1d-ea0a-40a4-8565-e938d80b37da</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>bebf7b0f-4878-4c7c-b7df-2e6e9faba708</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>bebf7b0f-4878-4c7c-b7df-2e6e9faba708</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>8dd1e09a-36dc-41e8-af85-773e8b55c9fe</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>86e17314-3143-49a7-84c8-d634060dea0c</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>19992f25-9f71-40d0-bbf8-5887612220d6</ConstRuleId> <Index>3</Index> <ReTestId>79eba3c6-f50a-40e5-83a2-3f47e683fe8f</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>19992f25-9f71-40d0-bbf8-5887612220d6</ConstRuleId> <Index>3</Index> <ReTestId>79eba3c6-f50a-40e5-83a2-3f47e683fe8f</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>13e33cff-db21-49ea-aff3-1fcf143c8d65</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>8dd1e09a-36dc-41e8-af85-773e8b55c9fe</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>86e17314-3143-49a7-84c8-d634060dea0c</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>19992f25-9f71-40d0-bbf8-5887612220d6</ConstRuleId> <Index>3</Index> <ReTestId>79eba3c6-f50a-40e5-83a2-3f47e683fe8f</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>19992f25-9f71-40d0-bbf8-5887612220d6</ConstRuleId> <Index>3</Index> <ReTestId>79eba3c6-f50a-40e5-83a2-3f47e683fe8f</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>13e33cff-db21-49ea-aff3-1fcf143c8d65</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>ab0a68e5-2cd3-4e70-bc61-6774a5dffc25</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6</Id> <Knowledge>sample string 2</Knowledge> <PId>5209376d-448f-4852-befb-33714e192e56</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>ab0a68e5-2cd3-4e70-bc61-6774a5dffc25</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>e6f208bf-1f8f-4d30-b60b-8d24b0cfd3a6</Id> <Knowledge>sample string 2</Knowledge> <PId>5209376d-448f-4852-befb-33714e192e56</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>99a2df54-a566-47ef-9d2a-79cc0f7133a3</TeachingClassId> <TestPaperId>0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>99a2df54-a566-47ef-9d2a-79cc0f7133a3</TeachingClassId> <TestPaperId>0e7238c5-2fa6-4395-a1ac-80dc38dcc0ae</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": "37e1e0ec-1fdd-4161-912c-646783991bbc", "PaperTypeId": 4, "PaperName": "sample string 5", "RuleWay": 1, "BeginTime": "2024-09-25T00:10:04.0780703+08:00", "EndTime": "2024-09-25T00:10:04.0780703+08:00", "EffectOfTime": "2024-09-25T00:10:04.0780703+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": "d379f1d5-b580-491f-a462-bfc9081bc104", "StructureId": 2, "TestPaperId": "83cb5e9a-374c-4f8c-bead-78695e8c9812" }, { "ClassType": 1, "TeachingClassId": "d379f1d5-b580-491f-a462-bfc9081bc104", "StructureId": 2, "TestPaperId": "83cb5e9a-374c-4f8c-bead-78695e8c9812" } ], "Lcrd": [ { "Id": "9a4a94ec-537e-4354-b235-ac4bc5e4dfb8", "Knowledge": "sample string 2", "PId": "598d9a10-3280-4d6b-b2b1-4e256e851e17", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "64f5ea8e-4431-44a1-810d-321298f44b9c", "Lcrrtd": [ { "ConstRuleId": "9958fd45-07f9-47af-94db-2833cd39d9b1", "ReTestId": "6d67b9d5-671e-4554-830f-091c5f3e4622", "Index": 3 }, { "ConstRuleId": "9958fd45-07f9-47af-94db-2833cd39d9b1", "ReTestId": "6d67b9d5-671e-4554-830f-091c5f3e4622", "Index": 3 } ] }, { "Id": "9a4a94ec-537e-4354-b235-ac4bc5e4dfb8", "Knowledge": "sample string 2", "PId": "598d9a10-3280-4d6b-b2b1-4e256e851e17", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "Score": "sample string 7", "ReTestRepositoryId": 8, "DescribeReTestRepositoryId": "64f5ea8e-4431-44a1-810d-321298f44b9c", "Lcrrtd": [ { "ConstRuleId": "9958fd45-07f9-47af-94db-2833cd39d9b1", "ReTestId": "6d67b9d5-671e-4554-830f-091c5f3e4622", "Index": 3 }, { "ConstRuleId": "9958fd45-07f9-47af-94db-2833cd39d9b1", "ReTestId": "6d67b9d5-671e-4554-830f-091c5f3e4622", "Index": 3 } ] } ], "Lrrd": [ { "Id": "1faeb7c1-3e38-4986-b999-ec247636f5f7", "Knowledge": "sample string 2", "PId": "bb1eadf3-f6aa-48f2-a22c-797d887cbaf7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "ebf62ceb-6218-460d-87db-117288f18819", "Sort": 10 }, { "Id": "1faeb7c1-3e38-4986-b999-ec247636f5f7", "Knowledge": "sample string 2", "PId": "bb1eadf3-f6aa-48f2-a22c-797d887cbaf7", "RuleInfo": "sample string 3", "RuleType": 1, "Taget": 4, "TestTypeId": 5, "Difficulty": 6, "ReTestNum": 7, "Score": "sample string 8", "ReTestRepositoryId": 9, "DescribeReTestRepositoryId": "ebf62ceb-6218-460d-87db-117288f18819", "Sort": 10 } ], "Lcmd": [ { "UserId": 1, "TeachingClassId": "56030ac5-6c07-43e8-a37b-7498586f9059", "StructureId": 3 }, { "UserId": 1, "TeachingClassId": "56030ac5-6c07-43e8-a37b-7498586f9059", "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":"37e1e0ec-1fdd-4161-912c-646783991bbc","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:04.0780703+08:00","EndTime":"2024-09-25T00:10:04.0780703+08:00","EffectOfTime":"2024-09-25T00:10:04.0780703+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":"d379f1d5-b580-491f-a462-bfc9081bc104","StructureId":2,"TestPaperId":"83cb5e9a-374c-4f8c-bead-78695e8c9812"},{"ClassType":1,"TeachingClassId":"d379f1d5-b580-491f-a462-bfc9081bc104","StructureId":2,"TestPaperId":"83cb5e9a-374c-4f8c-bead-78695e8c9812"}],"Lcrd":[{"Id":"9a4a94ec-537e-4354-b235-ac4bc5e4dfb8","Knowledge":"sample string 2","PId":"598d9a10-3280-4d6b-b2b1-4e256e851e17","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"64f5ea8e-4431-44a1-810d-321298f44b9c","Lcrrtd":[{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3},{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3}]},{"Id":"9a4a94ec-537e-4354-b235-ac4bc5e4dfb8","Knowledge":"sample string 2","PId":"598d9a10-3280-4d6b-b2b1-4e256e851e17","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"64f5ea8e-4431-44a1-810d-321298f44b9c","Lcrrtd":[{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3},{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3}]}],"Lrrd":[{"Id":"1faeb7c1-3e38-4986-b999-ec247636f5f7","Knowledge":"sample string 2","PId":"bb1eadf3-f6aa-48f2-a22c-797d887cbaf7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ebf62ceb-6218-460d-87db-117288f18819","Sort":10},{"Id":"1faeb7c1-3e38-4986-b999-ec247636f5f7","Knowledge":"sample string 2","PId":"bb1eadf3-f6aa-48f2-a22c-797d887cbaf7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ebf62ceb-6218-460d-87db-117288f18819","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"56030ac5-6c07-43e8-a37b-7498586f9059","StructureId":3},{"UserId":1,"TeachingClassId":"56030ac5-6c07-43e8-a37b-7498586f9059","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:04.0780703+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:04.0780703+08:00</EffectOfTime> <EnableRuleMark>true</EnableRuleMark> <EnableVideoRecording>true</EnableVideoRecording> <EnableViewTestPaper>true</EnableViewTestPaper> <EndTime>2024-09-25T00:10:04.0780703+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>37e1e0ec-1fdd-4161-912c-646783991bbc</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>56030ac5-6c07-43e8-a37b-7498586f9059</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> <CrossMarkingDto> <StructureId>3</StructureId> <TeachingClassId>56030ac5-6c07-43e8-a37b-7498586f9059</TeachingClassId> <UserId>1</UserId> </CrossMarkingDto> </Lcmd> <Lcrd> <ConstRuleDto> <DescribeReTestRepositoryId>64f5ea8e-4431-44a1-810d-321298f44b9c</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>9a4a94ec-537e-4354-b235-ac4bc5e4dfb8</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>9958fd45-07f9-47af-94db-2833cd39d9b1</ConstRuleId> <Index>3</Index> <ReTestId>6d67b9d5-671e-4554-830f-091c5f3e4622</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>9958fd45-07f9-47af-94db-2833cd39d9b1</ConstRuleId> <Index>3</Index> <ReTestId>6d67b9d5-671e-4554-830f-091c5f3e4622</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>598d9a10-3280-4d6b-b2b1-4e256e851e17</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>64f5ea8e-4431-44a1-810d-321298f44b9c</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>9a4a94ec-537e-4354-b235-ac4bc5e4dfb8</Id> <Knowledge>sample string 2</Knowledge> <Lcrrtd> <ConstRuleReTestDto> <ConstRuleId>9958fd45-07f9-47af-94db-2833cd39d9b1</ConstRuleId> <Index>3</Index> <ReTestId>6d67b9d5-671e-4554-830f-091c5f3e4622</ReTestId> </ConstRuleReTestDto> <ConstRuleReTestDto> <ConstRuleId>9958fd45-07f9-47af-94db-2833cd39d9b1</ConstRuleId> <Index>3</Index> <ReTestId>6d67b9d5-671e-4554-830f-091c5f3e4622</ReTestId> </ConstRuleReTestDto> </Lcrrtd> <PId>598d9a10-3280-4d6b-b2b1-4e256e851e17</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>ebf62ceb-6218-460d-87db-117288f18819</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>1faeb7c1-3e38-4986-b999-ec247636f5f7</Id> <Knowledge>sample string 2</Knowledge> <PId>bb1eadf3-f6aa-48f2-a22c-797d887cbaf7</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>ebf62ceb-6218-460d-87db-117288f18819</DescribeReTestRepositoryId> <Difficulty>6</Difficulty> <Id>1faeb7c1-3e38-4986-b999-ec247636f5f7</Id> <Knowledge>sample string 2</Knowledge> <PId>bb1eadf3-f6aa-48f2-a22c-797d887cbaf7</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>d379f1d5-b580-491f-a462-bfc9081bc104</TeachingClassId> <TestPaperId>83cb5e9a-374c-4f8c-bead-78695e8c9812</TestPaperId> </TestClassDto> <TestClassDto> <ClassType>教学班级</ClassType> <StructureId>2</StructureId> <TeachingClassId>d379f1d5-b580-491f-a462-bfc9081bc104</TeachingClassId> <TestPaperId>83cb5e9a-374c-4f8c-bead-78695e8c9812</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":"37e1e0ec-1fdd-4161-912c-646783991bbc","PaperTypeId":4,"PaperName":"sample string 5","RuleWay":1,"BeginTime":"2024-09-25T00:10:04.0780703+08:00","EndTime":"2024-09-25T00:10:04.0780703+08:00","EffectOfTime":"2024-09-25T00:10:04.0780703+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":"d379f1d5-b580-491f-a462-bfc9081bc104","StructureId":2,"TestPaperId":"83cb5e9a-374c-4f8c-bead-78695e8c9812"},{"ClassType":1,"TeachingClassId":"d379f1d5-b580-491f-a462-bfc9081bc104","StructureId":2,"TestPaperId":"83cb5e9a-374c-4f8c-bead-78695e8c9812"}],"Lcrd":[{"Id":"9a4a94ec-537e-4354-b235-ac4bc5e4dfb8","Knowledge":"sample string 2","PId":"598d9a10-3280-4d6b-b2b1-4e256e851e17","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"64f5ea8e-4431-44a1-810d-321298f44b9c","Lcrrtd":[{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3},{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3}]},{"Id":"9a4a94ec-537e-4354-b235-ac4bc5e4dfb8","Knowledge":"sample string 2","PId":"598d9a10-3280-4d6b-b2b1-4e256e851e17","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"Score":"sample string 7","ReTestRepositoryId":8,"DescribeReTestRepositoryId":"64f5ea8e-4431-44a1-810d-321298f44b9c","Lcrrtd":[{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3},{"ConstRuleId":"9958fd45-07f9-47af-94db-2833cd39d9b1","ReTestId":"6d67b9d5-671e-4554-830f-091c5f3e4622","Index":3}]}],"Lrrd":[{"Id":"1faeb7c1-3e38-4986-b999-ec247636f5f7","Knowledge":"sample string 2","PId":"bb1eadf3-f6aa-48f2-a22c-797d887cbaf7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ebf62ceb-6218-460d-87db-117288f18819","Sort":10},{"Id":"1faeb7c1-3e38-4986-b999-ec247636f5f7","Knowledge":"sample string 2","PId":"bb1eadf3-f6aa-48f2-a22c-797d887cbaf7","RuleInfo":"sample string 3","RuleType":1,"Taget":4,"TestTypeId":5,"Difficulty":6,"ReTestNum":7,"Score":"sample string 8","ReTestRepositoryId":9,"DescribeReTestRepositoryId":"ebf62ceb-6218-460d-87db-117288f18819","Sort":10}],"Lcmd":[{"UserId":1,"TeachingClassId":"56030ac5-6c07-43e8-a37b-7498586f9059","StructureId":3},{"UserId":1,"TeachingClassId":"56030ac5-6c07-43e8-a37b-7498586f9059","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}});