Skip to content

Commit fddf3e3

Browse files
committed
Actioned PJ comments
1 parent 33f268e commit fddf3e3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/teacher/reference/response_area_components/Expression.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
> **⚠️ DEPRECATED:** This feature is deprecated and will be removed in a future version. Please use [Math_Single_Line](Math_Single_Line.md) instead.
44
5-
This response area is very similar to [Text](Text.md), differing in that it can display how the user's response was interpreted back to them through the 'live preview' feature. This works using the grading function, providing a `feedback.response_latex` field, which gets rendered.
6-
75
## Evaluation Function Options
86

97
### [isSimilar](https://lambda-feedback.github.io/user-documentation/user_eval_function_docs/isSimilar/)

docs/teacher/reference/response_area_components/Math_Multi_Line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Math_Multi_Line
22

3-
This response area is an extension of [Math_Single_Line](Math_Single_Line.md), and provided multi-line math support. For example, when writing mathematical proofs.
3+
This response area is a general handwriting input that produces markdown output. Uses the MathPix API, which includes mathematics as dollar-delimited LaTeX.
44

55
## Evaluation Function Options
66

docs/teacher/reference/response_area_components/Math_Single_Line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Math_Single_Line
22

3-
This response area allows users to type, write or upload mathematics, and then displays how the user's response was interpreted back to them through the 'live preview' feature. This works using the evaluation function, providing a `feedback.response_latex` field, which gets rendered.
3+
This response area allows users to type, write or upload mathematics, and then displays how the user's response was interpreted back to them through the 'live preview' feature.
44

55
## Evaluation Function Options
66

0 commit comments

Comments
 (0)