Back to Freecodecamp

Task 142

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68496bd903780294c20e9f0a.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: Thanks, Tom. This information helps a lot. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Sophie find the information from Tom helpful?

--answers--

No, she says she still has too many questions.

--feedback--

She doesn't mention being confused or needing more clarification.


No, she says the data is unclear.

--feedback--

She's satisfied with what Tom shared.


Yes, she says it helps a lot.


Yes, but she's not sure if it's enough to move forward.

--feedback--

She expresses confidence and gratitude, not hesitation.

--video-solution--

3

--explanation--

Sophie says, This information helps a lot, which clearly shows she finds the details useful and appreciates the update.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 72.46,
      "finishTimestamp": 74.76
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Thanks, Tom. This information helps a lot.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}