Änderungen von Dokument Text Variablen

Zuletzt geändert von Carina Enke am 25.07.2024

Von Version 400.1
bearbeitet von Carina Enke
am 05.02.2019
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
Auf Version 382.1
bearbeitet von Carina Enke
am 08.05.2019
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.7.

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Textvariablen
1 +Text Variables
Inhalt
... ... @@ -1,16 +1,7 @@
1 1  {{sv-translation language="de"}}
2 2  {{layout}}
3 3  {{layout-section ac:type="single"}}
4 -{{layout-cell}}
5 -
6 -
7 -(% class="removedPlaceholderWrapper" %)
8 -
9 -
10 -
11 -
12 -
13 -{{/layout-cell}}
4 +{{layout-cell}}{{/layout-cell}}
14 14  {{/layout-section}}
15 15  
16 16  {{layout-section ac:type="two_right_sidebar"}}
... ... @@ -17,11 +17,11 @@
17 17  {{layout-cell}}
18 18  Sie können Variablen mit Text-Inhalten generieren. Hierfür steht Ihnen der Variablen-Typ "**Text**" zur Verfügung.
19 19  
20 -[[image:attach:image2017-3-23 8:25:28.png]]
11 +[[image:attach:Editor - Textvariable Typauswahl_de.png]]
21 21  
22 22  Folgend werden Ihnen die Möglichkeiten zur Wertsetzung von Text-Variablen vorgestellt.
23 23  
24 -[[image:attach:image2017-3-23 8:27:46.png]]
15 +[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
25 25  
26 26  
27 27  
... ... @@ -43,15 +43,11 @@
43 43  {{/panel}}
44 44  
45 45  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Weiterführende Informationen"}}
46 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
37 +* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/maxima.html||shape="rect"]]
47 47  * [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
48 48  * [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
49 49  {{/panel}}
50 50  {{/scroll-ignore}}
51 -
52 -
53 -
54 -
55 55  {{/layout-cell}}
56 56  {{/layout-section}}
57 57  
... ... @@ -65,24 +65,14 @@
65 65  **Mögliche Eingaben sind beispielsweise:**
66 66  
67 67  * //Zufällige Auswahl: Auto; Motorrad; Fahrrad: //Es wird zufällig einer der angegebenen Werte ausgewählt bspw. "Fahrrad".
55 +\\
68 68  
69 -=== Beispiel "Digging a hole" ===
57 +{{info}}
58 +Folgende Beispiele zum Einsatz von numerischen Variablen zur Generierung von Zufallswerten zeigen typische Anwendungsszenarien:
70 70  
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 -)))
60 +* [[Beispiel "Digging a hole">>doc:Beispiele zum Einsatz von Variablen]]
61 +* [[Beispiel "Transport" - Einsatz von Zufallsparametern>>doc:Beispiele zum Einsatz von Variablen]]
62 +{{/info}}
86 86  
87 87  == Direkte Wert-Setzung ==
88 88  
... ... @@ -97,6 +97,10 @@
97 97  
98 98  [[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.
99 99  
77 +{{info}}
78 +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"]].
79 +{{/info}}
80 +
100 100  **Mögliche Eingaben sind beispielsweise:**
101 101  
102 102  * //Berechnung (MAXIMA): string({a}*x+5): //Es wird eine einfache Funktionsgleichung durch Einsatz des Variablenwertes {a} berechnet. Die Variable {a} muss zuvor definiert sein.
... ... @@ -103,11 +103,7 @@
103 103  * //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.
104 104  * //Berechnung (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA ermöglicht auch die Rückgabe von LATEX-Inhalten.
105 105  
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}}
87 + [[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
111 111  {{/layout-cell}}
112 112  {{/layout-section}}
113 113  {{/layout}}
... ... @@ -117,13 +117,13 @@
117 117  {{layout}}
118 118  {{layout-section ac:type="two_right_sidebar"}}
119 119  {{layout-cell}}
120 -You can generate variables with text content. For this purpose, the variable type "**Text**" is available to you.
97 +For variables with text, select the type //**Text**//.
121 121  
122 -[[image:attach:image2017-3-23 8:25:28.png]]
99 +[[image:attach:Editor - Textvariable Typauswahl_de.png]]
123 123  
124 -To alter the value for the text variable, different options are available, which will be explained in the following sections.
101 +Below, you will find instructions on how to configure different values for your text variables.
125 125  
126 -[[image:attach:image2017-3-23 8:27:46.png]]
103 +[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
127 127  {{/layout-cell}}
128 128  
129 129  {{layout-cell}}
... ... @@ -132,15 +132,17 @@
132 132  
133 133  
134 134  {{toc/}}
112 +{{/panel}}
135 135  
136 -**Related topics**
114 +{{panel title="Related topics"}}
115 +* [[Calculation interaction>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v8.X||shape="rect"]]
116 +* [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v8.X||shape="rect"]]
117 +{{/panel}}
137 137  
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"]]
119 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}}
120 +* [[MAXIMA manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
121 +* [[MAXIMA good practice examples>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
122 +* [[MAXIMA system information>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
144 144  {{/panel}}
145 145  {{/scroll-ignore}}
146 146  {{/layout-cell}}
... ... @@ -157,24 +157,14 @@
157 157  **Possible entries are for example:**
158 158  
159 159  * //Random selection: Car; motorcycle; bicycle: //One of the specified values will be randomly selected, for example "bicycle".
139 +\\
160 160  
161 -=== Example "digging a hole" ===
141 +{{info}}
142 +The following examples for the use of numerical variables to generate random values show typical application scenarios:
162 162  
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 -)))
144 +* [[Example "Digging a hole">>url:https://www.bps-system.de/help/display/ONYXintern/.Beispiele+zum+Einsatz+von+Variablen+v8.7||shape="rect"]]
145 +* [[Example "Transport" - Use of random parameters>>url:https://www.bps-system.de/help/display/ONYXintern/.Beispiele+zum+Einsatz+von+Variablen+v8.7||shape="rect"]]
146 +{{/info}}
178 178  
179 179  == Direct value assignment ==
180 180  
... ... @@ -189,6 +189,10 @@
189 189  
190 190  [[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.
191 191  
161 +{{info}}
162 +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"]].
163 +{{/info}}
164 +
192 192  **Possible entries are for example:**
193 193  
194 194  * //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.
... ... @@ -195,7 +195,7 @@
195 195  * //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".
196 196  * //Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA also facilitates the return of latex content.
197 197  
198 -[[image:attach:image2017-3-22 15:24:50.png]]
171 +[[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
199 199  {{/layout-cell}}
200 200  {{/layout-section}}
201 201  {{/layout}}
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -203849920
1 +234979375
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/203849920/Textvariablen
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/234979375/Text Variables