-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Please fix the wording in quiz1 #2326
Copy link
Copy link
Open
Description
The text says "However, if Mary buys more than 40 apples". But there is a test for specifically 40 apples. Please change the wording to 40 or more. It changes the if statement from "if apple_qty < 40" to "if apple_qty <= 40".
Took me a few minutes to realize why it was showing failed in the background check.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.