Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839a3caa7e89685e478a7bd.md

latest1.8 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Bob: Yes, I've looked at the plans. Let's start with the IT department. I think it should be next to the server room for easy access. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might Anna say if she agrees with Bob's idea?

--answers--

That makes sense.

--audio-id--

ENcdd6ec4d


I don't think we should change anything.

--audio-id--

ENcf48de04

--feedback--

This response does not acknowledge Bob's suggestion or agree with it.

--video-solution--

1

--explanation--

That makes sense indicates that Anna understands Bob's reasoning about placing the IT department next to the server room for easy access, and she agrees with the idea.

It shows logical thinking and acceptance of the plan.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 6.5,
      "finishTimestamp": 13.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Yes, I've looked at the plans.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.88,
      "finishTime": 7.54,
      "dialogue": {
        "text": "Let's start with the IT department. I think it should be next to the server room for easy access.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}