Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dbfb128eaef185f5fb51b.md

latest2.2 KB
Original Source
<!-- (audio) Tom: Hmm... Do we discuss all our ongoing projects in these meetings? Sophie: We do. It's a chance to update everyone on project progress. -->

--description--

Ongoing means that something is happening right now and it has not finished yet. It continues for some time, and it is still in progress. For example:

There is an ongoing project at the company. - The project is still happening and not completed.

Think of ongoing as something that is still active and not done.

--questions--

--text--

In the context of projects, what would be the synonym of ongoing?

--answers--

In progress


Finished

--feedback--

Ongoing is the opposite of finished.


Not started

--feedback--

If a project is not started, it cannot be ongoing.


Postponed

--feedback--

Postponed means delayed, which is not the same as ongoing.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 7.44,
      "finishTimestamp": 16.32
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Hmm... Do we discuss all our ongoing projects in these meetings?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.77
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 5.77
    },
    {
      "character": "Sophie",
      "startTime": 6.57,
      "finishTime": 9.88,
      "dialogue": {
        "text": "We do. It's a chance to update everyone on project progress.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.38
    }
  ]
}