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: doc/en/Authoring/Inputs/Matrix_input.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,6 @@ The matrix of variable size input is a textarea into which students type in thei
24
24
25
25
Students must separate their matrix elements by spaces, and newline characters.
26
26
27
-
Input box size is used to determine the starting width of the input.
27
+
Input box size is used to determine the starting width of the input.
28
+
29
+
If you use the `allowempty` option then an empty answer is indicated by the `EMPTYANSWER` tag. This is a different _type_ than a matrix. (We could have chosen `matrix()` as the empty matrix, but `EMPTYANSWER` is more in keeping with other inputs.)
0 commit comments