Back to Freecodecamp

Task 84

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

latest1.1 KB
Original Source
<!-- (audio) Linda: So, what do we have to comply with in our projects? -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

So, what do we have to BLANK with in our projects?

--blanks--

comply

--feedback--

This verb means to follow or act according to something, like rules or instructions.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 24.08,
      "finishTimestamp": 26.52
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "So, what do we have to comply with in our projects?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}