Back to Freecodecamp

Task 110

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680bdc5719bdbef731fa6cb3.md

latest1.8 KB
Original Source
<!-- (Audio) Riker: I think we should plan our budget based on different regions' costs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think we should plan our budget based on different BLANK' costs.

--blanks--

regions

--feedback--

This refers to specific areas of a country, the world, or a market that are grouped together by location or common features. Use the plural form.

--explanation--

A region is a specific area within a country or across multiple countries, often grouped by geography, culture, or economy. For example:

  • The company expanded into the Asia-Pacific region last year. – This means they started doing business in that large area, including countries like China, Japan, and Australia.

In the context, Riker suggests planning the budget by considering the different costs in each area.

  • Prices can vary a lot depending on the region. – This means different locations may have different costs for the same product or service.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.58,
      "finishTimestamp": 56.82
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "I think we should plan our budget based on different regions' costs.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}