Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838bf20b2e55b099fb74145.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: Exactly. Also, I noticed we hadn't updated our database management software in a while. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly. Also, I noticed we hadn't updated our database BLANK software in a BLANK.

--blanks--

management

--feedback--

Preceded by database, this refers to the process or system of controlling and organizing a database.


while

--feedback--

This means a period of time, usually implying some time has passed since the last action.

--explanation--

Database management refers to the tools and processes used to store, organize, and control access to data in a database. For example:

The company invested in new database management software to improve data security. – This means they upgraded their system for handling data.

In a while means some time has passed since something last happened. For example:

I haven't seen her in a while. – This means it has been a long time since you last met.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.48,
      "finishTimestamp": 25.3
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Exactly. Also, I noticed we hadn't updated",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.76,
      "finishTime": 5.82,
      "dialogue": {
        "text": "our database management software in a while.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.32
    }
  ]
}