Back to Freecodecamp

Task 9

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was the topic of the conversation when it was interrupted?

--answers--

The budget for the project.

--feedback--

Alice does not mention anything about the budget.


The need to adjust the timeline.


The new team members.

--feedback--

Alice does not refer to team members.


A different project.

--feedback--

Alice is talking about adjustments to the current project.

--video-solution--

2

--explanation--

As I was saying is used to return to a previous topic after an interruption. It signals that the speaker is continuing their previous point. For example:

As I was saying, we should finalize the report by Friday. - This means the speaker was already discussing the report before being interrupted.

--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": 9.16,
      "finishTimestamp": 13.19
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.03,
      "dialogue": {
        "text": "So, as I was saying, we need to adjust the timeline because of the recent changes.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.53
    }
  ]
}