Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a35429c637c13540c9be80.md

latest1.6 KB
Original Source
<!-- (Audio) Lisa: It allows me to plan for my future with confidence. -->

--description--

The phrase It allows me to is about something giving you the ability or opportunity to do something. For example, Having a good internet connection allows me to work from anywhere.

Confidence means feeling sure about something or believing in your abilities. Like when you know how to solve a problem, you might say, I can fix this computer issue with confidence.

--fillInTheBlank--

--sentence--

It BLANK me to plan for my future with BLANK.

--blanks--

allows

--feedback--

This verb means giving permission or making it possible to do something. this verb is conjugated in the third person singular. So, remember to add -s.


confidence

--feedback--

This noun describes the feeling of being certain about your abilities or something you're going to do.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.48,
      "finishTimestamp": 11.90
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "It allows me to plan for my future with confidence.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.92
    }
  ]
}