You are about to erase your work on this activity. Are you sure you want to do this?
Updated Version Available
There is an updated version of this activity. If you update to the most recent version of this activity, then your current progress on this activity will be erased. Regardless, your record of completion will remain. How would you like to proceed?
Mathematical Expression Editor
[?]
As was noted in the section on multiple choice answer types, because multiple choice is a LaTeX level environment, it can’t really
deal with randomization very well. Indeed, you can randomize the content, but which answer is marked as “correct” is inevitably
the same because it is flagged at the LaTeX level.
Randomizing multipleChoice
Instead, we can design the problem by listing the possibilities, and then asking for which numbered entry is the correct one. For
example:
Which of the following choices is ?
1:
2:
3:
4:
5:
Now hit the “Try Another” button in the top right corner and see how things move around, but it still works! Remember you can
append “.tex” to the end of the url to get the code for the page, which you can use for a template if you want.
Randomizing Select All
You can also randomize select all in two ways. The first is to just do the same as above, but use the powers of 2
(or any base larger than 2) for the enumeration and ask for the sum, which would sum to a unique value. For
example:
Which of the following choices is not ?
1:
2:
4:
8:
16:
Add up the numbers that correspond to the correct answers, and enter that sum into the box:
Now hit the “Try Another” button in the top right corner and see how things move around, but it still works! Remember you can
append “.tex” to the end of the url to get the code for the page, which you can use for a template if you want. Although the
answer is computed by cheating and using geometric series formulas...
Perhaps a more natural (and less prone to error) option however, is to use letters as the enumeration and then have students type
in the string of those letters as so:
Which of the following choices is and ?
a
b
c
d
e
Type in the letters that correspond to the answer - remember to just give the letters, no white space or commas or anything of the
like.
Now hit the “Try Another” button in the top right corner and see how things move around, but it still works! Remember you can
append “.tex” to the end of the url to get the code for the page, which you can use for a template if you want. Hopefully the sage
code isn’t totally opaque as to how this works. Note that there is a very unintuitive requirement here to bypass
how sage likes to make strings unreadable when called with the ∖sage command. In particular, instead of using
something like ’a’ as the string ’a’ when generating the correct answer, you need to use: “LatexExpr(r”a”)”. Check
the end of the sagesilent block by appending .tex to the url and see how it was generated to see how it is done.
Start typing the name of a mathematical function to automatically insert it.
(For example, "sqrt" for root, "mat" for matrix, or "defi" for definite integral.)
Controls
Press...
...to do
left/right arrows
Move cursor
shift+left/right arrows
Select region
ctrl+a
Select all
ctrl+x/c/v
Cut/copy/paste
ctrl+z/y
Undo/redo
ctrl+left/right
Add entry to list or column to matrix
shift+ctrl+left/right
Add copy of current entry/column to to list/matrix
ctrl+up/down
Add row to matrix
shift+ctrl+up/down
Add copy of current row to matrix
ctrl+backspace
Delete current entry in list or column in matrix
ctrl+shift+backspace
Delete current row in matrix
×
Start typing the name of a mathematical function to automatically insert it.
(For example, "sqrt" for root, "mat" for matrix, or "defi" for definite integral.)