Skip to content

Commit 347cd3a

Browse files
authored
Update Expression.md
1 parent 4551c4b commit 347cd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/teacher/reference/response_area_components/Expression.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Compares two symbolic expressions for mathematical equivalence, using SymPy. See
1616
**Input Symbols**
1717

1818
This is a powerful feature for defining a dictionary of accepted symbols. For each symbol, you define:
19+
1920
* **Symbol:** The LaTeX-rendered symbol (e.g., `$f(x)$`).
2021
* **Code:** The machine-readable variable name (e.g., `fx`). This is what your students will type and what the evaluation function sees.
2122
* **Alternatives:** A list of other codes you want to accept for the same symbol (e.g., `f_x`, `f(x)`, `f`). This allows you to anticipate different ways students might type the same thing.

0 commit comments

Comments
 (0)