Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/6537e6ece93e5724eeb27c54.md

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Maria: I'm Maria, the team lead. -->

--description--

To mention your job or role in a company, you'd say, I'm [name], the [job title]. Name refers to your name, and job title is your occupation. This lets others know your position or role.

--questions--

--text--

What is Maria's job role at the company?

--answers--

Graphic Designer

--feedback--

Focus on the term Maria used to describe herself.


Team Member

--feedback--

Focus on the term Maria used to describe herself.


Team Lead


CEO

--feedback--

Focus on the term Maria used to describe herself.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": 50, "y": 0, "z": 1.5 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 2.6,
      "finishTimestamp": 4
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.2,
      "dialogue": {
        "text": "I'm Maria, the team lead.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.7
    }
  ]
}