You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/docs/user.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# SymbolicEqual
2
-
[!WARNING]
3
-
This feature is deprecated, please use [compareExpressions](https://github.com/lambda-feedback/compareExpressions)
2
+
The function has been deprecated.
3
+
4
+
[compareExpressions](github.com/lambda-feedback/compareExpressions) is a second-generation evaluation function that is backwards compatible with symbolicEqual and provides more advanced capabilities.
4
5
5
6
This function utilises the [`SymPy`](https://docs.sympy.org/latest/index.html) to provide a maths-aware comparsion of a student's response to the correct answer. This means that mathematically equivalent inputs will be marked as correct. Note that `pi` is a reserved constant and cannot be used as a symbol name.
0 commit comments