Back to Freecodecamp

Task 49

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Hi, Bob. I'm not working on any data projects at the moment. I'm taking some time off to learn new things. -->

--description--

To work on means to spend time and effort doing a task or improving something. For example:

She is working on a new app. - This means she is developing or improving the app.

To take time off means to stop working for a short period, usually to rest or for personal reasons. For example:

I'm taking time off tomorrow because I have a doctor's appointment. - This means not working for the day.

--fillInTheBlank--

--sentence--

Hi, Bob. I'm not BLANK on any data projects at the moment. I'm BLANK some time off to BLANK new things.

--blanks--

working

--feedback--

This verb means doing a job or activity. It ends in -ing.


taking

--feedback--

This verb means using or having time away from work to rest. It ends in -ing.


learn

--feedback--

This verb means to get knowledge or a new skill.

--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": 2.74,
      "finishTimestamp": 8.56
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.82,
      "dialogue": {
        "text": "Hi, Bob. I'm not working on any data projects at the moment. I'm taking some time off to learn new things.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}