Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6612727ec0a11b390b8e92cb.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Hey! Work has kept me busy this week. -->

--description--

Has kept is used to describe an ongoing action or state that started in the past and continues into the present. For example, The training has kept me engaged. means the training started in the past and is still engaging the person now.

--questions--

--text--

What does Sarah mean?

--answers--

She started a new job this week.

--feedback--

Sarah's statement refers to ongoing work keeping her busy, not starting a new job.


She has been busy with work throughout the week.


She is planning to take on more work soon.

--feedback--

Sarah's statement is about her current workload, not about future plans to increase it.


She had a lot of free time this week.

--feedback--

The phrase has kept me busy implies that Sarah had little free time, not a lot.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 3.78,
      "finishTimestamp": 5.8
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "Hey, work has kept me busy this week.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.52
    }
  ]
}