Back to Freecodecamp

Task 37

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: This is John, the database administrator. He's been here for three years. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

How long has John been working as a database administrator at the company?

--answers--

1 year

--feedback--

The duration mentioned is longer than one year.


2 years

--feedback--

The duration mentioned is longer than two years.


5 years

--feedback--

The duration mentioned is not as long as five years.


3 years

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Mark",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.18,
      "finishTimestamp": 23.52
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "This is John, the database administrator.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.34,
      "finishTime": 5.34,
      "dialogue": {
        "text": "He's been here for three years.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}