Version 67.1 von Carina Enke am 24.02.2021

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6
7 {{details}}
8 (% class="wrapped" %)
9 |=(((
10 Verantwortlicher
11 )))|(((
12 \\
13 )))
14 |=(% colspan="1" %)(% colspan="1" %)
15 (((
16 Status
17 )))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
18 (((
19 (% class="content-wrapper" %)
20 (((
21
22
23 {{sv-metadata type="workflow-status"/}}
24
25 {{status colour="Green" title="Fertig"/}}
26 )))
27 )))
28 |=(% colspan="1" %)(% colspan="1" %)
29 (((
30 Varianten
31 )))|(% colspan="1" %)(% colspan="1" %)
32 (((
33 (% class="content-wrapper" %)
34 (((
35 {{sv-metadata type="variants"/}}
36 )))
37 )))
38 |=(% colspan="1" %)(% colspan="1" %)
39 (((
40 Attribute
41 )))|(% colspan="1" %)(% colspan="1" %)
42 (((
43 (% class="content-wrapper" %)
44 (((
45 {{sv-metadata type="attributes"/}}
46 )))
47 )))
48 |=(% colspan="1" %)(% colspan="1" %)
49 (((
50 Pagekey
51 )))|(% colspan="1" %)(% colspan="1" %)
52 (((
53 (% class="content-wrapper" %)
54 (((
55
56
57 {{sv-metadata type="pagekey"/}}
58 )))
59 )))
60 |=(% colspan="1" %)(% colspan="1" %)
61 (((
62 Übersetzung
63 )))|(% colspan="1" %)(% colspan="1" %)
64 (((
65 (% class="content-wrapper" %)
66 (((
67 Example "Transport" - Use of Random Parameters
68
69 {{status colour="Green" title="fertig"/}}
70 )))
71 )))
72 |=(% colspan="1" %)(% colspan="1" %)
73 (((
74 TODOs
75 )))|(% colspan="1" %)(% colspan="1" %)
76 (((
77 (% class="content-wrapper" %)
78 (((
79 (% class="task-list" %)
80 (((
81 {{task reference="/Tasks/Task_2" status="Done"}}
82 carina {{mention reference="XWiki.0a49950f5c0f19a8015c101b60e10001" style="FULL_NAME" anchor="XWiki-0a49950f5c0f19a8015c101b60e10001-WCCCT"/}} Bitte Review {{date value="2019-04-24" format="yyyy-MM-dd"/}}
83 {{/task}}
84 )))
85 )))
86 )))
87 {{/details}}
88 {{/layout-cell}}
89 {{/layout-section}}
90
91 {{layout-section ac:type="single"}}
92 {{layout-cell}}
93 Als Beispiel wird eine typische Anwendungsaufgabe erstellt. Es soll der zurückgelegte Weg eines beliebigen Fahrzeugs auf Grundlage der Geschwindigkeit und der Zeit berechnet werden. Die Geschwindigkeit ist dabei abhängig vom Fahrzeugtyp.
94 {{/layout-cell}}
95 {{/layout-section}}
96
97 {{layout-section ac:type="single"}}
98 {{layout-cell}}
99 \\
100
101 (% class="wrapped" %)
102 |(% colspan="1" %)(% colspan="1" %)
103 (((
104 (% class="content-wrapper" %)
105 (((
106 [[image:attach:Editor - Tab Variablen zur Beispielaufgabe_de.png]]
107 )))
108 )))|(% colspan="1" %)(% colspan="1" %)
109 (((
110 Im Beispiel wird die [[Text-Variable>>doc:Text Variables]] {transport} zufällig mit einem der Werte "bike", "bus", "car" oder "train" initialisiert. Die [[Numerische Variable>>doc:Numerische Variablen]] {speed} soll aus einem Wertebereich zufällig gesetzt werden. Dabei soll der Wertebereich für die Geschwindigkeit {speed} in Abhängigkeit vom gewählten Fahrzeug {transport} gesetzt werden. Schließlich fährt ein "bike" im Allgemeinen langsamer, als ein "train".
111
112 \\
113 )))
114 |(((
115 (% class="content-wrapper" %)
116 (((
117 [[image:attach:Editor - Beispiel einer Bedingung_de.png]][[image:attach:Editor - weiteres Beispiel einer Bedingung_de.png]]
118 )))
119 )))|(((
120 Zur abhängigen Wertsetzung nutzen wir die Variablen-Bedingung. In der Bedingung können wir in Abhängigkeit von dem gewählten Wert der Variable {transport} den Wertebereich für die Variable {speed} definieren. Für das Fahrrad ({transport}="bike") wird auf diese Weise ein Wertebereich von 10 bis 30 (km/h) gesetzt.
121 )))
122 |(((
123 (% class="content-wrapper" %)
124 (((
125 [[image:attach:Editor - Nutzung von Variablen in der Aufgabenstellung_de.png]]
126 )))
127 )))|(((
128 Die gegebenen Werte der Aufgabe werden in den Aufgabentext durch Angabe des Variablen-Namens ({transport}, {speed} und {hours}) eingebunden. Im Beispiel wird die Variable in eine Aufgabe vom Typ [[Berechnung (Lückentext) >>doc:Berechnungsaufgabe]]eingebunden.
129
130 An die Lücke wird die Variable mit der korrekten Lösung {distance} gebunden.
131
132 \\
133 )))
134 |(((
135 (% class="content-wrapper" %)
136 (((
137 [[image:attach:Testrun - Beispielaufgabe im Testrun_de.png]]
138 )))
139 )))|(((
140 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 "bike" eingesetzt und damit eine Geschwindigkeit im Wertebereich von 10 bis 30 (km/h) gewählt.
141
142 \\
143
144 \\
145 )))
146 {{/layout-cell}}
147 {{/layout-section}}
148 {{/layout}}
149 {{/sv-translation}}
150
151 {{sv-translation language="en"}}
152 {{layout}}
153 {{layout-section ac:type="single"}}
154 {{layout-cell}}
155 As an example, a typical application task is created. The goal is to calculate the distance travelled by a vehicle based on speed and time. The speed is dependent on the vehicle type.
156 {{/layout-cell}}
157 {{/layout-section}}
158
159 {{layout-section ac:type="single"}}
160 {{layout-cell}}
161 \\
162
163 (% class="wrapped" %)
164 |(% colspan="1" %)(% colspan="1" %)
165 (((
166 (% class="content-wrapper" %)
167 (((
168 [[image:attach:Editor - Tab Variablen zur Beispielaufgabe_de.png]]
169 )))
170 )))|(% colspan="1" %)(% colspan="1" %)
171 (((
172 In the example, the [[text variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Textvariablen+v1.11||shape="rect"]] {transport} will be randomly initialised with one of the following values: "bike", "bus", or "train". The [[numerical variable>>doc:Numerische Variablen]] {speed} is randomly selected from a value range. Thus, the value range for the speed {speed} should be set in dependence of the selected vehicle {transport}, since a "bike" is generally slower than a "train".
173 )))
174 |(((
175 (% class="content-wrapper" %)
176 (((
177 [[image:attach:Editor - Beispiel einer Bedingung_de.png]][[image:attach:Editor - weiteres Beispiel einer Bedingung_de.png]]
178 )))
179 )))|(((
180 For the dependent value setting, we use the variable condition. In the condition, we can define the value range for the variable {speed} depending on the selected value of the variable {transport}. For the bike ({transport}="bike"), for example, a value range of 10 to 30 (km/h) was set.
181 )))
182 |(((
183 (% class="content-wrapper" %)
184 (((
185 [[image:attach:Editor - Nutzung von Variablen in der Aufgabenstellung_de.png]]
186 )))
187 )))|(((
188 The given values of the task are integrated into the task text by specifying the variable name ({transport}, {speed}, and {hours}). In the example, the variable is included in a task of the type [[calculation interaction>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.6||shape="rect"]].
189
190 The variable with the correct solution {distance} is bound to the gap.
191 )))
192 |(((
193 (% class="content-wrapper" %)
194 (((
195 [[image:attach:Testrun - Beispielaufgabe im Testrun_de.png]]
196 )))
197 )))|(((
198 One of the defined values will be randomly chosen for each participant and each test attempt. In the example, the value "bike" was randomly inserted, which is why a speed in the value range of 10 to 30 (km/h) was selected.
199 )))
200 {{/layout-cell}}
201 {{/layout-section}}
202 {{/layout}}
203 {{/sv-translation}}