Back to Freecodecamp

Task 17

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

latest1.5 KB
Original Source
<!-- (Audio) Brian: That's awesome! How much time have you spent on it? -->

--description--

Please answer the question below.

--questions--

--text--

What does Brian want to know from Sophie?

--answers--

What she thinks about the time commitment required

--feedback--

Brian is asking the specific amount of time she has spent, not her opinion about the time required.


How much time she has dedicated to her activity


If she enjoyed the time she spent on her activity

--feedback--

Brian's question focuses on the quantity of time, not her enjoyment of it.


Who she was with when she spent the time

--feedback--

Brian's question is specifically about the amount of time, not about who was with her.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.02,
      "finishTimestamp": 12
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "That's awesome. How much time have you spent on it?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}