Error
There was an error loading the page.
In this demo question, you can see either 2 or 3 gaps depending on the variable m, and the marking algorithm doesn't penalise for the empty third gap in cases when it is not shown.
Reason to use it: for vectors or matrices containing only numbers, one can easily use matrix entry to account for a random size of an answer. But this does not work for mathematical expressions. There we have to give each entry of the vector as a separate gap, which then becomes a problem when the size varies. This solves that problem. For this reason I've included two parts: one very simple one that just shows the phenomenon of variable number of gaps, and one which is more like why I needed it.
Note that to resolve the fact that when m=2, the point for the third gap cannot be earned, I have made it so that the student only gets 0 or all points, when all shown gaps are correctly filled in.
Note the use of Ax[m-1] in the third gap "correct answer" of part b): if you use Ax[2], then it will throw an error when m=2, as then Ax won't have the correct size. So even though the marking algorithm will ignore it, the question would still not work.
Bonus demo if you look in the variables: A way to automatically generate the correct latex code for {latexAx}, since it's a variable size. I would usually need that in the "Advice", i.e. solutions, rather than the question text.
Metadata
-
England schools
-
England university
-
Scotland schools
Taxonomy: mathcentre
Taxonomy: Kind of activity
Taxonomy: Context
Contributors
Feedback
From users who are members of Linear Algebra 1st year :
![]() |
said | Ready to use | 4 years, 7 months ago |
History
Julia Goedecke 4 years, 7 months ago
Gave some feedback: Ready to use
Julia Goedecke 4 years, 7 months ago
Published this.Julia Goedecke 4 years, 7 months ago
Created this as a copy of Matrix transformations (WBQ 1.30 randomised).Name | Status | Author | Last Modified | |
---|---|---|---|---|
Matrix transformations (same as WBQ 1.30) | Ready to use | Julia Goedecke | 25/08/2021 12:57 | |
Matrix transformations (WBQ 1.30 randomised) | Ready to use | Julia Goedecke | 25/08/2021 12:57 | |
Demo variable number of gaps | Ready to use | Julia Goedecke | 25/08/2021 12:57 | |
Demo automatically generate latex for matrix/vector calculation | Ready to use | Julia Goedecke | 25/08/2021 12:57 | |
copy of Matrix transformations (WBQ 1.30 randomised) | Ready to use | Julia Goedecke | 25/08/2021 12:57 | |
Demo matrix of mathematical expressions | Ready to use | Julia Goedecke | 25/08/2021 12:57 |
There are 19 other versions that do you not have access to.
Name | Type | Generated Value |
---|
A | matrix |
matrix([1,-1,1],[1,-1,1])
|
||||
m | integer |
2
|
||||
n | integer |
3
|
||||
x | list |
[ "x_1", "x_2", "x_3" ]
|
||||
rawAx | list |
List of 6 items
|
||||
halfrawAx | list |
List of 2 items
|
||||
latexAx | string |
\begin{pmatrix}x_1 - x_2 + x_3
|
||||
Ax | list |
List of 2 items
|
||||
xalt | list |
[ "x1", "x2", "x3" ]
|
||||
rawAxalt | list |
List of 6 items
|
||||
Axalt | list |
[ x1 - x2 + x3, x1 - x2 + x3 ]
|
Generated value: matrix
This variable doesn't seem to be used anywhere.
Gap-fill
Ask the student a question, and give any hints about how they should answer this part.
Enter the first {m} integers, starting from 1.
(Note that you can only apply the "conditional visibility" to the gap when it is in the form of [[ 2 ]]
rather than visible in the editor as a gap.)
Use this tab to check that this question works as expected.
Part | Test | Passed? |
---|---|---|
Gap-fill | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet | ||
Gap-fill | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet |