Back to Freecodecamp

Task 117

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Absolutely. Also, I've been meaning to ask about the new training sessions. When do they start? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. Also, I've been meaning to ask about the new BLANK sessions. When do they start?

--blanks--

training

--feedback--

This refers to organized activities or lessons to help people learn or improve skills, especially for work.

--explanation--

Training sessions are organized meetings or classes where people learn how to do something, especially related to their job or a new tool or system. For example:

The team attended training sessions to learn how to use the new software. – This means they participated in learning activities to understand the new system.

--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": 43.44,
      "finishTimestamp": 48.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Absolutely. Also, I've been meaning to ask",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.46,
      "finishTime": 5.74,
      "dialogue": {
        "text": "about the new training sessions. When do they start?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}