|
|
|
@ -21,8 +21,8 @@ public class ResourcesQuestionSnapshotQuery extends PageParam {
|
|
|
|
|
private Long resourcesQuestionSnapshotId;
|
|
|
|
|
@Query(name = "开课题目配置ID", display = true,type=Query.TYPE_DICT,dict="teacher_open_course_question_setting.teacher_open_course_question_setting_name.teacher_open_course_question_setting_status=1")
|
|
|
|
|
private Long teacherOpenCourseQuestionSettingId;
|
|
|
|
|
@Query(name = "课程ID", display = false)
|
|
|
|
|
private Long courseInfoId;
|
|
|
|
|
@Query(name = "开课课程ID", display = false)
|
|
|
|
|
private Long teacherOpenCourseMergeCourseInfoId;
|
|
|
|
|
@Query(name = "题型(1单选 2多选 3判断)", display = false)
|
|
|
|
|
private Integer questionType;
|
|
|
|
|
@Query(name = "分值", display = false)
|
|
|
|
@ -52,7 +52,7 @@ public class ResourcesQuestionSnapshotQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
private String resourcesQuestionSnapshotIdPlural;
|
|
|
|
|
private String teacherOpenCourseQuestionSettingIdPlural;
|
|
|
|
|
private String courseInfoIdPlural;
|
|
|
|
|
private String teacherOpenCourseMergeCourseInfoIdPlural;
|
|
|
|
|
private String questionTypePlural;
|
|
|
|
|
private String questionStatusPlural;
|
|
|
|
|
private String userIdPlural;
|
|
|
|
@ -65,108 +65,11 @@ public class ResourcesQuestionSnapshotQuery extends PageParam {
|
|
|
|
|
// 是否乱序
|
|
|
|
|
private boolean rand;
|
|
|
|
|
|
|
|
|
|
public Long getResourcesQuestionSnapshotId(){
|
|
|
|
|
return resourcesQuestionSnapshotId;
|
|
|
|
|
}
|
|
|
|
|
public void setResourcesQuestionSnapshotId(Long resourcesQuestionSnapshotId ){
|
|
|
|
|
this.resourcesQuestionSnapshotId = resourcesQuestionSnapshotId;
|
|
|
|
|
}
|
|
|
|
|
public Long getTeacherOpenCourseQuestionSettingId(){
|
|
|
|
|
return teacherOpenCourseQuestionSettingId;
|
|
|
|
|
}
|
|
|
|
|
public void setTeacherOpenCourseQuestionSettingId(Long teacherOpenCourseQuestionSettingId ){
|
|
|
|
|
this.teacherOpenCourseQuestionSettingId = teacherOpenCourseQuestionSettingId;
|
|
|
|
|
}
|
|
|
|
|
public Long getCourseInfoId(){
|
|
|
|
|
return courseInfoId;
|
|
|
|
|
}
|
|
|
|
|
public void setCourseInfoId(Long courseInfoId ){
|
|
|
|
|
this.courseInfoId = courseInfoId;
|
|
|
|
|
}
|
|
|
|
|
public Integer getQuestionType(){
|
|
|
|
|
return questionType;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionType(Integer questionType ){
|
|
|
|
|
this.questionType = questionType;
|
|
|
|
|
}
|
|
|
|
|
public BigDecimal getQuestionScore(){
|
|
|
|
|
return questionScore;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionScore(BigDecimal questionScore ){
|
|
|
|
|
this.questionScore = questionScore;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionStem(){
|
|
|
|
|
return questionStem;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionStem(String questionStem ){
|
|
|
|
|
this.questionStem = questionStem;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionOptionA(){
|
|
|
|
|
return questionOptionA;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionOptionA(String questionOptionA ){
|
|
|
|
|
this.questionOptionA = questionOptionA;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionOptionB(){
|
|
|
|
|
return questionOptionB;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionOptionB(String questionOptionB ){
|
|
|
|
|
this.questionOptionB = questionOptionB;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionOptionC(){
|
|
|
|
|
return questionOptionC;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionOptionC(String questionOptionC ){
|
|
|
|
|
this.questionOptionC = questionOptionC;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionOptionD(){
|
|
|
|
|
return questionOptionD;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionOptionD(String questionOptionD ){
|
|
|
|
|
this.questionOptionD = questionOptionD;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionOptionE(){
|
|
|
|
|
return questionOptionE;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionOptionE(String questionOptionE ){
|
|
|
|
|
this.questionOptionE = questionOptionE;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionAnswer(){
|
|
|
|
|
return questionAnswer;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionAnswer(String questionAnswer ){
|
|
|
|
|
this.questionAnswer = questionAnswer;
|
|
|
|
|
}
|
|
|
|
|
public String getQuestionAnalysis(){
|
|
|
|
|
return questionAnalysis;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionAnalysis(String questionAnalysis ){
|
|
|
|
|
this.questionAnalysis = questionAnalysis;
|
|
|
|
|
}
|
|
|
|
|
public Integer getQuestionStatus(){
|
|
|
|
|
return questionStatus;
|
|
|
|
|
}
|
|
|
|
|
public void setQuestionStatus(Integer questionStatus ){
|
|
|
|
|
this.questionStatus = questionStatus;
|
|
|
|
|
}
|
|
|
|
|
public Long getUserId(){
|
|
|
|
|
return userId;
|
|
|
|
|
}
|
|
|
|
|
public void setUserId(Long userId ){
|
|
|
|
|
this.userId = userId;
|
|
|
|
|
}
|
|
|
|
|
public Long getOrgId(){
|
|
|
|
|
return orgId;
|
|
|
|
|
}
|
|
|
|
|
public void setOrgId(Long orgId ){
|
|
|
|
|
this.orgId = orgId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public ResourcesQuestionSnapshot pojo(){
|
|
|
|
|
ResourcesQuestionSnapshot pojo = new ResourcesQuestionSnapshot();
|
|
|
|
|
pojo.setResourcesQuestionSnapshotId(this.getResourcesQuestionSnapshotId());
|
|
|
|
|
pojo.setTeacherOpenCourseQuestionSettingId(this.getTeacherOpenCourseQuestionSettingId());
|
|
|
|
|
pojo.setCourseInfoId(this.getCourseInfoId());
|
|
|
|
|
pojo.setTeacherOpenCourseMergeCourseInfoId(this.getTeacherOpenCourseMergeCourseInfoId());
|
|
|
|
|
pojo.setQuestionType(this.getQuestionType());
|
|
|
|
|
pojo.setQuestionScore(this.getQuestionScore());
|
|
|
|
|
pojo.setQuestionStem(this.getQuestionStem());
|
|
|
|
|