Back to Freecodecamp

Task 12

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: Learning and growing professionally motivates me a lot. -->

--description--

To grow means to increase or develop in some way.

For example, Plants grow quickly in the summer.

When you grow professionally, you improve your skills or career.

The word professionally relates to your job or career. For instance, He behaves very professionally at work means he acts in a professional way.

--fillInTheBlank--

--sentence--

BLANK and BLANK BLANK motivates me a lot.

--blanks--

Learning

--feedback--

This word is about gaining new knowledge or skills. Think about what you do at school or when you study something new. This word is capitalized.


growing

--feedback--

This word means to develop or become bigger or more advanced. It ends with -ing


professionally

--feedback--

This word is related to work or a career. It describes doing something in a way that shows good skills and behavior at a job. it ends with -ly

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.28,
      "finishTimestamp": 23.66
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Learning and growing professionally motivates me a lot.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}