Back to Freecodecamp

Task 70

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: Hi, Bob. It's great to meet you too. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Bob. It's BLANK to meet you BLANK.

--blanks--

great

--feedback--

This word expresses positive feelings or satisfaction.


too

--feedback--

This word indicates agreement or similarity with something already mentioned.

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.58,
      "finishTimestamp": 53.38
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.80,
      "dialogue": {
        "text": "Hi, Bob. It's great to meet you too.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.30
    }
  ]
}