@ -263,7 +263,7 @@ public class TeacherOpenCourseQuestionLogService extends CoreBaseService<Teacher
// 学生提交的答案
String answersText = join(questionLogMap.get(questionLog.getResourcesQuestionSnapshotId()).toArray(), ",");
// 包含/字符,代表是路径地址,是附件类型
if(answersText.contains("/")) {
if(answersText.startsWith("/")) {
questionLog.setTeacherOpenCourseQuestionLogUploadFile(answersText);
}
// 否则就是普通选择题的答案