Back to Freecodecamp

Task 38

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

latest2.4 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. -->

--description--

To guess means to try to answer or think of something when you are not sure if it is correct. For example, if you do not know someone's age, you can say, I guess they are 20 years old., meaning you think they are 20, but you're not sure of it.

To name means to say the name of something or someone. For example, if you see a picture of an animal and say This is a dog, you are saying this is the name - in this case, the breed - of the animal.

Finally, a guessing game is a fun activity where you try to guess the right answer. For example, someone might describe an object or name it (if the name is a strange word), and you have to guess what it is.

Listen to the dialogue and fill in the blanks accordingly.

--fillInTheBlank--

--sentence--

Hey, Alice, want to play a BLANK game? I'll BLANK some objects with strange names and you try to BLANK what they are.

--blanks--

guessing

--feedback--

Adjective that is associated to trying to discover something when you are not sure of it. Use the -ing form for this word.


name

--feedback--

Verb that has to do with saying the name of something or someone.


guess

--feedback--

Verb associated to trying to discover something when you are not sure of it.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 7.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.6
    }
  ]
}