Änderungen von Dokument Text Variablen

Zuletzt geändert von Carina Enke am 25.07.2024

Von Version 425.1
bearbeitet von Carina Enke
am 30.05.2018
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Auf Version 358.1
bearbeitet von Carina Enke
am 05.03.2020
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.12.

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Textvariablen
1 +Text Variables
Inhalt
... ... @@ -1,9 +1,8 @@
1 +{{sv-translation language="de"}}
1 1  {{layout}}
2 2  {{layout-section ac:type="single"}}
3 3  {{layout-cell}}
4 -
5 -
6 -
5 +\\
7 7  {{/layout-cell}}
8 8  {{/layout-section}}
9 9  
... ... @@ -11,13 +11,13 @@
11 11  {{layout-cell}}
12 12  Sie können Variablen mit Text-Inhalten generieren. Hierfür steht Ihnen der Variablen-Typ "**Text**" zur Verfügung.
13 13  
14 -[[image:attach:image2017-3-23 8:25:28.png]]
13 +[[image:attach:Editor - Textvariable Typauswahl_de.png]]
15 15  
16 16  Folgend werden Ihnen die Möglichkeiten zur Wertsetzung von Text-Variablen vorgestellt.
17 17  
18 -[[image:attach:image2017-3-23 8:27:46.png]]
17 +[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
19 19  
20 -
19 +\\
21 21  
22 22  (% class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size" %)
23 23  
... ... @@ -37,15 +37,11 @@
37 37  {{/panel}}
38 38  
39 39  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Weiterführende Informationen"}}
40 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]
39 +* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/maxima.html||shape="rect"]]
41 41  * [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]
42 42  * [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]
43 43  {{/panel}}
44 44  {{/scroll-ignore}}
45 -
46 -
47 -
48 -
49 49  {{/layout-cell}}
50 50  {{/layout-section}}
51 51  
... ... @@ -59,24 +59,14 @@
59 59  **Mögliche Eingaben sind beispielsweise:**
60 60  
61 61  * //Zufällige Auswahl: Auto; Motorrad; Fahrrad: //Es wird zufällig einer der angegebenen Werte ausgewählt bspw. "Fahrrad".
57 +\\
62 62  
63 -=== Beispiel "Digging a hole" ===
59 +{{info}}
60 +Folgende Beispiele zum Einsatz von numerischen Variablen zur Generierung von Zufallswerten zeigen typische Anwendungsszenarien:
64 64  
65 -|(((
66 -[[image:attach:image2017-3-23 8:32:30.png]]
67 -)))|(((
68 -Im Beispiel wird die Text-Variable {PEOPLE} zufällig mit einem der Werte "men", "woman" oder "children" initialisiert.
69 -)))
70 -|(((
71 -[[image:attach:image2017-3-23 8:36:15.png]]
72 -)))|(((
73 -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.
74 -)))
75 -|(((
76 -[[image:attach:image2017-3-23 8:38:49.png]]
77 -)))|(((
78 -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.
79 -)))
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}}
80 80  
81 81  == Direkte Wert-Setzung ==
82 82  
... ... @@ -91,6 +91,10 @@
91 91  
92 92  [[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.
93 93  
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 +
94 94  **Mögliche Eingaben sind beispielsweise:**
95 95  
96 96  * //Berechnung (MAXIMA): string({a}*x+5): //Es wird eine einfache Funktionsgleichung durch Einsatz des Variablenwertes {a} berechnet. Die Variable {a} muss zuvor definiert sein.
... ... @@ -97,11 +97,92 @@
97 97  * //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.
98 98  * //Berechnung (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA ermöglicht auch die Rückgabe von LATEX-Inhalten.
99 99  
100 - [[image:attach:image2017-3-22 15:24:50.png]]
89 + [[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
90 +{{/layout-cell}}
91 +{{/layout-section}}
92 +{{/layout}}
93 +{{/sv-translation}}
101 101  
95 +{{sv-translation language="en"}}
96 +{{layout}}
97 +{{layout-section ac:type="two_right_sidebar"}}
98 +{{layout-cell}}
99 +For variables with text, select the type //**Text**//.
100 +
101 +[[image:attach:Editor - Textvariable Typauswahl_de.png]]
102 +
103 +Below, you will find instructions on how to configure different values for your text variables.
104 +
105 +[[image:attach:Editor - Textvariable Wertsetzung_de.png]]
106 +{{/layout-cell}}
107 +
108 +{{layout-cell}}
109 +{{scroll-ignore}}
110 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
111 +
112 +
113 +{{toc/}}
114 +{{/panel}}
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}}
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"]]
125 +{{/panel}}
126 +{{/scroll-ignore}}
127 +{{/layout-cell}}
128 +{{/layout-section}}
129 +
130 +{{layout-section ac:type="single"}}
131 +{{layout-cell}}
132 +== Random selection ==
133 +
134 +Define a value list from which a value is randomly selected. The alternative values are separated by a line break, comma, or semicolon.
135 +
136 +If the selection value contains a comma, a backslash needs to be inserted before the comma. //(Example: "The condition\, which ...")//
137 +
138 +**Possible entries are for example:**
139 +
140 +* //Random selection: Car; motorcycle; bicycle: //One of the specified values will be randomly selected, for example "bicycle".
141 +\\
142 +
102 102  {{info}}
103 -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"]].
144 +The following examples for the use of numerical variables to generate random values show typical application scenarios:
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"]]
104 104  {{/info}}
149 +
150 +== Direct value assignment ==
151 +
152 +You can directly assign a value to all types of variables in order to initialise them. Later on, the value can be changed depending on other variables (cf. conditions).
153 +
154 +**Possible entries are for example:**
155 +
156 +* //Value: Hans: //The variable is assigned the value "Hans".
157 +* //Value: The function increases linearly: //The variable is assigned the value "the function increases linearly".
158 +
159 +== Calculation (MAXIMA) ==
160 +
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 +
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 +**Possible entries are for example:**
168 +
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 +* //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 +* //Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA also facilitates the return of latex content.
172 +
173 +[[image:attach:Editor - Textvariable Wertsetzung per Maxima_de.png]]
105 105  {{/layout-cell}}
106 106  {{/layout-section}}
107 107  {{/layout}}
177 +{{/sv-translation}}
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -178880792
1 +313229342
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/178880792/Textvariablen
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/313229342/Text Variables