Skip to content
Snippets Groups Projects
Unverified Commit befd549c authored by Mat-Ge's avatar Mat-Ge Committed by GitHub
Browse files

Three typos

parent dd74c5bd
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ Currently STACK supports the following kinds of inputs. These have a variety of ...@@ -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 Some of the special blocks provide interactions which can be linked to inputs. These include
1. **JSXGraph** diagrams. 1. **JSXGraph** diagrams.
2, **GeoGebra** diagrams. 2. **GeoGebra** diagrams.
3. **Drag and drop** problems. 3. **Drag and drop** problems.
#### True/False inputs #### #### True/False inputs ####
......
...@@ -84,7 +84,7 @@ The outcomes of score, penalty, feedback and note are always produced. Normally ...@@ -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. 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. 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. 2. Input B has a dedicated PRT to establish if it is correct.
......
...@@ -58,7 +58,7 @@ If the following commands appear within the question variables they will be avai ...@@ -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". 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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment