Back to Freecodecamp

Task 124

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68576edb5a87fee06ed21018.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Good morning, James. I heard you're setting up your new workstation today. Need help finding anything? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning, James. I BLANK you're BLANK your new BLANK today. Need help finding anything?

--blanks--

heard

--feedback--

This is the past tense of hear.


setting up

--feedback--

This two-word phrase means to prepare or arrange something. The first word ends with -ing.


workstation

--feedback--

This word means a place where a person works, often with technical tools.

--explanation--

Heard means you were told or became aware of something. For example:

I heard you got a promotion! – This means someone told you or you found out.

Setting up means arranging or preparing something to be ready. For example:

She's setting up her computer before the meeting. – This means she is preparing it.

Workstation is a specific work area for professional or technical tasks, often with a computer or special tools. For example:

His workstation includes two monitors and a mechanical keyboard. – This describes a desk setup for work.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.44
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.44,
      "dialogue": {
        "text": "Good morning, James. I heard you're setting up your new workstation today. Need help finding anything?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}