Back to Freecodecamp

Task 45

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: That's great, Amy. Tell us when your blog posts are out. I'm looking forward to reading them. -->

--description--

In this context, to be out means to be available or published. For example:

The new book is out next week. - This means the book will be available then.

Looking forward to + a verb that ends in -ing is a common way to express excitement about a future event. For example:

  • I'm looking forward to meeting you. - You're excited about meeting someone.

  • She's looking forward to traveling next month. - She's excited about traveling.

--fillInTheBlank--

--sentence--

That's great, Amy. Tell us when your blog posts are BLANK. I'm looking BLANK to reading them.

--blanks--

out

--feedback--

This word refers to Amy's posts being available or published.


forward

--feedback--

It expresses Brian's excitement about reading the future blog posts.

--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": 42.40,
      "finishTimestamp": 47.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "That's great, Amy. Tell us when your blog posts are out. I'm looking forward to reading them.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}