Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b56fe3d4801d23ea10acc6.md

latest1.4 KB
Original Source
<!-- (Audio) Brian: The team is working on it as we speak. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

The team is working on it BLANK.

--blanks--

as we speak

--feedback--

These three words together mean that something is happening at this very moment, while the conversation is taking place.

--explanation--

As we speak means that something is happening at this very moment, while the conversation is taking place. For example:

  • The update is being deployed as we speak. - The update is being rolled out at this very moment.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 52.98,
      "finishTimestamp": 55.22
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "The team is working on it as we speak.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}