Compare two revisions of: Question Sequence

... ... @@ -7,7 +7,7 @@ It currently is only possible to have one question sequence problem in a workshe
7 7 # Usage
8 8 `\followupQuestion[optional condition]{question number}`
9 9
10 -A problem becomes a question sequence, by the usage of the `\followupQuestion` command in the first question. The condition for a follow-up question is optional. You can use the same conditions as in our [conditional explanations](/wiki/Explanations#optional-condition). If you define more than one follow-up question for a question, the order is taken into account for the evaluation. If the user answers a question, that doesn't have a follow-up question, the question sequence is over. [A simple example in WebMiau](https://miau.mumie.net/web-miau/editor/content%2Fexamples%2FquestionSequence%2Fprb_question_sequence.src.tex)
10 +A problem becomes a question sequence, by the usage of the `\followupQuestion` command in the first question. The condition for a follow-up question is optional. You can use the same conditions as in our [conditional explanations](/wiki/Feeback-and-Explanations#optional-condition). If you define more than one follow-up question for a question, the order is taken into account for the evaluation. If the user answers a question, that doesn't have a follow-up question, the question sequence is over. [A simple example in WebMiau](https://miau.mumie.net/web-miau/editor/content%2Fexamples%2FquestionSequence%2Fprb_question_sequence.src.tex)
11 11
12 12 ```{latex}
13 13 \begin{question}
14 14