Wiki-Quellcode von Beispiel Wahrscheinlichkeit
Version 101.1 von Carina Enke am 08.05.2019
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 soll eine typische Aufgabe aus der Wahrscheinlichkeitstheorie und Statistik realisiert werden. Es soll die Wahrscheinlichkeit für das Auftreten bestimmter Farbkombinationen untersucht werden, wenn aus einer Urne verschiedenfarbige Kugeln zufällig gezogen werden.\\ | ||
12 | {{/layout-cell}} | ||
13 | {{/layout-section}} | ||
14 | |||
15 | {{layout-section ac:type="single"}} | ||
16 | {{layout-cell}} | ||
17 | \\ | ||
18 | |||
19 | (% class="wrapped" %) | ||
20 | |((( | ||
21 | (% class="content-wrapper" %) | ||
22 | ((( | ||
23 | [[image:attach:Editor - Variablen zum Beispiel Wahrscheinlichkeit_de.png]] | ||
24 | ))) | ||
25 | )))|((( | ||
26 | Im Beispiel werden die numerischen Variablen {BLUE}, {RED} und {WHITE} mit einem ganzzahligen Wert zwischen 3 und 15, also im Wertebereich [3,15] initialisiert. | ||
27 | |||
28 | Auf Basis dieser zufälligen Werte wird die Summe aller Kugeln ({summe}) und die Wahrscheinlichkeit für das Ziehen einer roten Kugel ({solution}) ermittelt. | ||
29 | ))) | ||
30 | |((( | ||
31 | (% class="content-wrapper" %) | ||
32 | ((( | ||
33 | [[image:attach:Editor - Aufgabentext zum Beispiel Wahrscheinlichkeit_de.png]] | ||
34 | ))) | ||
35 | )))|((( | ||
36 | Die Variablen werden in den Aufgabentext durch Angabe der Variablen-Namen {BLUE}, {RED} und {WHITE} eingebunden. Im Beispiel werden die Variablen in eine Aufgabe vom Typ [[Berechnung (Lückentext) >>doc:Berechnungsaufgabe]]eingebunden. | ||
37 | |||
38 | Die Variablen mit den Lösungen ({RED}/{summe} und {solution}) werden für die jeweiligen Lücken hinterlegt. | ||
39 | ))) | ||
40 | |((( | ||
41 | (% class="content-wrapper" %) | ||
42 | ((( | ||
43 | [[image:attach:Testrun - Beispiel Wahrscheinlichkeit_de.png]] | ||
44 | ))) | ||
45 | )))|((( | ||
46 | Für den Testdurchlauf werden für jeden Teilnehmer und jeden Versuch zufällig Werte innerhalb der gegebenen Wertebereiche gewählt. Im Beispiel wurden zufällig die Werte {BLUE} = 6, {RED} = rot und {WHITE} = 10 gesetzt. | ||
47 | |||
48 | Die Lösungen werden für jeden Testdurchlauf auf Basis der festgelegten Werte und der Berechnungsvorschrift automatisch ermittelt. | ||
49 | ))) | ||
50 | {{/layout-cell}} | ||
51 | {{/layout-section}} | ||
52 | {{/layout}} | ||
53 | {{/sv-translation}} | ||
54 | |||
55 | {{sv-translation language="en"}} | ||
56 | {{layout}} | ||
57 | {{layout-section ac:type="single"}} | ||
58 | {{layout-cell}} | ||
59 | 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. | ||
60 | {{/layout-cell}} | ||
61 | {{/layout-section}} | ||
62 | |||
63 | {{layout-section ac:type="single"}} | ||
64 | {{layout-cell}} | ||
65 | \\ | ||
66 | |||
67 | (% class="wrapped" %) | ||
68 | |((( | ||
69 | (% class="content-wrapper" %) | ||
70 | ((( | ||
71 | [[image:attach:Editor - Variablen zum Beispiel Wahrscheinlichkeit_de.png]] | ||
72 | ))) | ||
73 | )))|((( | ||
74 | 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]. | ||
75 | |||
76 | Based on these random values, both the sum of all spheres ({sum}) and the probability of pulling a red sphere ({solution}) is determined. | ||
77 | ))) | ||
78 | |((( | ||
79 | (% class="content-wrapper" %) | ||
80 | ((( | ||
81 | [[image:attach:Editor - Aufgabentext zum Beispiel Wahrscheinlichkeit_de.png]] | ||
82 | ))) | ||
83 | )))|((( | ||
84 | 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>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.11||rel="nofollow" shape="rect"]]. | ||
85 | |||
86 | The variables and solutions ({RED}/{sum} and {solution}) will be stored together for the respective gaps. | ||
87 | ))) | ||
88 | |((( | ||
89 | (% class="content-wrapper" %) | ||
90 | ((( | ||
91 | [[image:attach:Testrun - Beispiel Wahrscheinlichkeit_de.png]] | ||
92 | ))) | ||
93 | )))|((( | ||
94 | 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. | ||
95 | |||
96 | The solutions will be automatically determined for each test run based on the defined values and the calculation rule. | ||
97 | ))) | ||
98 | {{/layout-cell}} | ||
99 | {{/layout-section}} | ||
100 | {{/layout}} | ||
101 | {{/sv-translation}} |