Automating a business workflow - Question 4 - subregion for customerID 10

I was just skimming through the Course and noticed the following issue in Working with Data/Automating a business workflow/Merging customer data/Question 4:


What is the subregion for customerID 10?

[ ] Latin America
[ ] Caribbean
[ ] South America
[ ] Central America

With only one answer possible. The issue is that the customer #10 has the following data:

{
  "customerID": 10,
  "customerCountry": "Cuba",
  "customerEmail": "customer10@mail.com",
  "customerSince": "2026-06-14T22:00:00.000Z",
  "region": "Americas",
  "subregion": "Latin America and the Caribbean",
  //...
}

That leads to LATAM only being incorrect answer:

Cheers,
Greg

the data literally says “subregion”: “Latin America and the Caribbean”, but the quiz only offers “Latin America” as a standalone option distinct from “Caribbean,” so there’s no fully correct choice.

Also noticed there was a question about AggregateByRegion node but I do not remember seeing such node - aggregation was a part of the SummarizeByRegion node.

In the Generating Reports: Uploading the European report exercise.

Thanks for flagging this, I’ve updated the question.