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. |
Options |
试题选项 |
Collection of ReTestOptionSaveDto |
None. |
ReTestSet |
小题 |
Collection of TestSaveDto |
None. |
TestRepositoryLogs |
题库试题审核 |
Collection of TestRepositoryLogs |
None. |
Audit |
审核 |
AuditState |
None. |