Back to Freecodecamp

Task 54

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Bob: This is Sarah, the senior developer. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK is Sarah, the BLANK developer.

--blanks--

This

--feedback--

It is used to introduce someone or something in the present context. The first letter is capitalized.


senior

--feedback--

This word indicates a higher level of experience or rank in a job role.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.6,
      "finishTimestamp": 14.6
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "This is Sarah, the senior developer.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}