Back to Freecodecamp

Task 8

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Hey, Sophie. How's it going? I've heard you've been learning a lot about programming languages. -->

--description--

This task tests your understanding of what Brian heard about Sophie's recent activities.

--questions--

--text--

What did Brian hear about Sophie?

--answers--

Sophie has been teaching programming languages.

--feedback--

Although this involves programming languages, Brian specifically mentioned that Sophie has been learning about them, not teaching them.


Sophie has started a project using programming languages.

--feedback--

Brian spoke about her learning more about programming languages, not using programming languages.


Sophie has been working on programming languages.

--feedback--

Brian explicitly said she has been learning, which is more about gaining knowledge than creating something.


Sophie has learned a lot about programming languages and is still learning.

--video-solution--

4

--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": 0,
      "finishTimestamp": 5.3
    }
  },
  "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.8
    }
  ]
}