Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a8af564a72170e409ef971.md

latest2.1 KB
Original Source
<!-- (Audio) Linda: That's a good plan. I'll also keep you updated on the design process, and we can schedule regular meetings to stay on track. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK BLANK. I'll also keep you updated on the design process, and we can schedule regular meetings to stay on track.

--blanks--

That's

--feedback--

This is a contraction of that is. The first letter is capitalized.


a

--feedback--

This is an indefinite article used before singular nouns.


good

--feedback--

This word describes something that is beneficial or favorable.


plan

--feedback--

This is a set of actions or steps designed to achieve a specific goal.

--explanation--

That's a good plan is used to express approval or agreement with a proposed idea or course of action. For example:

I agree with you that we should improve the website's navigation. That's a good plan. – This means the idea of improving navigation is a positive and acceptable suggestion.

--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": 36.54,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "That's a good plan.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 1.9,
      "finishTime": 6.6,
      "dialogue": {
        "text": "I'll also keep you updated on the design process and we can schedule regular meetings to stay on track.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}