Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656918c77e73780c34392e17.md

latest2.6 KB
Original Source
<!-- (Audio) Brian: Hey, Amy. I'm not working on anything big at the moment. I'm taking a short break to learn more about front-end. It's good to stop a bit and refresh my skills. How about you? -->

--description--

To learn means to gain knowledge or skill in something. For example:

She is learning to play the guitar. - Here, learning means she is practicing and gaining the skill of playing the guitar.

To refresh means to update or improve something. For example:

I refresh my memory by reviewing notes. - Here, refresh means to look at notes again so the information feels new and clear in the mind.

Skills are the abilities to do things well. For example:

Good writing skills are important. - Here, skills mean the ability to write well, which helps in studies or work.

--fillInTheBlank--

--sentence--

Hey, Amy. I'm not working on BLANK big at the moment. I'm taking a BLANK break to learn more about BLANK. It's good to stop a bit and BLANK my skills. How about you?

--blanks--

anything

--feedback--

This word means Brian isn't working on any big tasks right now.


short

--feedback--

This word describes the length of Brian's break as not very long.


front-end

--feedback--

These two words refer to the part of website development that involves what users see.


refresh

--feedback--

Brian uses this verb to say that he's improving or updating his abilities.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 2.98,
      "finishTimestamp": 12.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Hey, Amy. I'm not working on anything big at the moment.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.82,
      "finishTime": 6.5,
      "dialogue": {
        "text": "I'm taking a short break to learn more about front-end.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.04,
      "finishTime": 10.74,
      "dialogue": {
        "text": "It's good to stop a bit and refresh my skills. How about you?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.24
    }
  ]
}