diff --git a/lms/templates/open_ended_combined_rubric.html b/lms/templates/open_ended_combined_rubric.html
new file mode 100644
index 0000000000..f58ed2f03d
--- /dev/null
+++ b/lms/templates/open_ended_combined_rubric.html
@@ -0,0 +1,29 @@
+
+
+ % for j in range(len(category['options'])):
+ <% option = category['options'][j] %>
+
+ % endfor
+
+ % endif
+ %endfor
+ ${option['points']} points : ${option['text']}
+