Back to Freecodecamp

Task 13

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: For example, if you're working with text, you'd use this data type: string. If it's whole numbers, you'd choose int. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

For example, if you're working with text, you'd use this data type: BLANK. If it's BLANK BLANK, you'd choose BLANK.

--blanks--

string

--feedback--

This is the data type used for storing text.


whole

--feedback--

This word is used to specify a type of number; they are integers without fractions or decimals.


numbers

--feedback--

It refers to symbols or values that people use to count, measure, or label things.


int

--feedback--

It's short for "integer"; this data type is used in programming to store whole numbers.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.08,
      "finishTimestamp": 27.52
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "For example, if you're working with text, you'd use this data type: string.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.44,
      "finishTime": 7.44,
      "dialogue": {
        "text": "If it's whole numbers, you'd choose int.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.94
    }
  ]
}