Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65b25eacb57dd5493ebaf184.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: She's quite serious and organized, which makes her excellent at her job. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why is she excellent at her job according to Bob?

--answers--

Because she arrives late

--feedback--

Being organized and serious about work usually means being punctual, not late.


Because she is very funny and relaxed

--feedback--

Bob's description suggests she is focused and well-planned, not funny and relaxed.


Because she focuses deeply on her work and keeps things in order


Because she doesn't like her job

--feedback--

Bob implies that her attitude and method make her good at her job, not disliking it.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.74,
      "finishTimestamp": 17.22
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "She's quite serious and organized, which makes her excellent at her job.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}