Back to Freecodecamp

Task 24

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

latest2.1 KB
Original Source
<!-- (audio) James: If all goes well, we should complete the third phase, which includes all initial testing, by the end of April. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If all BLANK, we should complete the BLANK phase, which includes all BLANK, by the end of April.

--blanks--

goes well

--feedback--

These two words mean that everything happens as expected or without problems.


third

--feedback--

This is an ordinal number showing that it's the third stage in a sequence.


initial testing

--feedback--

This two-word phrase refers to the first round of testing, usually done to check basic functions.

--explanation--

If all goes well means that things happen smoothly and as planned, without delays or problems. For example:

We can launch the new app next week if all goes well. — If everything works out, the app will be ready next week.

Third is an ordinal number showing the position in a sequence.

Initial testing is the first stage of testing, usually focused on checking the basic features and spotting major bugs early. For example:

The app passed initial testing on Android. — The app worked well in the first test on Android phones.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.22,
      "finishTimestamp": 42.34
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.12,
      "dialogue": {
        "text": "If all goes well, we should complete the third phase, which includes all initial testing, by the end of April.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}