Back to Freecodecamp

Task 111

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What should be an important thing to consider when calculating the budget for the upcoming campaigns?

--answers--

The design style used in each country.

--feedback--

Riker does not talk about design styles.


The different costs depending on the region.


The total number of new users.

--feedback--

Riker does not focus on user growth.


The way social media platforms work globally.

--feedback--

Riker does not mention platform strategies.

--video-solution--

2

--explanation--

To be based on something means that an idea, plan, or decision uses that thing as its foundation or starting point. It shows what influences or shapes the final choice. For example:

  • Their new pricing model is based on customer feedback. – This means they created the prices by using customers' opinions and suggestions.

  • The movie is based on a true story. – This means the real story inspired the events shown in the movie.

--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
    }
  ]
}