Back to Freecodecamp

Task 119

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think the team could really use some BLANK on the new tools.

--blanks--

refreshers

--feedback--

This refers to short reviews or reminders of something already learned, often used to help people remember skills or knowledge. Use the plural form.

--explanation--

A refresher is a short training or review session to help someone remember information they already learned in the past. It's often used when someone needs to practice or be reminded of a skill or topic. For example:

We had a quick refresher on company policies before the new quarter started. – This means the team reviewed the policies they already knew to stay up to date.

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