Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions media/js/src/simulations/simulation1/questionsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const questionsData = [
incorrect: {
0: (
<span>
Remember that the null and the alternative
Let’s try again! Remember that the null and the alternative
hypotheses must be exhaustive and mutually exclusive. Hence, if the
null hypothesis is <strong> at least </strong>
(meaning greater than or equal to),
Expand All @@ -148,13 +148,13 @@ export const questionsData = [
),
1: (
<span>
You correctly identified that we do not divide the
Let’s try again! You correctly identified that we do not divide the
significance level by two in a single-sided alternative hypothesis.
</span>
),
2: (
<span>
You correctly identified the alternative
Let’s try again! You correctly identified the alternative
hypothesis, but remember, in a two-sided hypothesis, we divide the
significance level by two.
</span>
Expand Down