Skip to content

Commit

Permalink
Merge pull request #1332 from Mat-Ge/Typos
Browse files Browse the repository at this point in the history
Three typos
  • Loading branch information
sangwinc authored Dec 6, 2024
2 parents c880410 + befd549 commit 0b4bba7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/en/Authoring/Inputs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Currently STACK supports the following kinds of inputs. These have a variety of
Some of the special blocks provide interactions which can be linked to inputs. These include

1. **JSXGraph** diagrams.
2, **GeoGebra** diagrams.
2. **GeoGebra** diagrams.
3. **Drag and drop** problems.

#### True/False inputs ####
Expand Down
2 changes: 1 addition & 1 deletion doc/en/Authoring/Potential_response_trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The outcomes of score, penalty, feedback and note are always produced. Normally

There are rare, but important, situations where we need a purely formative PRT.

E.g. Imagine a questions with inputs A, and B.
E.g. Imagine a question with inputs A and B.

1. Input A has a dedicated PRT to establish if it is correct.
2. Input B has a dedicated PRT to establish if it is correct.
Expand Down
2 changes: 1 addition & 1 deletion doc/en/Authoring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If the following commands appear within the question variables they will be avai

This collection of special variables are called "context variables".

STACK has a special constant `%_stack_preamble_end`. Any variables _before_ this constant will be included within the context variables. This enables you to define functions, e.g. to use with `textput`.
STACK has a special constant `%_stack_preamble_end`. Any variables _before_ this constant will be included within the context variables. This enables you to define functions, e.g. to use with `texput`.

Note, that students are not permitted to use any variable name defined by the teacher in the question variables. This includes both the context variables, and the regular remaining question variables. It is not possible to define variables which a student can then use. Students _can_ use function names defined in the preamble. e.g. you can put `vec(ex):=stackvector(ex);` into the preamble.

Expand Down

0 comments on commit 0b4bba7

Please sign in to comment.