Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66125530a1a9e92e0e08d594.md

latest2.6 KB
Original Source
<!-- (Audio) Maria: Excellent. Learning more about our customers is essential. I appreciate your dedication. Can you tell me about your long-term goals? -->

--description--

In this task, you'll learn the differences between short-term, mid-term, and long-term goals.

Short-term goals are objectives you plan to achieve soon, usually within a few days to a year. For example, Finishing a report by the end of the week is a short-term goal.

Mid-term goals are targets set for a slightly longer period, often between a year and five years. An example might be, Getting a professional certification in the next two years.

Long-term goals are plans that are expected to be achieved over a more extended period, typically five years or more. For instance, Becoming a team leader in ten years is a long-term goal.

Understanding these time frames helps in setting realistic and achievable objectives in both personal and professional contexts.

--fillInTheBlank--

--sentence--

BLANK. Learning more about our customers is essential. I BLANK your BLANK. Can you tell me about your BLANK goals?

--blanks--

Excellent

--feedback--

It is used by Maria to positively acknowledge the information shared. This word is capitalized.


appreciate

--feedback--

It indicates that Maria values and is thankful for the effort shown.


dedication

--feedback--

It refers to the commitment and hard work shown.


long-term

--feedback--

In this context, it refers to goals that are planned to be achieved over an extended period.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.18,
      "finishTimestamp": 29.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Excellent. Learning more about our customers is essential.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.26,
      "finishTime": 7.54,
      "dialogue": {
        "text": "I appreciate your dedication. Can you tell me about your long-term goals?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.04
    }
  ]
}