Back to Freecodecamp

Task 39

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

latest2.5 KB
Original Source
<!-- (Audio) Tom: Hey, Alice, want to play a guessing game? I'll name some objects with strange names and you try to guess what they are. Alice: Sounds fun. -->

--description--

Fun is when you enjoy yourself and feel happy doing something. For example, Playing games with friends or going to the park can be fun, because playing games is something that makes you smile and feel good.

--questions--

--text--

Based on Alice's answer, what can we understand from the situation?

--answers--

Alice refuses to play because she can't hear anything

--feedback--

The word sounds here has to do with something else.


Alice says she thinks the idea is not good

--feedback--

Actually, she likes it and says it seems fun.


Alice likes it and they are probably going to play the game


Alice likes it so much that she starts the game and names an object.

--feedback--

Alice just made a comment about the game. She didn't start it.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 8.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Hey, Alice, want to play a guessing game?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.26,
      "finishTime": 8.1,
      "dialogue": {
        "text": "I'll name some objects with strange names and you try to guess what they are.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.38
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 8.38
    },
    {
      "character": "Alice",
      "startTime": 8.66,
      "finishTime": 9.1,
      "dialogue": {
        "text": "Sounds fun.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 9.6
    }
  ]
}