Back to Freecodecamp

Task 90

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Well, I have to attend team meetings and provide progress reports, but I don't have to work extra hours unless it's an urgent situation. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob say about his work schedule?

--answers--

He always stays late at work.

--feedback--

Bob indicates that working extra hours is not a regular requirement for him, only in specific cases.


He never attends meetings.

--feedback--

Bob actually says attending meetings and giving updates are part of his daily tasks.


He only works extra hours if there's a special need.


He provides updates yearly.

--feedback--

Bob talks about giving progress updates as part of his routine tasks, not just yearly.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 17.38,
      "finishTimestamp": 24.62
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "Well, I have to attend team meetings and provide progress reports,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.7,
      "finishTime": 8.24,
      "dialogue": {
        "text": "but I don't have to work over time unless it's an urgent situation.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.74
    }
  ]
}