Back to Freecodecamp

Task 86

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

latest1.7 KB
Original Source
<!-- (Audio) Tom: Thanks for the invite, Sarah. I appreciate it, but I'm not really into sci-fi. I hope you have a blast at the convention, though. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Select the option that best describes the function of though in Tom's response.

--answers--

Softening the impact of declining the invitation.


Expressing regret for not being interested.

--feedback--

It's a bit too strong for the context.


Adding humor to the conversation.

--feedback--

It's not the primary function of this sentence.


Dismissing the idea of attending the convention.

--feedback--

It's not the main purpose of this instance.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 22.06,
      "finishTimestamp": 28.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.48,
      "dialogue": {
        "text": "Thanks for the invite, Sarah. I appreciate it, but I'm not really into sci-fi.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.84,
      "finishTime": 7.82,
      "dialogue": {
        "text": "I hope you have a blast at the convention, though.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.32
    }
  ]
}