Wiki source code of Beispiel Hypotenuse

Last modified by Hendrik Zschocke on 12.01.2024

Hide last authors
Carina Enke 35.1 1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}
Carina Enke 105.1 4 As an example, a typical geometry task to examine the understanding of the hypotenuse will be completed. The solution is supposed to be derived from the knowledge that the hypotenuse is the longest side of a right triangle. To do this, the participant is given a variety of possible solutions, from which they need to choose the correct one.
5 {{/layout-cell}}
6 {{/layout-section}}
7
8 {{layout-section ac:type="single"}}
9 {{layout-cell}}
Hendrik Zschocke 110.1 10
Carina Enke 105.1 11
12 (% class="wrapped" %)
13 |(((
14 (% class="content-wrapper" %)
15 (((
Hendrik Zschocke 110.1 16 [[image:attach:Editor - Variablen zum Beispiel Hypotenuse_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="239" width="378"]]
Carina Enke 105.1 17 )))
18 )))|(((
19 (% class="WordSection1" %)
20 (((
21 The first step in the example is the random determination of the catheti ({k1}, {k2}) of the triangle for the definition of the task.
22
23 The correct solution, which is the value for the hypotenuse ({hyp}), will be calculated using a MAXIMA equation. In addition, further possible answer options ({a}, {b}, {c}) will also be computed by MAXIMA.
24
25 For all variables of the type floating point, the display accuracy was set to 2 decimal places.
26 )))
27 )))
28 |(((
29 (% class="content-wrapper" %)
30 (((
Hendrik Zschocke 110.1 31 (% class="confluence-embedded-file-wrapper confluence-embedded-manual-size" %) [[image:attach:Editor - Aufgabentext zum Beispiel Hypotenuse_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="273" width="374"]][[image:attach:Editor - Antwortoptionen zum Beispiel Hypotenuse_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="831" width="378"]]
Carina Enke 105.1 32 )))
33 )))|(((
Hendrik Zschocke 110.1 34 In the example, the variables will be included in a [[choice interaction>>doc:ONYX.Erstellung von Testinhalten.Aufgabentypen.Auswahlaufgabe.WebHome]]. The variables for the task text can be integrated into the task by entering the variable names {k1} and {k2}. The correct solution ({hyp}) and the alternative answers ({a}, {b}, {c}) can be additionally provided in the form of answer options.
Carina Enke 105.1 35 )))
36 |(((
37 (% class="content-wrapper" %)
38 (((
Hendrik Zschocke 110.1 39 [[image:attach:Testrun - Beispiel Hypotenuse_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="258" width="375"]]
Carina Enke 105.1 40 )))
41 )))|(((
42 The values for the catheti ({k1}, {k2}) will be randomly selected for each participant and each test attempt within the given value ranges.
43
44 In the example, the following random values were displayed for the variables: {k1} = 4, {k2} = 13.
45
46 Based on these values and the defined calculation rules, the hypotenuse and the alternative answer options will be calculated, and the following values displayed in the example task: {a} = 17.00, {hyp} = 13.60, {b} = 8.50, and {c} = 5.39 cm.
47
48 In the example, the correctly rounded solution for the hypotenuse is 13.60 cm. The answer options {a}, {b}, and {c} can be logically excluded due to the knowledge that the hypotenuse is larger than the respective catheti and smaller than the sum of the catheti.
49 )))
50 {{/layout-cell}}
51 {{/layout-section}}
52 {{/layout}}