Back to Freecodecamp

Task 36

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

latest1.3 KB
Original Source
<!-- (Audio) Jake: Sure! I'd love to. -->

--description--

I'd love to is a phrase used to express eagerness or enthusiasm for a suggested activity.

--questions--

--text--

What does I'd' love to express?

--answers--

Disinterest

--feedback--

This is the opposite of what the expression conveys in this context.


Eagerness and agreement


Uncertainty

--feedback--

This is not the tone of the expression used by Jake.


Reluctance

--feedback--

This is not reflected in the enthusiastic response by Jake.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.40,
      "finishTimestamp": 42.74
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "Sure! I'd love to.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}