Description
Used to configure the sketching applet in Sketch questions.Syntax
\begin{sketch}[gridlines]{xMin}{xMax}{yMin}{yMax} ... \end{sketch}
- gridlines option
- Number of horizontal and vertical gridlines. Default is 10.
- xMin
- Minimum x value on the x-axis.
- xMax
- Maximum x value on the x-axis.
- yMin
- Minimum y value on the y-axis.
- yMax
- Maximum y value on the y-axis.
The following commands must appear within the sketch environment:
\example{point-list}
defines a sample correct answer, to be displayed if the student gives an incorrect response. The sketch is given aspoint-list
, a space-delimited set of coordinates of the formx,y
. The resulting sketch comprises a single curve interpolated from these points.\check{criterion}
sets a criterion that the student's sketch must satisfy. Refer to the documentation for\check
for a complete list of available criteria. More than one\check
statement may be used, in which case the student's response must satisfy every criterion.