Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/66325752419d337dc13ffd83.md

latest1.8 KB
Original Source
<!-- (Audio) Jake: Ah, I see. So this means I should pick the data type that matches the information I want to work with. -->

--description--

Please answer the question below.

--questions--

--text--

What does Jake's statement show about his understanding of choosing data types?

--answers--

He thinks choosing data types is not important.

--feedback--

Jake's words show he knows it's important to pick the right data types for the information.


He knows he should pick data types that fit the information he needs.


He is still confused about the different data types.

--feedback--

Jake's words show that he understands he needs to pick data types that fit the information, which means he is not confused.


He believes all data types are the same.

--feedback--

Jake talks about picking the right data types for different kinds of information, which means he knows they are not all the same.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 28.18,
      "finishTimestamp": 33.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.46,
      "dialogue": {
        "text": "Ah, I see. So this means I should pick the data type that matches the information I want to work with.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}