Back to Freecodecamp

Task 62

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which of the following best describes Brian's progress on the new section about password security?

--answers--

Brian has finished the new section.

--feedback--

Think about the meaning of currently.


Brian is working on the new section.


Brian will start the new section next month.

--feedback--

Think about what currently implies about timing.


Brian is considering the new section.

--feedback--

Consider what currently suggests about the action.

--video-solution--

2

--explanation--

Currently means at the present time or now. It indicates that something is happening at this moment. For example:

  • She is currently debugging the software. - She is debugging the software right now.

  • We are currently testing the new app. - You and your team are testing the new app at this moment.

--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
    }
  ]
}