Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662a304552f2631d63aa7cab.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: I spent much of my free time on it. -->

--description--

Please answer the question below.

--questions--

--text--

What does Sophie say about the way she uses her time?

--answers--

She spends all her time working.

--feedback--

Sophie's statement specifically refers to her free time, not her work time, indicating she still distinguishes between the two.


She rarely has any free time to spend.

--feedback--

Sophie actually indicates she has free time and chooses to spend much of it on a particular activity.


She doesn't enjoy what she does in her free time.

--feedback--

There's no indication of her enjoyment; she simply states how she spends her free time.


She dedicates a big portion of her free time to a specific activity.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.36,
      "finishTimestamp": 14.16
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "I spent much of my free time on it.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}