Back to Freecodecamp

Task 108

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/65802fe92ef0f404ba0437f7.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: Thanks, Sophie. I'm looking forward to it. -->

--description--

I'm looking forward to it is commonly used to express positive anticipation or eagerness about something in the future. For example:

I'm looking forward to our team meeting tomorrow to discuss the new project. - You're positive about the meeting and the opportunity to talk about the project.

--questions--

--text--

Choose the correct phrase that conveys a similar meaning.

--answers--

I'm indifferent to it.

--feedback--

Look forward to expresses enthusiasm, not indifference. Indifference would imply a lack of interest, which is not the case here.


I'm excited about it.


I'm avoiding it.

--feedback--

Look forward to expresses eagerness, not avoidance. Avoidance would suggest a desire to stay away from it, contrary to the meaning of looking forward to something.


I'm unaware of it.

--feedback--

Look forward to expresses anticipation, not unawareness. Unawareness would suggest a lack of knowledge about it, which does not align with the positive anticipation expressed.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 24.06,
      "finishTimestamp": 26.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.40,
      "dialogue": {
        "text": "Thanks, Sophie. I'm looking forward to it.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.90
    }
  ]
}