Back to Freecodecamp

Task 12

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob think of Sarah's comment in relation to having daily meetings to discuss the project?

--answers--

Bob thinks Sarah does not want to have daily meetings so she can focus on her job.

--feedback--

Bob does not specifically express this.


Bob thinks Sarah's concern is not important.

--feedback--

Bob actually acknowledges Sarah's concern.


Bob disagrees with Sarah's concern.

--feedback--

Bob actually agrees with Sarah.


Bob thinks Sarah's concern is reasonable and worth discussing.

--video-solution--

4

--explanation--

A valid concern means that the worry or issue raised is reasonable, important, and worth considering. It suggests that the concern is grounded in reality or logic. For example:

The security of our data is a valid concern for the team. – This means that worrying about the security of data is a reasonable and important issue to address.

--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
    }
  ]
}