Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e067b7581045341f106d8.md

latest2.2 KB
Original Source
<!-- (audio) Tom: Hey, Sophie. Let me ask you about your daily routine as a web developer. What's your typical workday like? Sophie: Hi, Tom. Well, my day usually starts at 8:30. I check my emails and reply to any urgent messages. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

When does Sophie usually start her workday?

--answers--

She usually starts at 8:30 PM.

--feedback--

Remember, PM is for afternoon and evening times, not for morning.


She never starts before 8:30 AM.

--feedback--

She doesn't say she never starts before 8:30.


She usually starts at 8:30 AM.


She usually starts at 9:00 PM.

--feedback--

PM is not the correct time for a typical morning start, and 9:00 is not the time mentioned.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 12.36
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.74,
      "dialogue": {
        "text": "Hey, Sophie. Let me ask you about your daily routine as a web developer. What's your typical workday like?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.74
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 6.74
    },
    {
      "character": "Sophie",
      "startTime": 6.74,
      "finishTime": 13.36,
      "dialogue": {
        "text": "Hi, Tom. Well, my day usually starts at 8:30. I check my emails and reply to any urgent messages.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 13.86
    }
  ]
}