QuestionSerializer.md 557 B

QuestionSerializer

题目的基本信息

Attributes

  • id: number - 题目ID
  • assignmentType : String - 题目所属作业类型 | {1-10}
  • type: String - 题目类型 | {1-10}
  • name: String - 题目名称 | {2-100}
  • description: String - 题目描述
  • creator: number - 创建者ID
  • expectTime: number - 预计完成时间 [0-9]{1-3}
  • difficulty: number - 题目难度 [0-9]
  • file: FileSerializer - 文件信息