Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657e421f8d8e9871a83cda7f.md

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: James: We have a lot to talk about today, and I'm sure we'll have great insights to share during our training session. -->

--description--

Insights are valuable thoughts or understanding gained from experience or learning. For example, gaining insights into a project means learning important things about it.

A training session is a period of time dedicated to learning new skills or information. It's like a class. For instance, attending a training session on communication means going to a class to learn about communication.

--fillInTheBlank--

--sentence--

We have a lot to talk about today, and I'm sure we'll have great BLANK to share during our BLANK session.

--blanks--

insights

--feedback--

This word in the plural form refers to valuable thoughts or understanding gained from experiences.


training

--feedback--

This word is related to learning new skills or information in a structured setting. It ends in -ing.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 17.08,
      "finishTimestamp": 22.32
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "We have a lot to talk about today, and I'm sure we'll have great insights to share during our training session.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}