Back to Freecodecamp

Task 12

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

latest1.1 KB
Original Source
<!-- (audio) Tom: That makes sense. How do you handle your projects? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. How do you BLANK your projects?

--blanks--

handle

--feedback--

Think about the word that means to manage or deal with something, especially in a work context.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.10,
      "finishTimestamp": 25.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "That makes sense. How do you handle your projects?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}