Back to Freecodecamp

Task 102

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie imply by saying You're welcome to join?

--answers--

She's unsure about Brian joining.

--feedback--

Sophie's response indicates positivity and willingness for Brian to participate, not uncertainty.


She's excited for Brian to join.


She's hesitant to include Brian.

--feedback--

Sophie's tone doesn't suggest hesitation, but rather openness and enthusiasm for his participation.


She's not interested in Brian's participation.

--feedback--

Sophie's invitation expresses the opposite of disinterest in Brian's participation, showing enthusiasm and inclusivity.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 13.10,
      "finishTimestamp": 17.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}