Back to Freecodecamp

Task 74

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

latest1.2 KB
Original Source
<!-- (audio) James: Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Linda. Today, I want to talk to you about BLANK and the obligations we have in our daily tasks.

--blanks--

compliance

--feedback--

This term means following rules and doing what is required at work.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 7.40
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 8.40,
      "dialogue": {
        "text": "Hey, Linda. Today, I want to talk to you about compliance and the obligations we have in our daily tasks.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.90
    }
  ]
}