diff --git a/app/templates/exercise_export/blank_exercise.html.erb b/app/templates/exercise_export/blank_exercise.html.erb index 9ee1d40f7..f281a55a0 100644 --- a/app/templates/exercise_export/blank_exercise.html.erb +++ b/app/templates/exercise_export/blank_exercise.html.erb @@ -83,30 +83,28 @@
- - <%= convert_to_char((index+1).to_s)%> - <%= to_markdown(s.choice_text) %> -
+ <% q.exercise_choices.each do |s| %> +- - <%= convert_to_char((index+1).to_s)%> - <%= to_markdown(s.choice_text) %> -
+ <% q.exercise_choices.each do |s| %> +
- <% q.exercise_choices.each_with_index do |s,index| %>
-
-
- <%= to_markdown(s.choice_text) %>
+