Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685141dae6345248beeaf40a.md

latest1.9 KB
Original Source
<!-- (Audio) Anna: Thanks, Bob. I'll look out for that and we can discuss it further if there are any tweaks needed. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks, Bob. I'll BLANK that and we can discuss it BLANK if there are any BLANK needed.

--blanks--

look out for

--feedback--

This three-word phrase means to watch for or expect something.


further

--feedback--

This word means more deeply or in greater detail.


tweaks

--feedback--

This word in the plural form means small changes or adjustments.

--explanation--

Look out for means to watch for something. For example:

I'll look out for your email later today. – This means you'll be expecting or checking for it.

Further means continuing or going deeper into a topic. For example:

Let's discuss this further in the meeting. – This means to talk about it in more detail.

Tweaks are small changes or improvements. For example:

We just need a few tweaks to finish the design. – This means minor adjustments are needed.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 80.98,
      "finishTimestamp": 85.08
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.1,
      "dialogue": {
        "text": "Thanks, Bob. I'll look out for that, and we can discuss it further if there are any tweaks needed.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.6
    }
  ]
}