Skip to main content
Logo image

Section 2.2 Subject Area Templates

This section samples the subject area template problems found on the WeBWorK wiki at http://webwork.maa.org/wiki/SubjectAreaTemplates.

Checkpoint 2.2.1. Answer is a number or a function.

Checkpoint 2.2.2. Answer is a function with domain issues.

Checkpoint 2.2.3. Multiple Choice by Popup, Radio Buttons, or Checkboxes.

My favorite color is
My favorite color is
Answer 1.
\(\text{Blue}\)
Answer 2.
\(\text{Blue}\)
Answer 3.
\(\text{Blue}\)
Solution.
The correct answer is Blue.
The correct answer is Blue.
The correct answer is Blue.

Checkpoint 2.2.4.

Checkpoint 2.2.5. Tables.

Checkpoint 2.2.6. Answer Arrays.

These answer blanks are all expecting some sort of answer in an array format.
\({\left(0,0\right)} = {}\) (1 × 2 array)
\({\left\lt 1,2\right>} = {}\) (1 × 2 array)
\({\left[\begin{array}{c}3\\4\\\end{array}\right]} = {}\) (2 × 1 array)
\({\left[\begin{array}{cc} 1 \amp 2\cr 3 \amp 4 \end{array}\right]} = {}\) (2 × 2 array)