Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68395e9923705c2391ce3f08.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: Good morning, Bob. Have you seen the layout plan for our new office? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning, Bob. Have you seen the BLANK for our new BLANK?

--blanks--

layout plan

--feedback--

These two words describe the design or arrangement of a space.


office

--feedback--

This is the place where people work, usually with desks and computers.

--explanation--

Layout plan means a drawing or diagram that shows how things are arranged in a space. For example:

Have you seen the layout plan for our company? – This asks if someone has looked at the design.

Office means a room or building where people do work. For example:

I work in an office every day.Office is used to mean a workplace.

--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": 0,
      "finishTimestamp": 3.58
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "Good morning, Bob. Have you seen the layout plan for our new office?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}