diff --git a/lms/templates/annotatable.html b/lms/templates/annotatable.html deleted file mode 100644 index dcd51a0cd52e..000000000000 --- a/lms/templates/annotatable.html +++ /dev/null @@ -1,31 +0,0 @@ -<%! from django.utils.translation import gettext as _ %> - -
Enter your (optional) instructions for the exercise in HTML format.
-Annotations are specified by an {}annotation{} tag which may may have the following attributes:
title (optional). Title of the annotation. Defaults to Commentary if omitted.body (required). Text of the annotation.problem (optional). Numeric index of the problem associated with this annotation. This is a zero-based index, so the first problem on the page would have problem="0".highlight (optional). Possible values: yellow, red, orange, green, blue, or purple. Defaults to yellow if this attribute is omitted.Add your HTML with annotation spans here.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nulla facilisi.
The main goal of this exercise is to start practicing the art of slow reading.
-