Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-share-feedback/6797e52460e5d1d1081216c8.md

latest2.4 KB
Original Source
<!-- (Audio) Jessica: I'll work on improving the documentation and continue to focus on quality. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica promise Bob she will do, based on his feedback?

--answers--

She promises to rewrite all the documentation immediately.

--feedback--

Jessica doesn't mention rewriting documentation entirely or doing it immediately.


She promises to improve the documentation and focus on quality.


She promises to delegate her work to someone else.

--feedback--

Jessica doesn't mention delegating her work. She commits to working on it herself.


She promises to focus only on testing.

--feedback--

Jessica says she will focus on improving the documentation and continue to focus on quality, not just testing.

--video-solution--

2

--explanation--

The -ing form of a verb is used after prepositions, such as on, as in the phrase work on improving. This structure emphasizes the ongoing action related to the preposition. For example:

She is working on finishing her presentation before the meeting. - This means she is actively making progress on completing her presentation.

The infinitive form of a verb is often used after certain verbs, like continue. In this case, continue to focus is the structure of choice due to the combination with the verb continue. For example:

He plans to continue to learn new skills for his career. - This means he intends to keep learning as part of his career development.

The verb form to be used will depend pretty much on what precedes it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.38,
      "finishTimestamp": 51.68
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "I'll work on improving the documentation and continue to focus on quality.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}