Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684813b4fbcf1250f7704363.md

latest1.5 KB
Original Source
<!-- (audio) David: I see. How are we doing with the testing phase? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I see. How are we BLANK the testing phase?

--blanks--

doing with

--feedback--

This phrasal verb means "how is the progress going" or "what is the current status". The first word ends in -ing.

--explanation--

Do with something is often used in casual speech to ask about progress, status, or results. For example:

How are we doing with the documentation? — This asks about the current status of the documentation.

In David's sentence, he wants to know how much progress has been made in the testing phase of the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.36,
      "finishTimestamp": 45.26
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "I see. How are we doing with the testing phase?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}