Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68397f8f63f8cb50372f1af4.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: I need your input on where to place each department. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I need your input on where to BLANK each BLANK.

--blanks--

place

--feedback--

This verb means to put something in a particular position.


department

--feedback--

This word means a group in a company that does a specific type of work.

--explanation--

Place means to put something somewhere. For example:

Please place the files on my desk. – This means to put the files in a specific spot.

Department means a part of a company that focuses on one kind of work. For example:

The marketing department is planning a new campaign. – This refers to the group responsible for marketing.

--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": 3.56,
      "finishTimestamp": 6.32
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "I need your input on where to place each department.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}