Back to Freecodecamp

Task 68

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

latest1.1 KB
Original Source
<!-- (audio) Sophie: These are a lot of responsibilities, Jake. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

These are a lot of BLANK, Jake.

--blanks--

responsibilities

--feedback--

This word in the plural form refers to duties or tasks that someone is required to handle.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.54,
      "finishTimestamp": 47.26
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "These are a lot of responsibilities, Jake.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}