Command Reference

Search the command reference

    This section contains a reference of all commands available to authors for scripting in Algebrakit.

    There are five types of commands available for scripting in Algebrakit. Each type can be found in a dedicated section:

    • Units, including currencies, SI units like metres, liters, kilograms, and imperial units like miles, gallons and pounds.
    • Commands, mathematical commands that are immediately solved by the system. You use commands for varied purposes like manipulating lists, rounding numbers, randomizing exercises or creating if-statements or for-loops.
    • Functions, mathematical functions like logarithms, sines, and boolean functions.
    • Tasks, mathematical commands that students solve step-by-step.
    • Visual commands, special characters such as Greek letters and the symbols for number sets.
    Warning

    This section is intended as a reference guide for advanced users. For an introduction to Algebrakit scripting, see here. For a basic overview of some fundamental Algebrakit scripting commands, see here.