Back to Freecodecamp

Task 84

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

latest1.5 KB
Original Source
<!-- (audio) David: Can you tell me how much we've spent to date? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you tell me how much we've spent BLANK?

--blanks--

to date

--feedback--

This two-word phrase means "up until now" — from the beginning of the project until the present moment.

--explanation--

To date is commonly used in project and business reports to mean "so far" or "until now". For example:

To date, we've completed 80% of the project. — So far, they have finished most of the work.

In David's question, he's asking how much of the budget has been spent from the start of the project up to now.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 71.28,
      "finishTimestamp": 73.5
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Can you tell me how much we've spent to date?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 3.72
    }
  ]
}