Back to Freecodecamp

Task 98

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

latest1.5 KB
Original Source
<!-- (Audio) Sophie: Well, why don't you try it? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does the phrase why don't you try it? imply in this context?

--answers--

Encouragement to avoid trying new activities.

--feedback--

This phrase doesn't discourage exploration; instead, it encourages taking part in something enjoyable.


An offer to try an activity.


Discouragement from attempting an adventure.

--feedback--

The phrase implies an inclusive invitation rather than discouragement.


Indifference towards Brian's interest.

--feedback--

Sophie's response is engaging and supportive, showing interest in Brian's participation.

--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": 12.90,
      "finishTimestamp": 14.08
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "Well, why don't you try it?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}