Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dc4a9c9f028d7ce4142490.md

latest2.0 KB
Original Source
<!-- (Audio) Alice: We need to adjust the timeline because of the recent changes. Does that work for you? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What short answer could James give to say he is okay with the adjustment without using yes or no?

--answers--

It does.

--audio-id--

EN178f48eb


It might.

--audio-id--

ENc8caf02d

--feedback--

Although this answer is affirmative, it does not fully agree with what Alice is asking.

--video-solution--

1

--explanation--

Short answers like It does. are commonly used to confirm something without repeating the full sentence or using yes or no. Instead of saying Yes, it works for me. or simply Yes, it does., the response is shortened to It does. Another example:

  • Person 1: Does this solve the problem? - This person is asking if something is a good solution.

  • Person 2: It does. - This confirms that the solution works without restating the entire sentence.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.66,
      "finishTimestamp": 14.14
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "We need to adjust the timeline because of the recent changes.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.6,
      "finishTime": 4.58,
      "dialogue": {
        "text": "Does that work for you?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}