Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/6636d20a1479ea7853331bc6.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: He's part of the design team, but he's not at his desk right now. -->

--description--

The design team is the division in tech that is responsible for the creation of products and that supervises how the product looks.

--questions--

--text--

According to Sophie's answer, what does Tom do in the company?

--answers--

He creates and takes care of the products' design


He is responsible for the general protection of the company

--feedback--

That would be the Security team's responsibility.


He's a software developer in the company

--feedback--

According to Sophie's answer, Tom is not necessarily a part of the software development team.


Tom is the team lead

--feedback--

The dialogue does not specify any leadership role for Tom.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.16,
      "finishTimestamp": 7.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "He's part of the design team, but he's not at his desk right now.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}