|
|
|
@ -93,7 +93,7 @@ module ExportHelper
|
|
|
|
|
user_time = format_time(t.updated_at)
|
|
|
|
|
user_score = t.score
|
|
|
|
|
user_comment = t.comment
|
|
|
|
|
w_18 = w_18 + (user_name + " " + user_time.to_s + " " + user_score.to_s + "\n" + user_comment + "\n")
|
|
|
|
|
w_18 = w_18 + ("教师:" + user_name + "\n" + "时间:" + user_time.to_s + "\n" + "分数:" + user_score.to_s + "分" + "\n" + "评语:" + user_comment + "\n\n")
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
w_18 = "--"
|
|
|
|
@ -164,7 +164,7 @@ module ExportHelper
|
|
|
|
|
user_time = format_time(t.updated_at)
|
|
|
|
|
user_score = t.score
|
|
|
|
|
user_comment = t.comment
|
|
|
|
|
w_18 = w_18 + (user_name + " " + user_time.to_s + " " + user_score.to_s + "\n" + user_comment + "\n")
|
|
|
|
|
w_18 = w_18 + ("教师:" + user_name + "\n" + "时间:" + user_time.to_s + "\n" + "分数:" + user_score.to_s + "分" + "\n" + "评语:" + user_comment + "\n\n")
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
w_18 = "--"
|
|
|
|
|