Wiki-Quellcode von Beispiel Vorzeichen eines Ergebniswertes beachten
Version 76.3 von Carina Enke am 20.12.2023
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="single"}} | ||
3 | {{layout-cell}} | ||
4 | \\ | ||
5 | {{/layout-cell}} | ||
6 | {{/layout-section}} | ||
7 | |||
8 | {{layout-section ac:type="single"}} | ||
9 | {{layout-cell}} | ||
10 | Als Beispiel sollen für einen numerischen Ergebniswert die Bewertung und individuelle Feedbackangabe anhand folgender Kriterien erfolgen: | ||
11 | |||
12 | {{panel}} | ||
13 | {{column width="50%"}} | ||
14 | Falsche Lösung: | ||
15 | |||
16 | * keine Punkte | ||
17 | * Feedback: "Ihre Lösung ist falsch." | ||
18 | |||
19 | \\ | ||
20 | |||
21 | Falsches Vorzeichen, aber korrketer Ergebniswert: | ||
22 | |||
23 | * 0,5 Punkte | ||
24 | * Feedback: "Der Betrag Ihrer Lösung ist korrekt, das Vorzeichen jedoch falsch." | ||
25 | {{/column}} | ||
26 | |||
27 | {{column width="50%"}} | ||
28 | Richtiges Vorzeichen, korrekter Ergebniswert: | ||
29 | |||
30 | * 1 Punkt | ||
31 | * Feedback: "Ihre Lösung ist richtig." | ||
32 | |||
33 | \\ | ||
34 | |||
35 | Richtiges Vorzeichen, aber falscher Ergebniswert: | ||
36 | |||
37 | * 0,5 Punkte | ||
38 | * Feedback: "Der Betrag Ihrer Lösung ist falsch, das Vorzeichen jedoch korrekt." | ||
39 | {{/column}} | ||
40 | {{/panel}} | ||
41 | |||
42 | \\ | ||
43 | |||
44 | [[image:attach:Beispiel - Vorzeichen_de.png]] | ||
45 | |||
46 | Die Umsetzung kann mithilfe von Variablenbedingungen und individuellen Feedbackhinweisen erfolgen. | ||
47 | |||
48 | \\ | ||
49 | {{/layout-cell}} | ||
50 | {{/layout-section}} | ||
51 | |||
52 | {{layout-section ac:type="single"}} | ||
53 | {{layout-cell}} | ||
54 | (% class="auto-cursor-target" %) | ||
55 | == Erläuterung zur Funktion des Beispiels == | ||
56 | |||
57 | (% class="auto-cursor-target" %) | ||
58 | **Konfigurationen im Bereich Variablen:** | ||
59 | |||
60 | (% class="wrapped" %) | ||
61 | |((( | ||
62 | Folgende Variablen werden zur Umsetzung benötigt: | ||
63 | |||
64 | * Variablen, in denen der absolute Wert der Lernerantwort (solution_abs) und der korrekten Antwort (solutioncor_abs) mithilfe einer Maxima-Funktion gebildet wird. | ||
65 | * Merker-Variablen für den Vergleich der Werte (//merker_abs//) und der Vorzeichen (//merker_vorzeichen//). Diese Variablen werden als Steuervariable genutzt. Sie können den Wert 0 oder 1 annehmen und damit speichern, ob ein bestimmtes Ereignis vorliegt oder nicht. | ||
66 | |||
67 | Alle benötigten Variablen zur Prüfung werden zu Beginn, d.h. vor Anzeige der Aufgabe, ohne Wert initialisiert.// | ||
68 | // | ||
69 | )))|(% colspan="1" %)(% colspan="1" %) | ||
70 | ((( | ||
71 | (% class="content-wrapper" %) | ||
72 | ((( | ||
73 | [[image:attach:Beispiel - Vorzeichen Pre Variablen_de.png]] | ||
74 | ))) | ||
75 | ))) | ||
76 | |(% colspan="1" %)(% colspan="1" %) | ||
77 | ((( | ||
78 | Nach Beantwortung der Aufgabe, wird in den Variablen //solution_abs// und //solutioncor_abs //der Betrag der Lernerlösung und der korrekten Lösung gebildet und mithilfe von Bedingungen die Bewertung durchgeführt: | ||
79 | |||
80 | * In der ersten Bedingung wird der Wert der Lernerlösung geprüft. | ||
81 | * In einer weiteren Bedingung wird anschließend das verwendete Vorzeichen geprüft. Die Ergebnisse dieser beiden Prüfungen fließen in die Variablen //merker_abs// und //merker_vorzeichen// ein. | ||
82 | * Ist eine der beiden Prüfungen negativ ausgefallen, wird in einer dritten Bedingung die erreichte Punktzahl auf 0,5 Punkte reduziert. Diese wird anschließend an die erreichbare Aufgabenpunktzahl übergeben. | ||
83 | )))|(% colspan="1" %)(% colspan="1" %) | ||
84 | ((( | ||
85 | (% class="content-wrapper" %) | ||
86 | ((( | ||
87 | [[image:attach:Beispiel - Vorzeichen Post Variablen und Bedingungen_de.png]] | ||
88 | ))) | ||
89 | ))) | ||
90 | |||
91 | \\ | ||
92 | |||
93 | **Konfiguration im Bereich Feedback:** | ||
94 | |||
95 | (% class="wrapped" %) | ||
96 | |((( | ||
97 | Es werden individuelle Feedbackbedingungen für die möglichen Ergebnisse hinterlegt. Diese werden entsprechend der Variablenprüfungen nach Auswertung der Aufgabe angezeigt. | ||
98 | )))|((( | ||
99 | (% class="content-wrapper" %) | ||
100 | ((( | ||
101 | [[image:attach:Beispiel - Vorzeichen Feedback_de.png]] | ||
102 | ))) | ||
103 | ))) | ||
104 | |||
105 | == Nutzung der vorkonfigurierten Beispielaufgabe == | ||
106 | |||
107 | (% class="wrapped" %) | ||
108 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
109 | ((( | ||
110 | 1 | ||
111 | )))|(% colspan="1" %)(% colspan="1" %) | ||
112 | ((( | ||
113 | Importieren Sie die Beispielaufgabe:[[attach:Beispiel_Vorzeichen_beachten.zip]] | ||
114 | |||
115 | Wie Sie eine Aufgabe importieren, beschreibt die Seite [[doc:ONYX.ONYX Editor.Aufgaben.Variablen verwenden.Beispiele zum Einsatz von Variablen.Beispiel Vorzeichen eines Ergebniswertes beachten.Inhalte erstellen oder importieren]]. | ||
116 | )))|(% colspan="1" %)(% colspan="1" %) | ||
117 | ((( | ||
118 | (% class="content-wrapper" %) | ||
119 | ((( | ||
120 | [[image:attach:Beispiel - Vorzeichen importieren_de.png]] | ||
121 | ))) | ||
122 | ))) | ||
123 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
124 | ((( | ||
125 | 2 | ||
126 | )))|(% colspan="1" %)(% colspan="1" %) | ||
127 | ((( | ||
128 | Ändern Sie den Titel der Aufgabe und löschen Sie den gesamten kursiven Hinweistext. Tragen Sie stattdessen Ihren Aufgabentext ein. | ||
129 | )))|(% colspan="1" %)(% colspan="1" %) | ||
130 | ((( | ||
131 | (% class="content-wrapper" %) | ||
132 | ((( | ||
133 | [[image:attach:Beispiel - Vorzeichen Aufgabentext anpassen_de.png]] | ||
134 | ))) | ||
135 | ))) | ||
136 | |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %) | ||
137 | ((( | ||
138 | 3 | ||
139 | )))|(% colspan="1" %)(% colspan="1" %) | ||
140 | ((( | ||
141 | Passen Sie den erwarteten korrekten Wert zur numerischen Lücke an. | ||
142 | )))|(% colspan="1" %)(% colspan="1" %) | ||
143 | ((( | ||
144 | (% class="content-wrapper" %) | ||
145 | ((( | ||
146 | [[image:attach:Beispiel - Vorzeichen Lösung anpassen_de.png]] | ||
147 | ))) | ||
148 | ))) | ||
149 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
150 | ((( | ||
151 | 4 | ||
152 | )))|(% colspan="1" %)(% colspan="1" %) | ||
153 | ((( | ||
154 | Prüfen Sie die Feedbacktexte und ändern Sie diese bei Bedarf. | ||
155 | )))|(% rowspan="2" %)(% rowspan="2" %) | ||
156 | ((( | ||
157 | (% class="content-wrapper" %) | ||
158 | ((( | ||
159 | [[image:attach:Beispiel - Vorzeichen Feedback_de.png]] | ||
160 | ))) | ||
161 | ))) | ||
162 | |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %) | ||
163 | ((( | ||
164 | 5 | ||
165 | )))|(% colspan="1" %)(% colspan="1" %) | ||
166 | ((( | ||
167 | Speichern Sie die Änderungen an Ihrer Aufgabe. | ||
168 | |||
169 | Wie Sie diese Einzelaufgabe anschließend in einem Test nutzen, beschreibt die Seite [[doc:ONYX.ONYX Editor.Aufgaben.Variablen verwenden.Beispiele zum Einsatz von Variablen.Beispiel Vorzeichen eines Ergebniswertes beachten.Aufgaben zuordnen oder erstellen]]. | ||
170 | ))) | ||
171 | {{/layout-cell}} | ||
172 | {{/layout-section}} | ||
173 | {{/layout}} | ||
174 | |||
175 | |||
176 | |||
177 | {{layout}} | ||
178 | {{layout-section ac:type="single"}} | ||
179 | {{layout-cell}} | ||
180 | As an example, the assessment and individual feedback for a numerical result value should be based on the following criteria: | ||
181 | |||
182 | {{panel}} | ||
183 | {{column width="50%"}} | ||
184 | Incorrect solution: | ||
185 | |||
186 | * no points | ||
187 | * feedback: "Your solution is incorrect." | ||
188 | |||
189 | \\ | ||
190 | |||
191 | Incorrect sign, but correct result value: | ||
192 | |||
193 | * 0.5 points | ||
194 | * feedback: "The value of your solution is correct, but the sign is incorrect." | ||
195 | {{/column}} | ||
196 | |||
197 | {{column width="50%"}} | ||
198 | Correct sign, correct result value: | ||
199 | |||
200 | * 1 point | ||
201 | * feedback: "Your solution is correct." | ||
202 | |||
203 | \\ | ||
204 | |||
205 | Correct sign, incorrect result value: | ||
206 | |||
207 | * 0.5 points | ||
208 | * feedback: "The value of your solution is incorrect, but the sign is correct." | ||
209 | {{/column}} | ||
210 | {{/panel}} | ||
211 | {{/layout-cell}} | ||
212 | {{/layout-section}} | ||
213 | |||
214 | {{layout-section ac:type="single"}} | ||
215 | {{layout-cell}} | ||
216 | \\ | ||
217 | {{/layout-cell}} | ||
218 | {{/layout-section}} | ||
219 | |||
220 | {{layout-section ac:type="single"}} | ||
221 | {{layout-cell}} | ||
222 | [[image:attach:Beispiel - Vorzeichen_de.png]] | ||
223 | |||
224 | Implementation can be done using variable conditions and individual feedback information. | ||
225 | |||
226 | \\ | ||
227 | {{/layout-cell}} | ||
228 | {{/layout-section}} | ||
229 | |||
230 | {{layout-section ac:type="single"}} | ||
231 | {{layout-cell}} | ||
232 | == Explanation of the example’s function == | ||
233 | |||
234 | (% class="auto-cursor-target" %) | ||
235 | **Configurations in the Variables area:** | ||
236 | |||
237 | (% class="wrapped" %) | ||
238 | |((( | ||
239 | The following variables are required for implementation: | ||
240 | |||
241 | * Variables in which the absolute value of the learner response (solution_abs) and of the correct answer (solutioncor_abs) is calculated using a Maxima function. | ||
242 | * Flag variables for comparing the values (//merker_abs//) and their signs (//merker_vorzeichen//). These variables are basically used as control variables. They can either have the value 0 or 1 to signify whether a particular event is true or false. | ||
243 | |||
244 | Before the question is displayed, the required inspection variables will have no value. | ||
245 | )))|((( | ||
246 | (% class="content-wrapper" %) | ||
247 | ((( | ||
248 | [[image:attach:Beispiel - Vorzeichen Pre Variablen_de.png]] | ||
249 | ))) | ||
250 | ))) | ||
251 | |((( | ||
252 | When the question has been answered, the value of the learner response and the correct solution will be calculated in the variables //solution_abs// and //solutioncor_abs//, and the assessment will be carried out via conditions: | ||
253 | |||
254 | * In the first condition, the value of the learner response will be inspected. | ||
255 | * In another condition, the used sign will be inspected. The results of these two inspections will then be placed into the variables //merker_abs// and //merker_vorzeichen//. | ||
256 | * If one of the two inspections is negative, the achieved score will be reduced to 0.5 points in a third condition. This will then be transferred to the achievable question score. | ||
257 | )))|((( | ||
258 | (% class="content-wrapper" %) | ||
259 | ((( | ||
260 | [[image:attach:Beispiel - Vorzeichen Post Variablen und Bedingungen_de.png]] | ||
261 | ))) | ||
262 | ))) | ||
263 | {{/layout-cell}} | ||
264 | {{/layout-section}} | ||
265 | |||
266 | {{layout-section ac:type="single"}} | ||
267 | {{layout-cell}} | ||
268 | \\ | ||
269 | {{/layout-cell}} | ||
270 | {{/layout-section}} | ||
271 | |||
272 | {{layout-section ac:type="single"}} | ||
273 | {{layout-cell}} | ||
274 | **Configuration in the Feedback area:** | ||
275 | |||
276 | (% class="wrapped" %) | ||
277 | |((( | ||
278 | Individual feedback conditions can be stored for all possible results. These will be displayed according to the variable inspections after the question has been assessed. | ||
279 | )))|((( | ||
280 | (% class="content-wrapper" %) | ||
281 | ((( | ||
282 | [[image:attach:Beispiel - Vorzeichen Feedback_de.png]] | ||
283 | ))) | ||
284 | ))) | ||
285 | |||
286 | == Using the pre-configured example question == | ||
287 | |||
288 | (% class="wrapped" %) | ||
289 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
290 | ((( | ||
291 | 1 | ||
292 | )))|((( | ||
293 | Import the example question: [[Example_Consider_Signs.zip>>url:https://www.bps-system.de/help/download/attachments/342523935/Beispiel_Vorzeichen_beachten.zip?version=1&modificationDate=1591347162291&api=v2||shape="rect"]] | ||
294 | |||
295 | For instructions on how to import a question, see the help page [[Create content>>url:https://www.bps-system.de/help/display/ONYXintern/.Inhalte+erstellen+allgemein+v8.9||shape="rect"]]. | ||
296 | )))|((( | ||
297 | (% class="content-wrapper" %) | ||
298 | ((( | ||
299 | [[image:attach:Beispiel - Vorzeichen importieren_de.png]] | ||
300 | ))) | ||
301 | ))) | ||
302 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
303 | ((( | ||
304 | 2 | ||
305 | )))|((( | ||
306 | Change the title of the question and delete the entire italic information text. Then enter your own question text. | ||
307 | )))|((( | ||
308 | (% class="content-wrapper" %) | ||
309 | ((( | ||
310 | [[image:attach:Beispiel - Vorzeichen Aufgabentext anpassen_de.png]] | ||
311 | ))) | ||
312 | ))) | ||
313 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
314 | ((( | ||
315 | 3 | ||
316 | )))|((( | ||
317 | Adjust the expected correct value for the numerical gap. | ||
318 | )))|((( | ||
319 | (% class="content-wrapper" %) | ||
320 | ((( | ||
321 | [[image:attach:Beispiel - Vorzeichen Lösung anpassen_de.png]] | ||
322 | ))) | ||
323 | ))) | ||
324 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
325 | ((( | ||
326 | 4 | ||
327 | )))|((( | ||
328 | Check the feedback texts and edit them if necessary. | ||
329 | )))|(% rowspan="2" %)(% rowspan="2" %) | ||
330 | ((( | ||
331 | (% class="content-wrapper" %) | ||
332 | ((( | ||
333 | [[image:attach:Beispiel - Vorzeichen Feedback_de.png]] | ||
334 | ))) | ||
335 | ))) | ||
336 | |(% class="numberingColumn" %)(% class="numberingColumn" %) | ||
337 | ((( | ||
338 | 5 | ||
339 | )))|((( | ||
340 | Save the changes to your question. | ||
341 | |||
342 | For instructions on how to use this question in a test, refer to the help page [[Add or create questions>>url:https://www.bps-system.de/help/display/ONYXintern/.Aufgaben+zuordnen+oder+erstellen+v9.0||shape="rect"]]. | ||
343 | ))) | ||
344 | {{/layout-cell}} | ||
345 | {{/layout-section}} | ||
346 | {{/layout}} |