Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6845560787a8e1a8ae474973.md

latest1.9 KB
Original Source
<!-- (Audio) Anna: How about between the IT department and HR? That way, it's just a short walk for most teams. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about BLANK the IT department BLANK HR? That way, it's just a BLANK for most teams.

--blanks--

between

--feedback--

This word means in the middle of two things.


and

--feedback--

This word connects the two departments mentioned.


short walk

--feedback--

This two-word phrase means a small or easy distance to walk.

--explanation--

Between means in the space separating two things. Between ... and ... is used to show that something is in the middle of two specific things. For example:

The break room is between the IT department and HR. – This means the break room is in the space that separates those two teams.

Short walk means a quick or easy walking distance. For example:

The café is just a short walk from here. – It means it doesn't take long to get there.

--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": 67.5,
      "finishTimestamp": 72.64
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.14,
      "dialogue": {
        "text": "How about between the IT department and HR? That way, it's just a short walk for most teams.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.64
    }
  ]
}