Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a8ae3c3710410d1bf9569c.md

latest1.3 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Bob: Does that work for you? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would be a good response if Linda agrees with Bob?

--answers--

I'm not sure about that.

--audio-id--

EN67a091ee

--feedback--

This answer doesn't show agreement with Bob. It suggests uncertainty.


That's a good plan.

--audio-id--

EN7c6ed112

--video-solution--

2

--explanation--

That's a good plan shows agreement with Bob's suggestion. It confirms that the idea works for Linda.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 74.68,
      "finishTimestamp": 75.94
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Does that work for you?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}