Back to Freecodecamp

Task 133

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

latest1.5 KB
Original Source
<!-- (audio) Sophie: Alright, I'll schedule those updates. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Sophie do?

--answers--

Plan a time for the software updates to happen.


Install the updates herself right now.

--feedback--

She doesn't say that.


Cancel the updates due to a conflict.

--feedback--

She doesn't mention cancelling anything.


Ask someone else to buy new tools.

--feedback--

She's not talking about purchasing updates.

--video-solution--

1

--explanation--

To schedule updates means to plan a time when the updates will be applied.

Sophie is taking responsibility for organizing when the updates should happen.

--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": 54,
      "finishTimestamp": 55.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "Alright, I'll schedule those updates.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}