Back to Freecodecamp

Task 22

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

latest1.5 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Linda: And I can also prepare some user scenarios for testing, so we can ensure a smooth user experience. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Bob agrees with Linda, what should he say?

--answers--

That's not necessary right now.

--audio-id--

EN32c6bdad

--feedback--

This response suggests disagreement, not agreement.


Good idea.

--audio-id--

ENfa123bfc

--video-solution--

2

--explanation--

If Bob agrees with Linda, he would respond positively. A phrase like good idea shows approval of her suggestion.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.86,
      "finishTimestamp": 26.68
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 6.82,
      "dialogue": {
        "text": "Absolutely. And I can also prepare some user scenarios for testing so we can ensure a smooth user experience.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}