Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f068d2aae59184cfd6b110.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: I think the team could really use some refreshers on the new tools. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah's opinion about the training sessions?

--answers--

She thinks the training sessions should be canceled.

--feedback--

Sarah actually believes the team would benefit from training.


She doesn't think the team needs any training.

--feedback--

Sarah actually says the opposite.


She wants someone else to lead the training sessions.

--feedback--

Sarah's focus is on the need for refreshers, not on who leads the sessions.


She believes the team would benefit from some review training.

--video-solution--

4

--explanation--

Could use means something would be very helpful or needed. It's often used to express that something would improve a situation or make things easier. For example:

I could use a break after that long meeting. – This means the speaker feels a break would be helpful and welcome.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 48.52,
      "finishTimestamp": 51.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "I think the team could really use some refreshers on the new tools.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}