Back to Freecodecamp

Task 28

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

latest1.7 KB
Original Source
<!-- (audio) Jessica: Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. For the final phase, we should aim to have BLANK for beta testing and fixing any critical issues that our testers find.

--blanks--

at least two weeks

--feedback--

These four words show the minimum amount of time needed.

--explanation--

Two is a cardinal number. It tells you how many or how much.

At least means this is the minimum amount. You might need more, but not less. For example:

It will take at least two hours. — The task won't take less than two hours.

So, at least two weeks means the team should plan for two weeks or more, not less.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.62,
      "finishTimestamp": 49.88
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 8.26,
      "dialogue": {
        "text": "Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 8.76
    }
  ]
}