Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b52d5d274164b1bbaf61c3.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: I'm currently adding a new section focused on password security now. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

I'm BLANK BLANK a new section focused on password security BLANK.

--blanks--

currently

--feedback--

This word means at the present time, indicating that the action is happening now.


adding

--feedback--

This is the base form of the verb with -ing, used in the Present Continuous tense.


now

--feedback--

This word emphasizes that the action is taking place at this moment.

--explanation--

The Present Continuous tense is used to describe actions that are happening at the moment of speaking. It is formed using the verb to be (am, is, are) + the base form of the verb + -ing. For example:

  • She is coding a new feature right now. - She is in the process of coding a new feature at this moment.

  • They are testing the software. - They are in the middle of testing the software right now.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.2,
      "finishTimestamp": 20.04
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.84,
      "dialogue": {
        "text": "I'm currently adding a new section focused on password security now.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.34
    }
  ]
}