Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6837626cf932e3d03daddfcb.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Let's prepare a list of modifications based on this feedback. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom suggest doing in response to the users' feedback?

--answers--

Ask users to send more feedback.

--feedback--

He does not want to request more feedback.


Make a list of changes to be made.


Ignore the feedback until the next update.

--feedback--

He does not want to delay taking action.


Remove the feedback that was critical.

--feedback--

Tom doesn't mention removing anything.

--video-solution--

2

--explanation--

To prepare means to get something ready for use, action, or discussion. It often involves planning or organizing. For example:

She prepared a summary of the meeting for the team. – This means she got the summary ready to share with others.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.72,
      "finishTimestamp": 63.06
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.44,
      "dialogue": {
        "text": "Let's prepare a list of modifications based on this feedback.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}