Back to Freecodecamp

Task 39

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: Hey, Sophie, I'm working on a project that uses many variables. I'm not sure how to manage them all. -->

--description--

Please answer the question below.

--questions--

--text--

What is Tom working on, and what problem is he experiencing?

--answers--

He is working on a software that uses many variables but can't decide which programming language to use.

--feedback--

Tom's problem is not about choosing a programming language, but about managing many variables.


He is working on a project and is unsure how to manage variables in the project.


He is developing a new application that involves many variables and is struggling with too much data.

--feedback--

While it mentions variables and a struggle, Tom specifically said his challenge is managing the variables, not handling too much data.


He is creating a database that includes many variables but is unsure about the structure.

--feedback--

This option isn't accurate because Tom mentioned he is working on a project, not specifically a database, and his issue is with managing the variables.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.14,
      "dialogue": {
        "text": "Hey, Sophie, I'm working on a project that uses many variables. I'm not sure how to manage them all.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.64
    }
  ]
}