Back to Freecodecamp

Task 66

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Bob: And I'm Bob, the team's project manager. -->

--description--

In the audio, Bob introduces himself and states his role in the company.

--questions--

--text--

What is Bob's role in the company?

--answers--

He is the team's project manager.


He is the team's graphic designer.

--feedback--

Listen carefully to the specific role mentioned in the introduction.


He is the new intern.

--feedback--

Bob introduces himself with a specific management role, not as an intern.


He is the company's CEO.

--feedback--

Bob's introduction clearly states a different role, not the CEO.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.84,
      "finishTimestamp": 45.06
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "And I'm Bob, the team's project manager.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.72
    }
  ]
}