Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683fd6955b04971b1182b0cd.md

latest1.8 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Anna: Let's place them near the middle of the floor. They need to be easily reachable. Maybe right behind the conference rooms? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might Bob say if he agrees with Anna's suggestion?

--answers--

That works.

--audio-id--

EN913c12b0


I don't think that's a good location.

--audio-id--

EN0fb86ec4

--feedback--

This shows disagreement, not agreement.

--video-solution--

1

--explanation--

That works is a short and natural way to agree with someone's suggestion.

If Bob supports Anna's idea about placing the team in a central, reachable spot, this response fits perfectly.

--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": 50.06,
      "finishTimestamp": 55.98
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Let's place them near the middle of the floor.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.26,
      "finishTime": 6.92,
      "dialogue": {
        "text": "They need to be easily reachable. Maybe right behind the conference rooms?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.12
    }
  ]
}