Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67af06acde7183081f4ab1f4.md

latest1.7 KB
Original Source
<!-- (Audio) Anna: No problem, Bob. Let's work on the details. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem, Bob. BLANK the details.

--blanks--

Let's work on

--feedback--

This three-word phrase is used to suggest taking action on a task, often as a team. The first word is a contraction, and the second word is a verb in its base form. The first letter is capitalized.

--explanation--

Let's work on is a way to propose collaboration. It is usually followed by a noun or the -ing form. This phrase is commonly used when encouraging teamwork and moving forward with a task. For example:

  • Let's work on fixing these security vulnerabilities. - Proposing to address security issues in the system.

  • Let's work on the documentation so it's easier to follow. - Proposing improvements to the documentation for clarity.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 66.98,
      "finishTimestamp": 68.74
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "No problem, Bob. Let's work on the details.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}