Back to Freecodecamp

Task 22

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Sarah, I'm learning about functions in programming and I'm not sure how to use them. -->

--description--

Listen to Tom as he asks Sarah about programming.

--questions--

--text--

What seems to be the problem he's having?

--answers--

He does not know what code he's going to write next

--feedback--

He says he's learning about something, but he does not know how to use it.


He does not have a computer, so he can't write code

--feedback--

Tom does not mention not having a computer.


His computer is not functioning correctly

--feedback--

He asks about functions, but that does not mean this is a problem with the computer.


He does not understand how to use functions.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Sarah, I'm learning about functions in programming and I'm not sure how to use them.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}