-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Contact Details
Bug
The "Your Turn" section of lesson 7 of Module 5 does not work. Two of the code blocks throw an "internal error", and the data set does not contain the variable that users are asked to consider:

Reproducible Example
Any attempt at using the code blocks at https://openintro.shinyapps.io/ims-05-infer-07/#section-your-turn-2 will reproduce this error.
As an aside, this "Reproducible Example" section of the new bug reporting template doesn't really make sense in the context of reporting bugs for these online tutorials.
Expected Behavior
acs12 contains information on hrs_work, not on hrly_pay, so most of the example needs to change. The first paragraph actually says the example will use "hrs_work", but the rest of example is about "hrly_pay" (which is not in the dataset):
Using the acs12 data, and specifically the variables income, hrs_work, and citizen, summarize, visualize, and compare the distributions of hourly pay rate for citizens and non-citizens.
Additionally, running the second or third code blocks results in "An internal error occurred while setting up the exercise. Please try again or contact the tutorial author."
Session Info
No response
Additional context
No response