Back to Freecodecamp

Task 111

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684937379e8bca79892ad99c.md

latest1.6 KB
Original Source
<!-- (audio) Sophie: I need to update our records. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I need to update our BLANK.

--blanks--

records

--feedback--

This word in the plural form refers to official information or data that is stored for reference.

--explanation--

Records are stored data or documents that track important project or company information, such as software licenses, budgets, or team assignments. For example:

  • The system keeps a record of all changes. — The system saves all the changes that were made.

  • Her record shows strong coding skills. — Her history proves she is good at coding.

Sophie wants to make sure their list or database of software licenses is current and accurate.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.38,
      "finishTimestamp": 17.68
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.3,
      "dialogue": {
        "text": "I need to update our records.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.8
    }
  ]
}