Back to Freecodecamp

Task 119

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

latest1.6 KB
Original Source
<!-- (audio) Maria: That's a valid point. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK BLANK.

--blanks--

valid

--feedback--

This word means something that is reasonable, correct, or accepted as true.


point

--feedback--

This word refers to an idea, argument, or important detail in a discussion.

--explanation--

Valid point means an idea or argument that is reasonable, relevant, and accepted as correct. It's often used in discussions to acknowledge that someone's suggestion or comment is logical and well-founded. For example:

You made a valid point about improving the user interface. - This means that the suggestion for improving the user interface is reasonable and worth considering.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 28.84,
      "finishTimestamp": 30.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "That's a valid point.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}