Customize the student Sketch Board toolbar

The student Sketch Board toolbar is used by students to plot their response to a sketch question.

By default, the tools that are available to students on their Sketch Board toolbar are determined by the tools you used to author the correct answer.

As well, the number of times a student can use a tool is determined by how many times you used the tool to author the correct answer.

TIP: Check out Author a sketch question for details on how to author a sketch question.

You can use specific syntax within the question's source code to customize what tools are available to the student and the number of times that the tool can be used.

This customization is ideal for assessing the ability of your students to use the appropriate sketching tool(s) to answer your sketch question.

Access the question source code

The available tools on the student Sketch Board toolbar are customized by editing the source code of a sketch question.

To access a sketch question's source code:

  1. Navigate to an authored sketch question's Content Summary pane in the Content Repository and click the Edit arrow.

  1. Click Edit Source.

  1. Locate this component of the source code: "visible_buttons"

  1. Edit the source code using the syntax provided in the Sketch Board tool syntax section of this help topic.

  1. Click Save & Close to update the Sketch Board toolbar that's available to your students for this sketch question.

Sketch Board tool syntax

You can use the following Sketch Board tool syntax to customize which sketching tools are available to your students on their Sketch Board toolbar (Examplechooseregion):

NOTE: Some tools can be assigned a maximum usage number (n) to control how many times the student can use the tool as a part of their response. The syntax for defining a maximum usage number is toolname:n. Examplecreateparabola:1 means that the student can only use the Draw Vertex-Point Parabola tool once:

Not defining a value for tools that can be assigned a maximum usage number means that there's no limit to how many times the student can use the tool for their response. Examplecreatethreepointparabola means that the student can use the Draw Three-Point Parabola without limit:

Tool iconTool nameCan be assigned a maximum usage numberTool name syntax
Plot Dropline PointYescreatedroplinepoint
The "Draw Line" icon is 2 points with a single straight line going through them.Draw LineYescreateline
The "Draw Absolute Value" icon is 2 points with a line going through them, but one of the points is a vertex.Draw Absolute ValueYescreateabsolutevalue
The "Draw Vertex-Point Parabola" icon is a parabola with two points.Draw Vertex-Point ParabolaYescreateparabola
The "Draw Three-Point Parabola" icon is a parabola with three points.Draw Three-Point ParabolaYescreatethreepointparabola
The "Draw Three-Point Parabola Segment" icon is a parabola segment with three points.Draw Three-Point Parabola SegmentYescreatethreepointparabolaseg
The "Draw Exponential" icon is a 2-point curve approaching a horizontal asymptote.Draw ExponentialYescreateexponential
The "Draw Logarithmic" icon is a curve with two points approaching a vertical asymptote.Draw LogarithmicYescreatelogarithmic
The "Choose Region" icon is a shaded triangular space formed by three intersecting lines.Choose RegionNochooseregion
The "Toggle Solid/Dashed" icon is a solid line and a parallel dashed line separated by a bidirectional arrow.Toggle Solid/DashedNotogglesoliddashed
The "Snip Left" icon is a pair of scissors cutting a line to the left of a plotted point.Snip LeftNosnipleft
The "Snip Right" icon is a pair of scissors cutting a line to the right of a plotted point.Snip RightNosnipright
The "Snip Between" icon is a pair of scissors cutting the line between two plotted points.Snip BetweenNosnipbetween
The "Toggle Filled/Hollow" icon shows a filled point and a hollow point separated by a bidrectional arrow.Toggle Filled/HollowNotogglefilled
The "Delete" icon is a trash can.DeleteNodelete

TIP: Check out Use the Sketch Board toolbar for explanations of each Sketch Board tool.

NOTE: The Switch Pre-Drawn tool is only available on the instructor's Sketch Board toolbar.