diff --git a/app/templates/exercise_export/blank_exercise.html.erb b/app/templates/exercise_export/blank_exercise.html.erb
index 153ba1514..759a2d2b0 100644
--- a/app/templates/exercise_export/blank_exercise.html.erb
+++ b/app/templates/exercise_export/blank_exercise.html.erb
@@ -94,7 +94,7 @@
<% elsif q.question_type == 2 %>
<% q.exercise_choices.each do |s| %>
-
+
<%= s.choice_text %>
diff --git a/app/templates/exercise_export/exercise_export.css b/app/templates/exercise_export/exercise_export.css
index 0c4bf54e5..d2a4fe0de 100644
--- a/app/templates/exercise_export/exercise_export.css
+++ b/app/templates/exercise_export/exercise_export.css
@@ -331,6 +331,11 @@ textarea{
.mt-2{
margin-top:-2px;
}
+.ex-scores{
+ min-height: 100%;
+ height: auto !important;
+ position: relative;
+}
diff --git a/app/templates/exercise_export/exercise_user.html.erb b/app/templates/exercise_export/exercise_user.html.erb
index 7e40047b0..d79379596 100644
--- a/app/templates/exercise_export/exercise_user.html.erb
+++ b/app/templates/exercise_export/exercise_user.html.erb
@@ -220,8 +220,8 @@
<% check_answer = "--" %>
<% end %>
-
答案(填空<%= index+1 %>):
-
<%= to_markdown(check_answer,@request_url) %>
+
答案(填空<%= index+1 %>):
+
<%= to_markdown(check_answer,@request_url) %>
<% end %>
<% elsif q_type == 4 %>