Änderungen von Dokument Text Variablen

Zuletzt geändert von Carina Enke am 25.07.2024

Von Version 333.1
bearbeitet von Carina Enke
am 06.03.2020
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.12.
Auf Version 404.1
bearbeitet von Carina Enke
am 22.01.2019
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.13B.

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Text Variables
1 +Textvariablen
Inhalt
... ... @@ -2,7 +2,14 @@
2 2  {{layout}}
3 3  {{layout-section ac:type="single"}}
4 4  {{layout-cell}}
5 -\\
5 +
6 +
7 +(% class="removedPlaceholderWrapper" %)
8 +
9 +
10 +
11 +
12 +
6 6  {{/layout-cell}}
7 7  {{/layout-section}}
8 8  
... ... @@ -10,13 +10,13 @@
10 10  {{layout-cell}}
11 11  Sie können Variablen mit Text-Inhalten generieren. Hierfür steht Ihnen der Variablen-Typ "**Text**" zur Verfügung.
12 12  
13 -[[image:attach:Editor - Textvariable Typauswahl_de.png]]
20 +[[image:attach:image2017-3-23 8:25:28.png]]
14 14  
15 15  Folgend werden Ihnen die Möglichkeiten zur Wertsetzung von Text-Variablen vorgestellt.
16 16  
17 -[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
24 +[[image:attach:image2017-3-23 8:27:46.png]]
18 18  
19 -\\
26 +
20 20  
21 21  (% class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size" %)
22 22  
... ... @@ -36,11 +36,15 @@
36 36  {{/panel}}
37 37  
38 38  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Weiterführende Informationen"}}
39 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/maxima.html||shape="rect"]]
46 +* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
40 40  * [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
41 41  * [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
42 42  {{/panel}}
43 43  {{/scroll-ignore}}
51 +
52 +
53 +
54 +
44 44  {{/layout-cell}}
45 45  {{/layout-section}}
46 46  
... ... @@ -54,14 +54,24 @@
54 54  **Mögliche Eingaben sind beispielsweise:**
55 55  
56 56  * //Zufällige Auswahl: Auto; Motorrad; Fahrrad: //Es wird zufällig einer der angegebenen Werte ausgewählt bspw. "Fahrrad".
57 -\\
58 58  
59 -{{info}}
60 -Folgende Beispiele zum Einsatz von numerischen Variablen zur Generierung von Zufallswerten zeigen typische Anwendungsszenarien:
69 +=== Beispiel "Digging a hole" ===
61 61  
62 -* [[Beispiel "Digging a hole">>doc:Beispiele zum Einsatz von Variablen]]
63 -* [[Beispiel "Transport" - Einsatz von Zufallsparametern>>doc:Beispiele zum Einsatz von Variablen]]
64 -{{/info}}
71 +|(((
72 +[[image:attach:image2017-3-23 8:32:30.png]]
73 +)))|(((
74 +Im Beispiel wird die Text-Variable {PEOPLE} zufällig mit einem der Werte "men", "woman" oder "children" initialisiert.
75 +)))
76 +|(((
77 +[[image:attach:image2017-3-23 8:36:15.png]]
78 +)))|(((
79 +Die Variable wird in den Aufgabentext durch Angabe des Variablen-Namens {PEOPLE} eingebunden. Im Beispiel wird die Variable in eine Aufgabe vom Typ [[Berechnung (Lückentext) >>doc:Berechnungsaufgabe]]eingebunden.
80 +)))
81 +|(((
82 +[[image:attach:image2017-3-23 8:38:49.png]]
83 +)))|(((
84 +Für den Testdurchlauf wird für jeden Teilnehmer und jeden Versuch zufällig einer der definierten Werte ausgewählt. Im Beispiel wurde zufällig der Wert "woman" eingesetzt.
85 +)))
65 65  
66 66  == Direkte Wert-Setzung ==
67 67  
... ... @@ -76,10 +76,6 @@
76 76  
77 77  [[MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]] ermöglicht die Arbeit mit Zeichenketten und Formeln. Sie können Variablenwerte auf Basis anderer Variablen berechnen. Geben Sie Ihre Berechnungsvorschrift in MAXIMA-Schreibweise an.
78 78  
79 -{{info}}
80 -Detaillierte Hinweise zur MAXIMA-Schreibweise erhalten Sie im [[MAXIMA Benutzerhandbuch (Manual)>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]. Eine wertvolle Zusammenstellung von Beispielumsetzungen finden Sie in Form eines Wikis unter [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]].
81 -{{/info}}
82 -
83 83  **Mögliche Eingaben sind beispielsweise:**
84 84  
85 85  * //Berechnung (MAXIMA): string({a}*x+5): //Es wird eine einfache Funktionsgleichung durch Einsatz des Variablenwertes {a} berechnet. Die Variable {a} muss zuvor definiert sein.
... ... @@ -86,7 +86,11 @@
86 86  * //Berechnung (MAXIMA): string(integrate({function},x,0,1)):** **//MAXIMA ermöglicht komplexe mathematische Berechnungen. Die Ableitung einer Beispielfunktion (bspw. 5*x+5) könnte als Wert "15/2" zurückliefern.
87 87  * //Berechnung (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA ermöglicht auch die Rückgabe von LATEX-Inhalten.
88 88  
89 - [[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
106 + [[image:attach:image2017-3-22 15:24:50.png]]
107 +
108 +{{info}}
109 +Detaillierte Hinweise zur MAXIMA-Schreibweise erhalten Sie im [[MAXIMA Benutzerhandbuch (Manual)>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]. Eine wertvolle Zusammenstellung von Beispielumsetzungen finden Sie in Form eines Wikis unter [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]].
110 +{{/info}}
90 90  {{/layout-cell}}
91 91  {{/layout-section}}
92 92  {{/layout}}
... ... @@ -96,13 +96,13 @@
96 96  {{layout}}
97 97  {{layout-section ac:type="two_right_sidebar"}}
98 98  {{layout-cell}}
99 -For variables with text, select the type //**Text**//.
120 +You can generate variables with text content. For this purpose, the variable type "**Text**" is available to you.
100 100  
101 -[[image:attach:Editor - Textvariable Typauswahl_de.png]]
122 +[[image:attach:image2017-3-23 8:25:28.png]]
102 102  
103 -Below, you will find instructions on how to configure different values for your text variables.
124 +To alter the value for the text variable, different options are available, which will be explained in the following sections.
104 104  
105 -[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
126 +[[image:attach:image2017-3-23 8:27:46.png]]
106 106  {{/layout-cell}}
107 107  
108 108  {{layout-cell}}
... ... @@ -111,17 +111,15 @@
111 111  
112 112  
113 113  {{toc/}}
114 -{{/panel}}
115 115  
116 -{{panel title="Related topics"}}
117 -* [[Calculation interaction>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v8.X||shape="rect"]]
118 -* [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v8.X||shape="rect"]]
119 -{{/panel}}
136 +**Related topics**
120 120  
121 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}}
122 -* [[MAXIMA manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
123 -* [[MAXIMA good practice examples>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
124 -* [[MAXIMA system information>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
138 +* [[Calculation task>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.11||shape="rect"]]
139 +* [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v1.11||shape="rect"]]
140 +
141 +**Further information**
142 +
143 +* [[MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]]
125 125  {{/panel}}
126 126  {{/scroll-ignore}}
127 127  {{/layout-cell}}
... ... @@ -138,14 +138,24 @@
138 138  **Possible entries are for example:**
139 139  
140 140  * //Random selection: Car; motorcycle; bicycle: //One of the specified values will be randomly selected, for example "bicycle".
141 -\\
142 142  
143 -{{info}}
144 -The following examples for the use of numerical variables to generate random values show typical application scenarios:
161 +=== Example "digging a hole" ===
145 145  
146 -* [[Example "Digging a hole">>url:https://www.bps-system.de/help/display/ONYXintern/.Beispiele+zum+Einsatz+von+Variablen+v8.7||shape="rect"]]
147 -* [[Example "Transport" - Use of random parameters>>url:https://www.bps-system.de/help/display/ONYXintern/.Beispiele+zum+Einsatz+von+Variablen+v8.7||shape="rect"]]
148 -{{/info}}
163 +|(((
164 +[[image:attach:image2017-3-23 8:32:30.png]]
165 +)))|(((
166 +In the example, the text variable {PEOPLE} will be randomly initialised with one of the following values: "men", "women", or "children".
167 +)))
168 +|(((
169 +[[image:attach:image2017-3-23 8:36:15.png]]
170 +)))|(((
171 +To insert the variable into the task text, you need to type the variable name {PEOPLE}. In the example, the variable is included in a task of the type [[calculation (cloze)>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.11||shape="rect"]].
172 +)))
173 +|(((
174 +[[image:attach:image2017-3-23 8:38:49.png]]
175 +)))|(((
176 +One of the defined values will then be randomly chosen for each participant and each test attempt. In the example, the value "women" was inserted.
177 +)))
149 149  
150 150  == Direct value assignment ==
151 151  
... ... @@ -160,10 +160,6 @@
160 160  
161 161  [[MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]] allows for the work with strings and formulas. You can calculate variable values on the basis of other variables. Indicate your calculation rule in MAXIMA notation.
162 162  
163 -{{info}}
164 -For further information on the MAXIMA notation, please refer to the [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]. A valuable compilation of examples can be found in the form of a wiki under [[MAXIMA good practice examples>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]].
165 -{{/info}}
166 -
167 167  **Possible entries are for example:**
168 168  
169 169  * //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.
... ... @@ -170,7 +170,7 @@
170 170  * //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".
171 171  * //Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA also facilitates the return of latex content.
172 172  
173 -[[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
198 +[[image:attach:image2017-3-22 15:24:50.png]]
174 174  {{/layout-cell}}
175 175  {{/layout-section}}
176 176  {{/layout}}
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -313229802
1 +200737495
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/313229802/Text Variables
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/200737495/Textvariablen