Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f53ac645c24127c9957346.md

latest1.6 KB
Original Source
<!-- (audio) Alice: Hey, Brian. I wanted to talk about the upcoming technical training session. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Brian. I wanted to talk about the BLANK technical BLANK.

--blanks--

upcoming

--feedback--

This word describes something that will happen soon.


training session

--feedback--

This two-word phrase refers to a meeting or event where training happens.

--explanation--

Upcoming means something that will happen soon. For example:

We're preparing for the upcoming meeting. - The meeting will happen soon.

Training session refers to an event where people learn skills. For example:

They joined a training session about cybersecurity. - They learned how to stay safe online.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.46
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "Hey, Brian. I wanted to talk about the upcoming technical training session.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}