Wiki source code of Beispiel Wahrscheinlichkeit
Last modified by Hendrik Zschocke on 12.01.2024
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="single"}} | ||
3 | {{layout-cell}} | ||
4 | As an example, a typical task out of probability theory and statistics will be completed. It is to calculate the probability of certain colour combinations, when different coloured spheres are randomly drawn from an urn. | ||
5 | {{/layout-cell}} | ||
6 | {{/layout-section}} | ||
7 | |||
8 | {{layout-section ac:type="single"}} | ||
9 | {{layout-cell}} | ||
10 | |||
11 | |||
12 | (% class="wrapped" %) | ||
13 | |((( | ||
14 | (% class="content-wrapper" %) | ||
15 | ((( | ||
16 | [[image:attach:Editor - Variablen zum Beispiel Wahrscheinlichkeit_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
17 | ))) | ||
18 | )))|((( | ||
19 | In the example, the numerical variables {BLUE}, {RED}, and {WHITE} are initialised with an integer value between 3 and 15, i. e. in the value range [3,15]. | ||
20 | |||
21 | Based on these random values, both the sum of all spheres ({sum}) and the probability of pulling a red sphere ({solution}) is determined. | ||
22 | ))) | ||
23 | |((( | ||
24 | (% class="content-wrapper" %) | ||
25 | ((( | ||
26 | [[image:attach:Editor - Aufgabentext zum Beispiel Wahrscheinlichkeit_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
27 | ))) | ||
28 | )))|((( | ||
29 | The variables can be included in the task text by typing the variable names {BLUE}, {RED}, and {WHITE}. In the example, the variables are included in a task of the type [[calculation interaction>>doc:ONYX.Erstellung von Testinhalten.Aufgabentypen.Berechnungsaufgabe.WebHome]]. | ||
30 | |||
31 | The variables and solutions ({RED}/{sum} and {solution}) will be stored together for the respective gaps. | ||
32 | ))) | ||
33 | |((( | ||
34 | (% class="content-wrapper" %) | ||
35 | ((( | ||
36 | [[image:attach:Testrun - Beispiel Wahrscheinlichkeit_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
37 | ))) | ||
38 | )))|((( | ||
39 | The values within the given value ranges will be randomly selected for each participant and each test attempt. In the example, the values {BLUE} = 6, {RED} = red, and {WHITE} = 10 were randomly set. | ||
40 | |||
41 | The solutions will be automatically determined for each test run based on the defined values and the calculation rule. | ||
42 | ))) | ||
43 | {{/layout-cell}} | ||
44 | {{/layout-section}} | ||
45 | {{/layout}} |