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.

Example
  • a task could be to simplify 2y25xy\frac{2y^2\sqrt{5}}{xy}. An answer is 2yxx2yx\sqrt{x}.
  • a task could be to solve 3(x1)=2x+43(x-1)=2x+4. An answer is x=7x=7.

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:
    1. Calculating the slope (Simplify).
    2. Substitute coordinates to get the yy-intercept (Solve).
    3. Writing the equation (Simplify).
  • Finding the coordinates of the maximum of a function, which requires:
    1. Finding the derivative of the function (Differentiate)
    2. Setting the derivative to zero and solving the equation (Solve)
    3. 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.

Selecting the Multistep question type 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.

The input form for Multistep Figure: The input form for Multistep

The default Task is to simplify an expression. In the input field, type x(x1)+xx(x-1)+x.

Configuring a task Figure: Configuring a task

Now press the Test button at the bottom of the page to see a preview of our question.

Previewing an exercise 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.

Note

See the table below if you are looking for information on the other input elements:

The Simplify task

Simplifying is required with all tasks. Students must evaluate calculations and simplify expressions as much as possible.

  • 1+11+1 must be evaluated to 22
  • x+y+xx+y+x must be simplified to 2x+y2x+y
  • x(x+1)xx(x+1)-x must be simplified to x2x^2

Multistep will only rewrite an expression if that simplifies the result. For example, Multistep will not rewrite the following expressions:

  • x(x+1)x(x+1). An equivalent form is x2+xx^2+x.
    Use the Expand task if you want the student to expand the expression.
  • 1x+23\frac{1}{x}+\frac{2}{3}. An equivalent form is 3+2x3x\frac{3+2x}{3x}.
    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 2x=42x=4 into x=12x=\frac12. Use the Solve task if students should solve for xx.

Solving equations

In the category Solving Equations, you can find tasks for finding solutions to equations, inequalities, or systems of two equations.

Task: Solving 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
6(p1)=4p+106(p-1)=4p+10 p=8p=8 A linear equation
ax=ba\cdot x=b x=bax=\frac{b}{a} Algebraic solutions are allowed
2(1x)42(1-x)\leq4 x1x\geq -1 Inequalities are supported
11x>1\frac{1}{\sqrt{1-x}}>1 0<x<10<x<1 Algebrakit keeps track of the domain
2sin(2x14π)=22\sin \left(2x-\frac{1}{4}\pi \right)=\sqrt{2}, 0<x<π0<x<\pi x=π4,x=π2x=\frac{\pi}{4}, x=\frac{\pi}{2} Trigonometry
{2x1=yx+y=1\begin{cases}2x-1=y\\x+y=1\end{cases} {x=23y=13\begin{cases}x=\frac{2}{3}\\y=\frac{1}{3}\end{cases} System of two equations

As always, Multistep offers support through hints and substep evaluations. You can try them here:

Note

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 x(x1)x(x-1) x2xx^2-x
Factor x2xx^2-x x(x1)x(x-1)
Combine Fractions 1x+23\frac{1}{x}+\frac{2}{3} 3+2x3x\frac{3+2x}{3x}
Complete the Square x2+6x+7x^2+6x+7 (x+3)22\left(x+3\right)^2-2
Differentiate sin(2x2)\sin\left(2x^2\right) 4xcos(2x2)4x\cos\left(2x^2\right)
Integrate 4xcos(2x2)4x\cos\left(2x^2\right) sin(2x2)+c\sin\left(2x^2\right) + c

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.

A Multistep with and without an initial 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.

Add feedback 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.

Custom feedback Figure: Specifying custom feedback in an "incorrect" task

Algebrakit will show the feedback when a student inputs an expression that matches this task.

Custom feedback

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. Adding a custom hint to the start of the exercise Figure: Adding a custom hint to start of the exercise

You can add multiple hints using the plus icon on the right. Adding multiple custom hints 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.

Adding a custom hint to a task Figure: Adding a custom hint to a task

Custom hints showing in the Multistep question 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:

  1. The custom hint(s) on exercise level
  2. The custom hint(s) on task level combined with the description (if the exercises contains multiple parts)
  3. 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.

Switching automated hints off Figure: Switching automated hints off

Then click on the dropdown-menu next to Hints to choose one of them.

Choose settings to set which hints will be shown Figure: Choose settings to set which hints will be shown

You can choose between the following options:

  1. Enable all hints: nothing changes, all hints will be shown (your custom hints and the automated hints of Algebrakit)
  2. 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
  3. 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