Back to Freecodecamp

Task 77

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: James: Good morning. I'm James. I'm here to help you with your training. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good morning. I'm James. I'm BLANK to BLANK you with your BLANK.

--blanks--

here

--feedback--

This word indicates presence or position in a specific place or situation.


help

--feedback--

This verb implies providing assistance or support to someone.


training

--feedback--

This word refers to the process of learning skills or knowledge needed for a specific task or job. 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": 0.00,
      "finishTimestamp": 3.70
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.70,
      "dialogue": {
        "text": "Good morning. I'm James. I'm here to help you with your training.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.20
    }
  ]
}