Back to Freecodecamp

Task 14

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

latest2.5 KB
Original Source
<!-- (Audio) Brian: Hey, Sophie. How's it going? I've heard you've been learning a lot about programming languages. Sophie: Yeah. The crazy part is that there are so many out there. -->

--description--

This task assesses your understanding of how Sophie responds to Brian's comment about her learning programming languages.

--questions--

--text--

How does Sophie respond to Brian's statement about her learning programming languages?

--answers--

She complains about the difficulty of learning them.

--feedback--

Sophie doesn't mention any difficulty; she only expresses surprise at the number of programming languages.


She agrees and mentions she has mastered many of them.

--feedback--

Sophie agrees, but she does not claim to have mastered any; she comments on their vast number.


She acknowledges it and is surprised by the number of programming languages.


She ignores the comment and changes the subject.

--feedback--

Sophie directly responds to Brian's observation by pointing out an interesting fact about programming languages.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 9.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.3,
      "dialogue": {
        "text": "Hey, Sophie. How's it going? I've heard you've been learning a lot about programming languages.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.65
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 6.65
    },
    {
      "character": "Sophie",
      "startTime": 7,
      "finishTime": 10.02,
      "dialogue": {
        "text": "Yeah, the crazy part is that there are so many out there.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.52
    }
  ]
}