Back to Freecodecamp

Task 38

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Well, I noticed that she's always in the office super early and leaves pretty late. Do you know why? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Tom say about her work hours?

--answers--

She comes in late and leaves early.

--feedback--

Tom's observation is the opposite; she arrives early and leaves late.


She arrives much earlier and leaves later than usual.


She is rarely at the office.

--feedback--

Tom notes that she is consistently in the office early and leaves late, indicating regular presence.


She works the same hours as everyone else.

--feedback--

Tom specifically points out that her arriving and leaving times are notable, not the same as others.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.16,
      "finishTimestamp": 11.54
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Well, I noticed that she's always in her office super early and leaves pretty late. Do you know why?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}