Skip to content

Commit decf9c2

Browse files
Added description of how to set custom feedback for incorrect responses to docs
1 parent cc368f7 commit decf9c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/docs/user.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# ArrayEqual
22

3-
This function is used to compare two number arrays/vectors/matrices, provided absolute and/or relative tolerance parameters `rtol` and `atol`. This is carried out using the [numpy.allclose](https://numpy.org/doc/stable/reference/generated/numpy.allclose.html) function.
3+
This function is used to compare two number arrays/vectors/matrices, provided absolute and/or relative tolerance parameters `rtol` and `atol`. This is carried out using the [numpy.allclose](https://numpy.org/doc/stable/reference/generated/numpy.allclose.html) function.
4+
5+
### Optional parameters
6+
7+
There is one optional parameter: `feedback_for_incorrect_case`.
8+
9+
## `feedback_for_incorrect_case`
10+
All feedback for all incorrect responses will be replaced with the string that this parameter is set to.

0 commit comments

Comments
 (0)