Back to Freecodecamp

Task 10

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We need to adjust the BLANK because of the recent changes. Does that BLANK for you?

--blanks--

timeline

--feedback--

This refers to a schedule or plan that shows when tasks should be completed.


work

--feedback--

Here, this means to be acceptable or suitable for someone.

--explanation--

A timeline refers to a schedule or sequence of events in a project or plan. For example:

We need to follow the project timeline carefully. - This means they must stick to the planned schedule.

Does that work for you? is used to ask if something is acceptable or convenient for someone. For example:

We can meet at 2 PM. Does that work for you? - This asks if 2 PM is a good time for the other person.

--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
    }
  ]
}