Back to Freecodecamp

Task 95

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: David: Hey, Bob. How's it going? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Bob. How's it BLANK?

--blanks--

going

--feedback--

This word is used in a phrase to ask about someone's current state or activities. It ends in -ing.

--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": 19.54,
      "finishTimestamp": 20.90
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "Hey, Bob. How's it going?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}