Back to Freecodecamp

Task 24

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a75f46074d99f1b28459a1.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Good idea. By the way, we need to allocate tasks among the team. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good idea. BLANK, we need to allocate tasks among the team.

--blanks--

By the way

--feedback--

This three-word phrase is used to introduce a new but related topic. The first letter of the first word is capitalized.

--explanation--

By the way is used to smoothly introduce a new but related topic in a conversation. It helps transition from one point to another. For example:

The design looks great. By the way, have we scheduled the client meeting? – This means the speaker acknowledges the design and then shifts to another important topic.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.76,
      "finishTimestamp": 30.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Good idea. By the way, we need to allocate tasks among the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}