Description
Defines a sample correct answer to a Sketch question, to be displayed if the student gives an incorrect response.
This macro must appear within a sketch environment.
Syntax
\example{point-list}
- point-list
- A comma-delimited list of points, each of the form
x,y
.
Notes
- If the student's answer does not meet all
the criteria set with
\check
, the student is shown the example graph in the question feedback. This graph comprises a single curve interpolated from the points inpoint-list
.