Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fe683b5eff6b23651191cf.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: That's a valid concern. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a BLANK concern.

--blanks--

valid

--feedback--

This means that something is reasonable, justifiable, or acceptable.

--explanation--

Valid means something that is well-reasoned, legitimate, or justifiable. It's used to describe something that is based on good logic or is worthy of consideration. For example:

That's a valid point you've made. – This means the point made is logical or worthy of consideration.

Bob is agreeing that the concern raised is reasonable and deserves attention.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.36,
      "finishTimestamp": 25.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "That's a valid concern.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}