Back to Freecodecamp

Task 79

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: James: Can you briefly introduce yourself? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you BLANK BLANK yourself?

--blanks--

briefly

--feedback--

This word indicates that the introduction should be short and to the point. It ends in -ly.


introduce

--feedback--

This verb means to present oneself to others, usually stating your name and basic details.

--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": 4.14,
      "finishTimestamp": 5.80
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "Can you briefly introduce yourself?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}