Back to Freecodecamp

Task 87

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

latest1.4 KB
Original Source
<!-- (Audio) Brian: Hey, Sarah. I wanted to discuss an ongoing project with you. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Sarah. I wanted to discuss an BLANK project with you.

--blanks--

ongoing

--feedback--

This describes something that is continuing or still in progress.

--explanation--

Ongoing means something that is still happening or continuing over time. For example:

The team is working on an ongoing investigation into the issue. – In this sentence, ongoing shows that the investigation hasn't ended yet.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "Hey, Sarah. I wanted to discuss an ongoing project with you.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.92
    }
  ]
}