Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-express-agreement/679b72572a03cc037def37c3.md

latest1.4 KB
Original Source
<!-- (Audio) Linda: I think that's doable. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think that's BLANK.

--blanks--

doable

--feedback--

This word means something is possible to achieve.

--explanation--

Doable means something is possible or achievable. It is often used in informal conversations to express that a task or goal can be completed. For example:

  • Finishing this project by Friday is doable. – This means completing the project by Friday is possible.

  • Is it doable within our budget? – This asks if something can be achieved with the available money.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.22,
      "finishTimestamp": 11.22
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.0,
      "dialogue": {
        "text": "I think that's doable.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}