Back to Freecodecamp

Task 86

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know?

--answers--

If the team reviewed the strategy.

--feedback--

Maria doesn't ask about the strategy or whether it was reviewed.


If the report has been sent to the manager.

--feedback--

She doesn't mention sending the report.


If the new campaign started already.

--feedback--

Maria is not asking about the start of the campaign.


If the campaign achieved the goals they planned.

--video-solution--

4

--explanation--

To reach the target means to successfully achieve a planned goal or result, especially one that has been set in advance. This is often used in business, marketing, or sales. For example:

  • The team reached its target of 10,000 downloads in one week. – This means they met the goal they had set for downloads.

  • We reached our fundraising target thanks to everyone's support. – This means the team collected the amount of money you planned to raise.

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