Tasks
Define the problem, not the answer
The core feature of Multistep is its ability to evaluate substeps and give automated support. This is possible only if Multistep knows what problem students must solve. Therefore, you don't prescribe answers, but the tasks students should perform.
- a task could be to simplify . An answer is .
- a task could be to solve . An answer is .
Algebrakit derives hints, error feedback, worked solutions, and answers from the task, so there is no need for you to input those. You can add custom hints or error feedback, as we will see later.
Multistep supports several tasks organized into the following categories:
- Simplifying expressions
- Performing numerical calculations, such as calculating percentages or converting units.
- Rewriting expressions, such as expanding, factoring, or rewriting expressions into different forms.
- Solving equations or inequalities
- Calculus, such as differentiation, integration, or calculating limits.
You can build more complex tasks from these. For example:
- Finding the equation of a line through two points, which requires:
- Calculating the slope (Simplify).
- Substitute coordinates to get the -intercept (Solve).
- Writing the equation (Simplify).
- Finding the coordinates of the maximum of a function, which requires:
- Finding the derivative of the function (Differentiate)
- Setting the derivative to zero and solving the equation (Solve)
- Writing the coordinates of the maximum (Simplify)
How you create such composed tasks will be discussed in chapter Multistep (advanced)
Defining a task
Now let's create a new Multistep question. You can use the Testbench if you have no access to an Algebrakit-enabled content management system.
Figure: Selecting the Multistep question type.
Click the icon for the Multistep question type to see the input form for Multistep. Click on the bar below 'Task' to expand it.
Figure: The input form for Multistep
The default Task is to simplify an expression. In the input field, type .
Figure: Configuring a task
Now press the Test button at the bottom of the page to see a preview of our question.
Figure: Previewing our exercise.
The preview shows an interactive question on the left. You can answer the question step by step and request hints like a student would. The worked solution on the right shows how Algebrakit solves the problem. Click to expand the steps.
See the table below if you are looking for information on the other input elements:
- Task settings will be the topic of a following section
- The Correct dropdown allows you to define custom student feedback.
- The Hint toggle that allows you to add custom hints.
- Preconditions will be described in the section Multistep (advanced).
The Simplify task
Simplifying is required with all tasks. Students must evaluate calculations and simplify expressions as much as possible.
- must be evaluated to
- must be simplified to
- must be simplified to
Multistep will only rewrite an expression if that simplifies the result. For example, Multistep will not rewrite the following expressions:
- . An equivalent form is .
Use the Expand task if you want the student to expand the expression. - . An equivalent form is .
Use the Combine Fractions task if you want the student to combine the fractions.
Multistep will accept such an equivalent form as a final answer.
Simplifying does not include solving equations, so Multistep will not require students to rewrite into . Use the Solve task if students should solve for .
Solving equations
In the category Solving Equations, you can find tasks for finding solutions to equations, inequalities, or systems of two equations.
Figure: Task: Solving Equations
You can use the "Solving Equations: Single Variable" task to solve a wide variety of relations. The table shows some examples:
Relation | Result | Explanation |
---|---|---|
A linear equation | ||
Algebraic solutions are allowed | ||
Inequalities are supported | ||
Algebrakit keeps track of the domain | ||
, | Trigonometry | |
System of two equations |
As always, Multistep offers support through hints and substep evaluations. You can try them here:
The following type of equations are not yet supported
- Systems of more than two equations
- Systems of inequalities
- Equations with solutions in the complex plane
Other tasks
We invite you to check out the other tasks in the Multistep editor. Most of them will be self-explanatory. The table below shows some examples.
Task | Example | Result |
---|---|---|
Expand | ||
Factor | ||
Combine Fractions | ||
Complete the Square | ||
Differentiate | ||
Integrate |
Initial expression
Multistep default starts with an empty work area. You can use the dropdown "Initial expression" to make the first expression of the derivation visible to students. This first expression is generally the expression you gave in the task but you can also define a custom expression.
Figure: A Multistep with and without an initial expression.
Custom feedback
Although Multistep can show error feedback for some common mistakes, you sometimes want to add custom error feedback. You can achieve this by adding an incorrect task.
Hover your mouse over the taskbar and use the Add button to add the new task.
Figure: Adding a task. Hover your mouse over the task to see these task buttons
Use the dropdown in the new task to indicate that this activity is incorrect. You can add custom error feedback as well.
Figure: Specifying custom feedback in an "incorrect" task
Algebrakit will show the feedback when a student inputs an expression that matches this task.
Custom hints
Your exercise consists of tasks and tasks contain automatic generated hints. It can be helpful to use these hints, but sometimes you want to use your own, personal hints and feedback. You can add hints on exercise level or on task level.
Custom hints on exercise level
When you create a Multistep exercise, click on Multistep and choose Hints. Figure: Adding a custom hint to start of the exercise
You can add multiple hints using the plus icon on the right. Figure: Adding multiple custom hints
These hints will be shown at first, before any hint available in your exercise. These hints can give help to the student about how to start the exercise.
Custom hints on task level
You can also add your custom hints to tasks. Algebrakit will show these custom hints before any generated hints about that specific task.
Figure: Adding a custom hint to a task
Figure: Two hints in the Multistep question. Algebrakit shows the custom hint before the generated hint.
No automated hints at all
If a student would endlessly click on the Hint button, the hints will appear in this order:
- The custom hint(s) on exercise level
- The custom hint(s) on task level combined with the description (if the exercises contains multiple parts)
- The automated hint(s) on a task level
If you don't want any automated hints, you can switch them off. Click on Multistep (or a different name of the question-type you use) and choose Settings.
Figure: Switching automated hints off
Then click on the dropdown-menu next to Hints to choose one of them.
Figure: Choose settings to set which hints will be shown
You can choose between the following options:
- Enable all hints: nothing changes, all hints will be shown (your custom hints and the automated hints of Algebrakit)
- Disable automated hints, but generate hints based on descriptions: your custom hints (both on exercise and task level) will be shown, the descriptions included, no automated hints of Algebrakit will be shown
- Disable automated hints: your custom hints (both on exercise and task level) will be shown, the descriptions excluded, no automated hints of Algebrakit will be shown