|
|
|
@ -268,6 +268,7 @@ public class TeacherOpenCourseQuestionSettingService extends CoreBaseService<Tea
|
|
|
|
|
Map<String, String> fileQuestionInfo = new HashMap();
|
|
|
|
|
fileQuestionInfo.put("studentScore", questionLog.getStudentScore().toString());
|
|
|
|
|
fileQuestionInfo.put("teacherOpenCourseQuestionLogReply", questionLog.getTeacherOpenCourseQuestionLogReply());
|
|
|
|
|
fileQuestionInfo.put("teacherOpenCourseQuestionLogUploadFile", questionLog.getTeacherOpenCourseQuestionLogUploadFile());
|
|
|
|
|
item.setFileQuestionInfo(fileQuestionInfo);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|