Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4f05c757b989d0a65be45.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: If we can focus on the critical parts of the project, we might still meet the deadline without overworking everyone. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we can focus on the BLANK parts of the project, we might still meet the BLANK without overworking everyone.

--blanks--

critical

--feedback--

This word means essential or very important.


deadline

--feedback--

This refers to the final date by which something must be completed.

--explanation--

The critical parts refers to the most important or essential aspects of something. For example:

During the meeting, we should discuss the critical parts of the strategy first. - This means focusing on the most important elements.

To meet the deadline means to complete a task on time. For example:

We worked late to meet the deadline for the client's report. - This means they finished the report before the final due date.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 52.54,
      "finishTimestamp": 57.5
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.38,
      "dialogue": {
        "text": "If we can focus on the critical parts of the project,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.52,
      "finishTime": 5.96,
      "dialogue": {
        "text": "we might still meet the deadline without overworking everyone.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.46
    }
  ]
}