Back to Freecodecamp

Task 104

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: David: We're excited about this project. I'm confident that we can achieve great results. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK excited about this project. BLANK confident that BLANK can achieve great results.

--blanks--

We're

--feedback--

This is the contraction for we are. The first letter is capitalized.


I'm

--feedback--

This is the contraction for I am. The first letter is capitalized.


we

--feedback--

It's a pronoun that talks about a group including the person who is speaking.

--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": 46.84,
      "finishTimestamp": 51.00
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "We're excited about this project. I'm confident that we can achieve great results.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}