Back to Freecodecamp

Task 22

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: I've learned about variables, data types, and even conditional statements in many languages. -->

--description--

Please answer the question below.

--questions--

--text--

What does Sophie mean in her statement?

--answers--

Sophie has only learned about variables in multiple programming languages.

--feedback--

Sophie mentions learning more than just variables; she also talks about data types and conditional statements.


Sophie finds learning about programming languages repetitive.

--feedback--

There is no indication that Sophie finds the learning process repetitive; she is stating what she has learned.


Sophie is focused on learning one programming language only.

--feedback--

Sophie actually mentions learning in many languages, indicating her focus is broader than just one.


Sophie has been learning various programming concepts across multiple programming languages.

--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": 15.04,
      "finishTimestamp": 19.92
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.88,
      "dialogue": {
        "text": "I've learned about variables, data types, and even conditional statements in many languages.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}