Back to Freecodecamp

Task 8

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: Yes, that's right. So, as I was saying, we need to adjust the timeline because of the recent changes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, that's right. So, as I was saying, we need to BLANK the timeline because of the BLANK changes.

--blanks--

adjust

--feedback--

This means to make small changes to improve or fit a situation.


recent

--feedback--

This describes something that happened not long ago.

--explanation--

To adjust means to change something slightly to make it better or more suitable. For example:

We need to adjust the settings on the computer. - This means making small changes to the settings to improve them.

Recent refers to something that happened in the near past. For example:

I read a recent article about technology. - This means the article was published not long ago.

--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": 8.2,
      "finishTimestamp": 13.19
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.97,
      "dialogue": {
        "text": "Yes, that's right. So, as I was saying,",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.19,
      "finishTime": 5.99,
      "dialogue": {
        "text": "we need to adjust the timeline because of the recent changes.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.49
    }
  ]
}