Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6837640e9b8df6d8d19bef8e.md

latest1.8 KB
Original Source
<!-- (Audio) Tom: We should prioritize the color scheme and image sizes for the next update. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Tom think the team should focus on for the next update?

--answers--

Testing new user accounts.

--feedback--

He doesn't mention account features or testing.


Improving server performance.

--feedback--

Performance isn't discussed in this sentence.


Updating visual design elements.


Changing the team roles and assignments.

--feedback--

He does not talk about roles or responsibilities.

--video-solution--

3

--explanation--

Should can be used to express an opinion, suggestion, or recommendation about what is the best thing to do. It shows that something is considered the right or smart next step. For example:

We should review the feedback before launching the new version. – This means the speaker believes reviewing feedback is the correct next action.

--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": 63.26,
      "finishTimestamp": 67.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "We should prioritize the color scheme and image sizes for the next update.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}