Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67289e1748ed4b9623086332.md

latest1.9 KB
Original Source
<!-- (audio) Bob: How long have you been focusing on this evaluation? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How long have you been BLANK this BLANK?

--blanks--

focusing on

--feedback--

These two words together mean to concentrate attention or effort on a particular task or subject. The first word is in -ing form.


evaluation

--feedback--

This noun refers to the process of assessing or judging the quality, value, or performance of something.

--explanation--

The phrase focus on indicates directing attention or effort towards a specific area or task. For example:

I am focusing on improving my coding skills. - It means you are concentrating your efforts on enhancing your abilities in coding.

The term evaluation refers to a systematic process of assessing something's performance or effectiveness. For example:

The evaluation of the project's success will take place next month. - It implies that a careful judgment will be made based on specific criteria, to determine how successful the project was.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.78,
      "finishTimestamp": 12.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "How long have you been focusing on this evaluation?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}