Back to Freecodecamp

Task 85

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Did we reach our targets? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Did we reach our BLANK?

--blanks--

targets

--feedback--

This refers to goals or results that you aim to achieve, especially in business or projects. Use the plural form.

--explanation--

A target is a specific goal or result that someone tries to reach, often used in business, marketing, or personal development. It usually refers to numbers or achievements that are planned in advance. For example:

The company set a target of gaining 1,000 new followers in a month. – This means their goal was to get that number of followers within that time.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.56,
      "finishTimestamp": 13.62
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.06,
      "dialogue": {
        "text": "Did we reach our targets?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.56
    }
  ]
}