Back to Freecodecamp

Task 97

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: David: Great to meet you, Sarah. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK to BLANK you, Sarah.

--blanks--

Great

--feedback--

This word expresses positivity or satisfaction about something, in this case, meeting Sarah. The first letter is capitalized.


meet

--feedback--

This verb refers to the act of being introduced to someone for the first time.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 27.38,
      "finishTimestamp": 29.06
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Great to meet you, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}