Änderungen von Dokument Text Variablen
Zuletzt geändert von Carina Enke am 26.11.2025
Von Version 393.1
bearbeitet von Carina Enke
am 27.02.2019
am 27.02.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
Auf Version 422.1
bearbeitet von Carina Enke
am 30.05.2018
am 30.05.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Titel
-
... ... @@ -1,1 +1,1 @@ 1 -Text Variables1 +Textvariablen - Inhalt
-
... ... @@ -1,12 +2,6 @@ 1 -{{sv-translation language="de"}} 2 2 {{layout}} 3 3 {{layout-section ac:type="single"}} 4 4 {{layout-cell}} 5 - 6 - 7 -(% class="removedPlaceholderWrapper" %) 8 - 9 - 10 10 11 11 12 12 ... ... @@ -43,7 +43,7 @@ 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/maxima.html||shape="rect"]] 40 +* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/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}} ... ... @@ -97,10 +97,6 @@ 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 100 -{{info}} 101 -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"]]. 102 -{{/info}} 103 - 104 104 **Mögliche Eingaben sind beispielsweise:** 105 105 106 106 * //Berechnung (MAXIMA): string({a}*x+5): //Es wird eine einfache Funktionsgleichung durch Einsatz des Variablenwertes {a} berechnet. Die Variable {a} muss zuvor definiert sein. ... ... @@ -109,102 +109,9 @@ 109 109 110 110 [[image:attach:image2017-3-22 15:24:50.png]] 111 111 112 - 113 -{{/layout-cell}} 114 -{{/layout-section}} 115 -{{/layout}} 116 -{{/sv-translation}} 117 - 118 -{{sv-translation language="en"}} 119 -{{layout}} 120 -{{layout-section ac:type="two_right_sidebar"}} 121 -{{layout-cell}} 122 -You can generate variables with text content. For this purpose, the variable type "**Text**" is available to you. 123 - 124 -[[image:attach:image2017-3-23 8:25:28.png]] 125 - 126 -To alter the value for the text variable, different options are available, which will be explained in the following sections. 127 - 128 -[[image:attach:image2017-3-23 8:27:46.png]] 129 -{{/layout-cell}} 130 - 131 -{{layout-cell}} 132 -{{scroll-ignore}} 133 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}} 134 - 135 - 136 -{{toc/}} 137 - 138 -**Related topics** 139 - 140 -* [[Calculation task>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.11||shape="rect"]] 141 -* [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v1.11||shape="rect"]] 142 -{{/panel}} 143 - 144 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}} 145 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]] 146 -* [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]] 147 -* [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]] 148 -{{/panel}} 149 -{{/scroll-ignore}} 150 -{{/layout-cell}} 151 -{{/layout-section}} 152 - 153 -{{layout-section ac:type="single"}} 154 -{{layout-cell}} 155 -== Random selection == 156 - 157 -Define a value list from which a value is randomly selected. The alternative values are separated by a line break, comma, or semicolon. 158 - 159 -If the selection value contains a comma, a backslash needs to be inserted before the comma. //(Example: "The condition\, which ...")// 160 - 161 -**Possible entries are for example:** 162 - 163 -* //Random selection: Car; motorcycle; bicycle: //One of the specified values will be randomly selected, for example "bicycle". 164 - 165 -=== Example "digging a hole" === 166 - 167 -|((( 168 -[[image:attach:image2017-3-23 8:32:30.png]] 169 -)))|((( 170 -In the example, the text variable {PEOPLE} will be randomly initialised with one of the following values: "men", "women", or "children". 171 -))) 172 -|((( 173 -[[image:attach:image2017-3-23 8:36:15.png]] 174 -)))|((( 175 -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"]]. 176 -))) 177 -|((( 178 -[[image:attach:image2017-3-23 8:38:49.png]] 179 -)))|((( 180 -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. 181 -))) 182 - 183 -== Direct value assignment == 184 - 185 -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). 186 - 187 -**Possible entries are for example:** 188 - 189 -* //Value: Hans: //The variable is assigned the value "Hans". 190 -* //Value: The function increases linearly: //The variable is assigned the value "the function increases linearly". 191 - 192 -== Calculation (MAXIMA) == 193 - 194 -[[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. 195 - 196 196 {{info}} 197 - For further information on the MAXIMAnotation, pleasereferto the help pagesof the [[computer>>url:http://maxima.sourceforge.net/||shape="rect"]][[algebrasystemMAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]].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"]]. 198 198 {{/info}} 199 - 200 -**Possible entries are for example:** 201 - 202 -* //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. 203 -* //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". 204 -* //Calculation (MAXIMA): tex1(matrix([{a1},{a2}],[{b1},{b2}])): //MAXIMA also facilitates the return of latex content. 205 - 206 -[[image:attach:image2017-3-22 15:24:50.png]] 207 207 {{/layout-cell}} 208 208 {{/layout-section}} 209 209 {{/layout}} 210 -{{/sv-translation}}
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -2 099774021 +162758904 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/2 09977402/TextVariables1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/162758904/Textvariablen