Back to Freecodecamp

Task 35

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

latest1.5 KB
Original Source
<!-- (audio) James: We should have that ready near the last week of the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should have that ready near BLANK the project.

--blanks--

the last week of

--feedback--

These four words refer to the final seven days before something (like a deadline or event) ends.

--explanation--

The last week of means the final seven days in a time period. It's often used in planning and scheduling. For example:

We'll do final checks in the last week of April. — That means during the final seven days before April ends.

James says they want the task finished around the final days of the project.

--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": 57.34,
      "finishTimestamp": 60.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "We should have that ready near the last week of the project.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}