Änderungen von Dokument Text Variablen
Zuletzt geändert von Carina Enke am 25.07.2024
Von Version 427.1
bearbeitet von Carina Enke
am 29.05.2018
am 29.05.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Auf Version 391.1
bearbeitet von Carina Enke
am 06.02.2019
am 06.02.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
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 variablen1 +Text Variables - Inhalt
-
... ... @@ -1,6 +1,12 @@ 1 +{{sv-translation language="de"}} 1 1 {{layout}} 2 2 {{layout-section ac:type="single"}} 3 3 {{layout-cell}} 5 + 6 + 7 +(% class="removedPlaceholderWrapper" %) 8 + 9 + 4 4 5 5 6 6 ... ... @@ -37,7 +37,7 @@ 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"]]46 +* [[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}} ... ... @@ -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 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 + 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. ... ... @@ -99,9 +99,102 @@ 99 99 100 100 [[image:attach:image2017-3-22 15:24:50.png]] 101 101 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 + 102 102 {{info}} 103 - DetaillierteHinweisezurMAXIMA-Schreibweise erhaltenSieim[[MAXIMABenutzerhandbuch (Manual)>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]].Eine wertvolle Zusammenstellungvon Beispielumsetzungen finden Sie in FormeinesWikisunter[[MAXIMAGood-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]].197 +For further information on the MAXIMA notation, please refer to the help pages of the [[computer>>url:http://maxima.sourceforge.net/||shape="rect"]] [[algebra system MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]]. 104 104 {{/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]] 105 105 {{/layout-cell}} 106 106 {{/layout-section}} 107 107 {{/layout}} 210 +{{/sv-translation}}
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 1627587411 +226230624 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 162758741/Textvariablen1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/226230624/Text Variables