Back to Freecodecamp

Task 42

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

latest1.8 KB
Original Source
<!-- (audio) Tom: How long are our workdays? Anna: We typically finish at about 5, but that depends on project deadlines. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tom: How long are our workdays?

Anna: We typically finish at about BLANK, but that BLANK on project deadlines.

--blanks--

5

--feedback--

This number indicates the time in the afternoon when their workday typically ends.


depends

--feedback--

This verb indicates that the situation can change based on certain factors. Don't forget about the ending -s.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.62,
      "finishTimestamp": 46.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "How long are our workdays?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.82
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 2.82
    },
    {
      "character": "Anna",
      "startTime": 3.62,
      "finishTime": 7.26,
      "dialogue": {
        "text": "We typically finish at about 5, but that depends on project deadlines.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.76
    }
  ]
}