com.qst.courseapi.ApiResult<com.qst.courseapi.model.QuestionAssignment>
{
"code": "200",
"message": "success",
"data": {
"studentId": "string",
"studentAnswer": "string",
"createTime": "string",
"isAssigned": true,
"studentScore": 0,
"assignedTime": "string",
"assigner": "string",
"id": "string",
"title": "string",
"awnser": "string",
"type": "SingleChoice",
"score": 0,
"creator": "string"
}
}