Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c8d957a1490d2623d91f03.md

latest2.2 KB
Original Source
<!-- (Audio) James: Thanks for listening, Maria. Maria: No problem, James. I'll take this feedback to Bob. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Maria do with the feedback?

--answers--

She will ignore it.

--feedback--

Maria will not ignore the feedback.


She will ask James to explain it again.

--feedback--

Maria does not ask James for clarification.


She will make a final decision herself.

--feedback--

Maria does not say she will decide alone.


She will share it with Bob.

--video-solution--

4

--explanation--

To take feedback to someone means to pass along comments or suggestions to another person, usually someone in a decision-making position. For example:

I'll take your feedback to the manager so we can discuss possible changes. - This means the speaker will share the feedback with their manager.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 64.02,
      "finishTimestamp": 67.88
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "Thanks for listening, Maria.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 2.51
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 2.51
    },
    {
      "character": "Maria",
      "startTime": 2.78,
      "finishTime": 4.86,
      "dialogue": {
        "text": "No problem, James. I'll take this feedback to Bob.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}