Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cdc5a8e30191d1abec8b7.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Maria coordinates our projects. She assigns tasks and makes sure everything runs well. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maria coordinates our projects. She BLANK tasks and BLANK sure everything BLANK well.

--blanks--

assigns

--feedback--

This verb means giving tasks or responsibilities to someone. Don't forget about the ending -s.


makes

--feedback--

This verb means causing something to happen or ensuring it is done. Don't forget about the ending -s.


runs

--feedback--

This verb means managing or controlling something so it works smoothly. Don't forget about the ending -s.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.10,
      "finishTimestamp": 22.74
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.64,
      "dialogue": {
        "text": "Maria coordinates our projects. She assigns tasks and makes sure everything runs well.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.14
    }
  ]
}