Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-describe-your-current-project/656a43974f689442c0a0eeb2.md

latest1.9 KB
Original Source
<!-- (Audio) Amy: That sounds like a good idea, Brian. I'm currently working on a series of blog posts about tech trends. -->

--description--

Currently comes from current meaning happening now. Adding -ly turns an adjective into an adverb. For example:

She is currently reading a book. - She is reading a book now.

Trends are popular styles or ideas that many people are talking about or doing. The word trend in the singular becomes trends in the plural. For example:

  • One current trend is using eco-friendly products. - Here, trend (singular) refers to one popular idea.

  • She writes about fashion trends. - Here, trends (plural) refers to many different popular styles.

Tech trends refer to popular developments in technology.

--fillInTheBlank--

--sentence--

That sounds like a good idea, Brian. I'm BLANK working on a series of blog posts about tech BLANK.

--blanks--

currently

--feedback--

This word means Amy is doing this work now.


trends

--feedback--

This word in the plural form refers to popular ideas in technology.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Amy",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 13.34,
      "finishTimestamp": 18.36
    }
  },
  "commands": [
    {
      "character": "Amy",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Amy",
      "startTime": 1,
      "finishTime": 6.02,
      "dialogue": {
        "text": "That sounds like a good idea, Brian. I'm currently working on a series of blog posts about tech trends.",
        "align": "center"
      }
    },
    {
      "character": "Amy",
      "opacity": 0,
      "startTime": 6.52
    }
  ]
}