Wiki-Quellcode von Beispiel Wahrscheinlichkeit

Version 96.1 von Carina Enke am 19.05.2020

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6
7 {{details}}
8 (% class="wrapped" %)
9 |=(((
10 Verantwortlicher
11 )))|(((
12 \\
13 )))
14 |=(% colspan="1" %)(% colspan="1" %)
15 (((
16 Status
17 )))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
18 (((
19 (% class="content-wrapper" %)
20 (((
21
22
23 {{sv-metadata type="workflow-status"/}}
24
25 {{status colour="Green" title="Fertig"/}}
26 )))
27 )))
28 |=(% colspan="1" %)(% colspan="1" %)
29 (((
30 Varianten
31 )))|(% colspan="1" %)(% colspan="1" %)
32 (((
33 (% class="content-wrapper" %)
34 (((
35 {{sv-metadata type="variants"/}}
36 )))
37 )))
38 |=(% colspan="1" %)(% colspan="1" %)
39 (((
40 Attribute
41 )))|(% colspan="1" %)(% colspan="1" %)
42 (((
43 (% class="content-wrapper" %)
44 (((
45 {{sv-metadata type="attributes"/}}
46 )))
47 )))
48 |=(% colspan="1" %)(% colspan="1" %)
49 (((
50 Pagekey
51 )))|(% colspan="1" %)(% colspan="1" %)
52 (((
53 (% class="content-wrapper" %)
54 (((
55
56
57 {{sv-metadata type="pagekey"/}}
58 )))
59 )))
60 |=(% colspan="1" %)(% colspan="1" %)
61 (((
62 Übersetzung
63 )))|(% colspan="1" %)(% colspan="1" %)
64 (((
65 (% class="content-wrapper" %)
66 (((
67 Example "Probability"  
68
69 {{status colour="Green" title="fertig"/}}
70 )))
71 )))
72 |=(% colspan="1" %)(% colspan="1" %)
73 (((
74 TODOs
75 )))|(% colspan="1" %)(% colspan="1" %)
76 (((
77 (% class="content-wrapper" %)
78 (((
79 (% class="task-list" %)
80 (((
81 {{task reference="/Tasks/Task_2" status="Done"}}
82 carina {{mention reference="XWiki.0a49950f5c0f19a8015c101b60e10001" style="FULL_NAME" anchor="XWiki-0a49950f5c0f19a8015c101b60e10001-MfZDx"/}}: Bitte kurzes Review, vermutlich nichts oder nicht viel zu ändern {{date value="2019-04-24" format="yyyy-MM-dd"/}}
83 {{/task}}
84
85 {{task reference="/Tasks/Task_4" status="Done"}}
86 Vanessa: {{mention reference="XWiki.carina" style="FULL_NAME" anchor="XWiki-carina-MnmDX"/}}: Bilderunterschriften fehlen noch.
87 {{/task}}
88 )))
89 )))
90 )))
91 {{/details}}
92 {{/layout-cell}}
93 {{/layout-section}}
94
95 {{layout-section ac:type="single"}}
96 {{layout-cell}}
97 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.\\
98 {{/layout-cell}}
99 {{/layout-section}}
100
101 {{layout-section ac:type="single"}}
102 {{layout-cell}}
103 \\
104
105 (% class="wrapped" %)
106 |(((
107 (% class="content-wrapper" %)
108 (((
109 [[image:attach:Editor - Variablen zum Beispiel Wahrscheinlichkeit_de.png]]
110 )))
111 )))|(((
112 Im Beispiel werden die numerischen Variablen {BLUE}, {RED} und {WHITE} mit einem ganzzahligen Wert zwischen 3 und 15, also im Wertebereich [3,15] initialisiert.
113
114 Auf Basis dieser zufälligen Werte wird die Summe aller Kugeln ({summe}) und die Wahrscheinlichkeit für das Ziehen einer roten Kugel ({solution}) ermittelt.
115 )))
116 |(((
117 (% class="content-wrapper" %)
118 (((
119 [[image:attach:Editor - Aufgabentext zum Beispiel Wahrscheinlichkeit_de.png]]
120 )))
121 )))|(((
122 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.
123
124 Die Variablen mit den Lösungen ({RED}/{summe} und {solution}) werden für die jeweiligen Lücken hinterlegt.
125 )))
126 |(((
127 (% class="content-wrapper" %)
128 (((
129 [[image:attach:Testrun - Beispiel Wahrscheinlichkeit_de.png]]
130 )))
131 )))|(((
132 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.
133
134 Die Lösungen werden für jeden Testdurchlauf auf Basis der festgelegten Werte und der Berechnungsvorschrift automatisch ermittelt.
135 )))
136 {{/layout-cell}}
137 {{/layout-section}}
138 {{/layout}}
139 {{/sv-translation}}
140
141 {{sv-translation language="en"}}
142 {{layout}}
143 {{layout-section ac:type="single"}}
144 {{layout-cell}}
145 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.
146 {{/layout-cell}}
147 {{/layout-section}}
148
149 {{layout-section ac:type="single"}}
150 {{layout-cell}}
151 \\
152
153 (% class="wrapped" %)
154 |(((
155 (% class="content-wrapper" %)
156 (((
157 [[image:attach:Editor - Variablen zum Beispiel Wahrscheinlichkeit_de.png]]
158 )))
159 )))|(((
160 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].
161
162 Based on these random values, both the sum of all spheres ({sum}) and the probability of pulling a red sphere ({solution}) is determined.
163 )))
164 |(((
165 (% class="content-wrapper" %)
166 (((
167 [[image:attach:Editor - Aufgabentext zum Beispiel Wahrscheinlichkeit_de.png]]
168 )))
169 )))|(((
170 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"]].
171
172 The variables and solutions ({RED}/{sum} and {solution}) will be stored together for the respective gaps.
173 )))
174 |(((
175 (% class="content-wrapper" %)
176 (((
177 [[image:attach:Testrun - Beispiel Wahrscheinlichkeit_de.png]]
178 )))
179 )))|(((
180 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.
181
182 The solutions will be automatically determined for each test run based on the defined values and the calculation rule.
183 )))
184 {{/layout-cell}}
185 {{/layout-section}}
186 {{/layout}}
187 {{/sv-translation}}