Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a4c42ee183c4b3b92bfeb.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: By the way, what's keeping you busy these days? -->

--description--

Busy means having many things to do or being actively involved in work or activities. For example:

She's busy with her project. - This means she is spending time and effort on her project and doesn't have much free time.

By the way is a phrase used to change the subject or add extra information that is not directly connected to what was said before. It's often used in casual conversation. For example:

By the way, have you seen the new blog feature? - This means the speaker is bringing up a new topic that just came to mind.

--fillInTheBlank--

--sentence--

BLANK, what's keeping you BLANK these days?

--blanks--

By the way

--feedback--

These three words introduce a new topic in the conversation.


busy

--feedback--

This adjective refers to being occupied with activities or tasks.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 27.06,
      "finishTimestamp": 29.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "By the way, what's keeping you busy these days?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.62
    }
  ]
}