Changes for page Text Variablen

Last modified by Carina Enke on 12.12.2025

From version 1.1
edited by Hendrik Zschocke
on 12.01.2024
Change comment: There is no comment for this version
To version 1.3
edited by Carina Enke
on 12.12.2025
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.hendrik
1 +XWiki.carina
Content
... ... @@ -1,7 +1,6 @@
1 -{{layout}}
2 -{{layout-section ac:type="two_right_sidebar"}}
3 -{{layout-cell}}
4 -For variables with text, select the type //**Text**//.
1 +{{section}}
2 +{{column width="60%"}}
3 +For variables with text, select the type **Text**.
5 5  
6 6  [[image:attach:Editor - Textvariable Typauswahl_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="184" width="406"]]
7 7  
... ... @@ -8,38 +8,43 @@
8 8  Below, you will find instructions on how to configure different values for your text variables.
9 9  
10 10  [[image:attach:Editor - Textvariable Wertsetzung_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="151" width="404"]]
11 -{{/layout-cell}}
10 +{{/column}}
12 12  
13 -{{layout-cell}}
14 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
15 -{{toc/}}
12 +{{column width="30%"}}
13 +{{panel title="Content"}}
14 +{{toc start="2"/}}
16 16  {{/panel}}
17 17  
18 -{{panel title="Related topics"}}
17 +
18 +{{panel title="Related Topics"}}
19 19  * [[Calculation interaction>>doc:ONYX.Erstellung von Testinhalten.Aufgabentypen.Berechnungsaufgabe.WebHome]]
20 20  * [[Formula comparison>>doc:ONYX.Erstellung von Testinhalten.Aufgabentypen.Formelvergleich.WebHome]]
21 +
21 21  {{/panel}}
22 22  
23 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}}
24 +{{panel title="Further information"}}
24 24  * [[MAXIMA manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
25 25  * [[MAXIMA good practice examples>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
26 26  * [[MAXIMA system information>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
28 +
27 27  {{/panel}}
28 -{{/layout-cell}}
29 -{{/layout-section}}
30 30  
31 -{{layout-section ac:type="single"}}
32 -{{layout-cell}}
31 +
32 +{{/column}}
33 +
34 +{{/section}}
35 +
36 +
37 +
33 33  == Random selection ==
34 34  
35 35  Define a value list from which a value is randomly selected. The alternative values are separated by a line break, comma, or semicolon.
36 36  
37 -If the selection value contains a comma, a backslash needs to be inserted before the comma. //(Example: "The condition\, which ...")//
42 +If the selection value contains a comma, a backslash needs to be inserted before the comma. (Example: "The condition\, which ...")
38 38  
39 39  **Possible entries are for example:**
40 40  
41 -* //Random selection: Car; motorcycle; bicycle: //One of the specified values will be randomly selected, for example "bicycle".
42 -
46 +* Random selection: Car; motorcycle; bicycle: One of the specified values will be randomly selected, for example "bicycle".
43 43  
44 44  {{info}}
45 45  The following examples for the use of numerical variables to generate random values show typical application scenarios:
... ... @@ -54,8 +54,8 @@
54 54  
55 55  **Possible entries are for example:**
56 56  
57 -* //Value: Hans: //The variable is assigned the value "Hans".
58 -* //Value: The function increases linearly: //The variable is assigned the value "the function increases linearly".
61 +* Value: Hans: The variable is assigned the value "Hans".
62 +* Value: The function increases linearly: The variable is assigned the value "the function increases linearly".
59 59  
60 60  == Calculation (MAXIMA) ==
61 61  
... ... @@ -67,11 +67,9 @@
67 67  
68 68  **Possible entries are for example:**
69 69  
70 -* //Calculation (MAXIMA): string({a}*x+5): //A simple function equation is calculated including the variable value {a}. Plase note that the variable {a} must have been previously defined.
71 -* //Calculation (MAXIMA): string(integrate({function},x,0,1)): //MAXIMA enables complex mathematical calculations. The derivative of a sample function (e.g. 5*x+5) could result in the value "15/2".
72 -* //Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA also facilitates the return of latex content.
74 +* Calculation (MAXIMA): string({a}*x+5): A simple function equation is calculated including the variable value {a}. Plase note that the variable {a} must have been previously defined.
75 +* Calculation (MAXIMA): string(integrate({function},x,0,1)): MAXIMA enables complex mathematical calculations. The derivative of a sample function (e.g. 5*x+5) could result in the value "15/2".
76 +* Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): MAXIMA also facilitates the return of latex content.
73 73  
74 74  [[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
75 -{{/layout-cell}}
76 -{{/layout-section}}
77 -{{/layout}}
79 +