Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839603c0ecba12ebea8602c.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna asking Bob about?

--answers--

If Bob knows the schedule for moving to the new office.

--feedback--

Anna is asking about a design plan, not about timing.


If Bob has checked the design for the new workspace.


If Bob has visited the new office building.

--feedback--

Anna's question is about a plan, not about visiting.


If Bob has bought new furniture for the office.

--feedback--

Anna is asking about a design, not about furniture.

--video-solution--

2

--explanation--

Layout plan means a drawing or map that shows the arrangement of rooms or furniture.

Office refers to the place where people work.

Anna's question is about whether Bob has looked at the plan for their new working space.

--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
    }
  ]
}