Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/681f25c0965e0e1fcec64061.md

latest1.5 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Alice: When you talk about integration, maybe specify what makes it easy? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might Jake say if he agrees with Alice's suggestion?

--answers--

I don't think that part needs more explanation.

--audio-id--

ENed1ebe8d

--feedback--

This shows disagreement, but Alice is asking for more clarity, not less.


Good point.

--audio-id--

EN2be0b765

--video-solution--

2

--explanation--

If Jake agrees with Alice, he would respond positively and briefly.

Saying Good point shows he accepts her suggestion to explain integration more clearly.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-2.mp3",
      "startTime": 1,
      "startTimestamp": 54.94,
      "finishTimestamp": 58.42
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "When you talk about integration, maybe specify what makes it easy?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}