Skip to content

Commit f686f5e

Browse files
authored
Update Authoring_quick_start_2.md
Change "exp" to "ex1"
1 parent 9a9fd55 commit f686f5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/en/AbInitio/Authoring_quick_start_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now it will be a lot faster to fill out the rest of the question. Add the follow
3838
<p>Find \(\int{@ex1@} \mathrm{d}x\)</p>
3939
<p>[[input:ans1]] [[validation:ans1]]</p>
4040

41-
Notice that we have defined a local variable `exp`, and used the value of this in the Question text. There is a difference between mathematics enclosed between `\(..\)` symbols and `{@..@}` symbols. All the text-based fields in the question, including feedback, are [CAS text](../Authoring/CASText.md). This is HTML into which mathematics can be inserted. LaTeX is placed between `\(..\)`s, and CAS expressions (including your variables) between matching `{@..@}` symbols. The CAS expressions are evaluated in the context of the question variables and displayed as LaTeX.
41+
Notice that we have defined a local variable `ex1`, and used the value of this in the Question text. There is a difference between mathematics enclosed between `\(..\)` symbols and `{@..@}` symbols. All the text-based fields in the question, including feedback, are [CAS text](../Authoring/CASText.md). This is HTML into which mathematics can be inserted. LaTeX is placed between `\(..\)`s, and CAS expressions (including your variables) between matching `{@..@}` symbols. The CAS expressions are evaluated in the context of the question variables and displayed as LaTeX.
4242

4343
Since we have used `{@ex1@}` here, the user will not see a \(ex1\) on the screen when the question is instantiated, but the _displayed value_ of `ex1`: \(\frac{3}{(x-1)^{-4}}\)
4444

@@ -52,4 +52,4 @@ It is good practice to use question variables often, as they save time and let y
5252

5353
You should now be able to use question variables in STACK.
5454

55-
##### The next part of the authoring quick start guide looks at [improving feedback](Authoring_quick_start_3.md).
55+
##### The next part of the authoring quick start guide looks at [improving feedback](Authoring_quick_start_3.md).

0 commit comments

Comments
 (0)