-  question("When we calculate standard error, we calculate",
-    answer("it using a different formula for every type of variable."),
-    answer("the sample standard error, which is an estimate of the population standard error.", correct = TRUE),
-    answer("whether or not our result is causal.")
-  ),
-  question("When we calculate standard error, we calculate",
-    answer("using a different formula for every type of variable."),
-    answer("the sample standard error, which is an estimate of the population standard error.", correct = TRUE),
+  question("When we calculate a standard error, we look to understand",
+    answer("the spread of our observed data based on the spread of the population distribution."),
+    answer("the spread of the population distribution based on the spread of our observed data.", correct = TRUE),