Back to Freecodecamp

Task 18

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

latest1.6 KB
Original Source
<!-- (audio) Sophie: I take short breaks to stretch, have some coffee, or chat with colleagues. -->

--description--

A coffee is a drink many people have when they are tired. For example, I drink coffee on my break.

To chat means to talk with someone. For example, I chat with my friends at work.

To stretch means to move your arms and legs to relax them. For example, I stretch during my break.

--fillInTheBlank--

--sentence--

I take short breaks to BLANK, have some BLANK, or BLANK with colleagues.

--blanks--

stretch

--feedback--

This verb means to move your body to make your muscles longer, often to relax.


coffee

--feedback--

It's a hot drink made from roasted beans, often enjoyed in the morning.


chat

--feedback--

This verb means to talk in a friendly and informal way.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.08,
      "finishTimestamp": 41.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "I take short breaks to stretch, have some coffee, or chat with colleagues.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}