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