Back to Freecodecamp

Task 50

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

latest2.0 KB
Original Source

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What was Alice's conclusion about the game?

--answers--

She thought the game was too difficult

--feedback--

Not really. She guessed both words correctly.


She realized she is good at guessing the meanings of strange words


She discovered she is good at using a sphygmomanometer

--feedback--

She discovered the meaning of the word, she wasn't using one.


She decided to change careers and become a doctor

--feedback--

Not really. This was just a guessing game, not a career changer.

--video-solution--

2

--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": 40.98,
      "finishTimestamp": 46.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "You're absolutely right. It's the device that doctors use to measure your blood pressure.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.64
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 5.64
    },
    {
      "character": "Alice",
      "startTime": 5.88,
      "finishTime": 6.88,
      "dialogue": {
        "text": "Hey, I'm good at this.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.38
    }
  ]
}