diff --git a/app/views/student_work/shixun_work_report.html.erb b/app/views/student_work/shixun_work_report.html.erb
index 1b1fe228..e83cd3d7 100644
--- a/app/views/student_work/shixun_work_report.html.erb
+++ b/app/views/student_work/shixun_work_report.html.erb
@@ -81,7 +81,7 @@
<%= user_query.blank? ? "--" : user_query.first[1] %> |
<%= game.try(:end_time).nil? ? "--" : format_time(game.end_time) %> |
<%= game.consumes_time %> |
- <%= game.status == 2 ? (game.final_score.to_i < 0 ? 0 : game.challenge.score.to_i) : 0 %> / <%= game.challenge.st == 1 ? game.challenge.choose_score : game.challenge.score %> |
+ <%= game.status == 2 ? (game.final_score.to_i < 0 ? 0 : game.challenge.choose_score.to_i) : 0 %> / <%= game.challenge.choose_score %> |
<% end %>