diff --git a/docs/en_us/course_authors/source/additional_tools.rst b/docs/en_us/course_authors/source/additional_tools.rst
index d9018fc172..c49ab82a4c 100644
--- a/docs/en_us/course_authors/source/additional_tools.rst
+++ b/docs/en_us/course_authors/source/additional_tools.rst
@@ -111,7 +111,7 @@ Chemical Equation Problem Code
\( \text{H}_2\text{SO}_4 \longrightarrow \text { H}^+ + \text{ HSO}_4^-\)
-
+
if chemcalc.chemical_equations_equal(submission[0], 'H2SO4 -> H^+ + HSO4^-'):
diff --git a/docs/en_us/course_authors/source/appendices/e.rst b/docs/en_us/course_authors/source/appendices/e.rst
index 0ec2456a95..8443e213d3 100644
--- a/docs/en_us/course_authors/source/appendices/e.rst
+++ b/docs/en_us/course_authors/source/appendices/e.rst
@@ -78,7 +78,7 @@ Although you can create checkbox problems by using the Simple Editor in Studio,
difficult. Check all of the reasons below why this may be the case.
-
+
A large amount of time passes between undertaking
a preventative measure and seeing the result.
Non-immunized people will always fall sick.
@@ -115,7 +115,7 @@ Although you can create checkbox problems by using the Simple Editor in Studio,
-
+
Answer option 1 (incorrect)
Answer option 2 (correct)
@@ -150,7 +150,7 @@ In chemical equation problems, students enter text that represents a chemical eq
* - ````
- Indicates that this problem has a custom response. The ```` tags must surround the ```` tags.
* - ````
- - A child of ````. Indicates that the answer to this problem is a chemical equation.
+ - A child of ````. Indicates that the answer to this problem is a chemical equation. Must contain the ``size`` and ``label`` attributes.
* - ````
- A child of ````. Contains the Python script that grades the problem.
@@ -167,7 +167,7 @@ Chemical equation problems use MathJax to create formulas. For more information
\( \text{H}_2\text{SO}_4 \longrightarrow \text { H}^+ + \text{ HSO}_4^-\)
-
+
if chemcalc.chemical_equations_equal(submission[0], 'H2SO4 -> H^+ + HSO4^-'):
@@ -205,7 +205,7 @@ Chemical equation problems use MathJax to create formulas. For more information
Problem text
-
+
if chemcalc.chemical_equations_equal(submission[0], 'TEXT REPRESENTING CHEMICAL EQUATION'):
@@ -249,7 +249,7 @@ In custom Python-evaluated input (also called “write-your-own-grader”) probl
* - ````
-
* -
- - This tag includes the ``size`` and ``correct_answer`` attributes. The ``correct_answer`` attribute is optional.
+ - This tag includes the ``size``, ``correct_answer``, and ``label`` attributes. The ``correct_answer`` attribute is optional.
**Sample Problem XML**:
@@ -275,14 +275,14 @@ In custom Python-evaluated input (also called “write-your-own-grader”) probl
Part 1: Enter two integers that sum to 10.
-
-
+
+
Part 2: Enter two integers that sum to 20.
-
-
+
+
@@ -312,8 +312,8 @@ The following template includes answers that appear when the student clicks **Sh
Problem text
-
-
+
+
@@ -340,8 +340,8 @@ The following template does not return answers when the student clicks **Show An
Enter two real numbers that sum to 20:
-
-
+
+
@@ -369,11 +369,9 @@ Formula Response (Math Expression Input Problems)
* - ````
-
* - ````
- -
+ - This tag includes the ``size`` and ``label`` attributes.
* - ``
-
+
@@ -425,7 +423,7 @@ Formula Response (Math Expression Input Problems)
Problem text
-
+