Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion to replace an existing exercise #626

Open
phwtsang opened this issue Apr 7, 2023 · 3 comments
Open

Suggestion to replace an existing exercise #626

phwtsang opened this issue Apr 7, 2023 · 3 comments
Labels
status:need more info More information needed

Comments

@phwtsang
Copy link

phwtsang commented Apr 7, 2023

Lesson: Plotting and Programming in Python
Episode: Data Types and Type Conversion
Existing Problem: If num_subjects is the number of subjects taking part in a study, and num_per_survey is the number that can take part in a single survey, write an expression that calculates the number of surveys needed to reach everyone once.
Replacement Problem: If num_students is the number of students going on a field trip, and num_per_bus is the maximum number of students that can fit in a bus, write an expression that calculates the minimum number of buses needed for the field trip.

@martinosorb
Copy link
Contributor

Dear @phwtsang, thank you for the suggestion. Could you clarify why you think changing the setting of this exercise would make it more clear/relatable/beneficial?

@martinosorb martinosorb added the status:need more info More information needed label May 17, 2023
@phwtsang
Copy link
Author

Thanks for your follow-up message. When I first encountered the exercise in question, I was confused by "...num_per_survey is the number that can take part in a single survey". In the age of Google Forms and Survey Monkey, I have been conditioned to "each surveyee getting his/her own survey". Why would anyone enter information for multiple surveyees in the same survey? I wonder if the exercise originated from the days when surveyors would record information by hand on paper. The context feels a little contrived to me.

@martinosorb
Copy link
Contributor

I see what you mean, the meaning of 'survey' here is not entirely clear. I am not opposed to changing it, and to making it a little more concrete. Would you have time to make a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:need more info More information needed
Projects
None yet
Development

No branches or pull requests

2 participants