Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663bd4807a9e2faee277fe71.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: Sounds fun. I'm up for the challenge. -->

--description--

A challenge is something that is hard to do and needs a lot of effort. For example, if you say learning a new language can be a challenge., you mean that learning a language is something that tests your skills and determination.

When you say I'm up for the challenge, you mean that you are ready and willing to try something difficult.

--questions--

--text--

How does Alice feel about the guessing game?

--answers--

She likes it and says she's ready to start


She thinks it's a very difficult task for her, so she quits

--feedback--

On the contrary, she says she's up for it.


She proposes a challenge to decide who can start the game

--feedback--

She mentions a challenge just to say that she is ready for it.


She thinks it's a challenge for her because the sounds of the words are fun

--feedback--

When she says sounds fun, she means she likes the idea of playing the game.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.46,
      "finishTimestamp": 9.2
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "Sounds fun. I'm up for the challenge.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.24
    }
  ]
}