Name | Description | Type | Additional information |
---|---|---|---|
Id |
试题编号 |
globally unique identifier |
None. |
TestTypeId |
题型编号 |
integer |
None. |
ResourceId |
资源编号(操作题会对应一个dll) |
globally unique identifier |
None. |
ProfessionalCourseId |
课程编号 |
integer |
None. |
ProfessionalPath |
课程专业路径 |
string |
None. |
ReTestRepositoryId |
题库编号 |
integer |
None. |
ReTestRepositoryPath |
题库路径(题库路径为题库的Path+它自己的Id+/) |
string |
None. |
Knowledge |
知识点 |
string |
None. |
ExamId |
所属习题编号 |
globally unique identifier |
None. |
UserId |
老师编号(创建人) |
integer |
None. |
Description |
题目说明(题前描述最大长度4000) |
string |
None. |
Stem |
题干 |
string |
None. |
CorrectAnswer |
正确答案 |
string |
None. |
Analysis |
解析(最大长度500) |
string |
None. |
Difficulty |
难度 |
integer |
None. |
Score |
分值 |
decimal number |
None. |
SourcePalyNumber |
音视频类型资源允许的最大播放次数 |
integer |
None. |
CanUpsetOptions |
选择是否允许乱序 |
boolean |
None. |
Options |
试题选项 |
Collection of ReTestOptionSaveDto |
None. |
DescribeReTestRepositoryId |
题库描述编号 |
globally unique identifier |
None. |
DescribeReTestRepositoryName |
题库描述名称 |
string |
None. |
CorrectionType |
是否纠错 |
CorrectionType |
None. |
MarkRule |
判分规则(主观题自动评分规则) |
string |
None. |
Lables |
试题标签 |
Collection of ReTestLables |
None. |
IsOverwrite |
如果试题重复是否覆盖 |
boolean |
None. |
Repeated |
试题是否重复 |
boolean |
None. |
RepeatedId |
重复的试题编号 |
globally unique identifier |
None. |