|
@@ -18,7 +18,7 @@ public class SurveyTeacherViewResult implements Serializable {
|
|
private List<SurveyTeacherGradeDistributionResult> gradeDistribution;
|
|
private List<SurveyTeacherGradeDistributionResult> gradeDistribution;
|
|
|
|
|
|
@ApiModelProperty(value = "题目信息")
|
|
@ApiModelProperty(value = "题目信息")
|
|
- private QuestionListResult questionList;
|
|
|
|
|
|
+ private QuestionListResult questionInfo;
|
|
|
|
|
|
@ApiModelProperty(value = "分数分布")
|
|
@ApiModelProperty(value = "分数分布")
|
|
private SurveyTeacherExamCourseResult surveyTeacher;
|
|
private SurveyTeacherExamCourseResult surveyTeacher;
|
|
@@ -27,9 +27,9 @@ public class SurveyTeacherViewResult implements Serializable {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- public SurveyTeacherViewResult(List<SurveyTeacherGradeDistributionResult> gradeDistribution, QuestionListResult questionList, SurveyTeacherExamCourseResult surveyTeacher) {
|
|
|
|
|
|
+ public SurveyTeacherViewResult(List<SurveyTeacherGradeDistributionResult> gradeDistribution, QuestionListResult questionInfo, SurveyTeacherExamCourseResult surveyTeacher) {
|
|
this.gradeDistribution = gradeDistribution;
|
|
this.gradeDistribution = gradeDistribution;
|
|
- this.questionList = questionList;
|
|
|
|
|
|
+ this.questionInfo = questionInfo;
|
|
this.surveyTeacher = surveyTeacher;
|
|
this.surveyTeacher = surveyTeacher;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -41,12 +41,12 @@ public class SurveyTeacherViewResult implements Serializable {
|
|
this.gradeDistribution = gradeDistribution;
|
|
this.gradeDistribution = gradeDistribution;
|
|
}
|
|
}
|
|
|
|
|
|
- public QuestionListResult getQuestionList() {
|
|
|
|
- return questionList;
|
|
|
|
|
|
+ public QuestionListResult getQuestionInfo() {
|
|
|
|
+ return questionInfo;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setQuestionList(QuestionListResult questionList) {
|
|
|
|
- this.questionList = questionList;
|
|
|
|
|
|
+ public void setQuestionInfo(QuestionListResult questionInfo) {
|
|
|
|
+ this.questionInfo = questionInfo;
|
|
}
|
|
}
|
|
|
|
|
|
public SurveyTeacherExamCourseResult getSurveyTeacher() {
|
|
public SurveyTeacherExamCourseResult getSurveyTeacher() {
|