Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657e7a17f47a8fc2d037f48e.md

latest1.6 KB
Original Source
<!-- (Audio) Linda: Would you like to go cycling with me one of these days? -->

--description--

One of these days is a phrase you use when you talk about something you plan to do soon, but you haven't decided exactly when. It's like saying "sometime soon" or "in the near future". For example:

One of these days, I'll visit Paris. - This means you want to visit Paris and hope to do it sometime soon, but you don't know the exact day yet.

--questions--

--text--

What does Linda's invitation using one of these days convey?

--answers--

A specific date and time

--feedback--

It is not the meaning of the expression.


A recurring event

--feedback--

The expression doesn't convey this meaning.


An immediate plan

--feedback--

This option suggests an urgency that is not implied by the expression.


An indefinite future time

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 39.00,
      "finishTimestamp": 41.06
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Would you like to go cycling with me one of these days?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}