Back to Freecodecamp

Task 99

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join. -->

--description--

I'm planning to... is used to indicate a future intention or action that someone intends to carry out. For example:

I'm planning to join the coding workshop on Friday. - You want to attend the workshop in the near future.

--fillInTheBlank--

--sentence--

Well, why don't you try it? I'm BLANK BLANK go rafting this weekend. You're welcome to join.

--blanks--

planning

--feedback--

This word is often used to describe the process of making plans or preparations for something in the future. It ends in -ing.


to

--feedback--

This preposition shows the purpose or intention, linking the plan with the action of going rafting.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 13.10,
      "finishTimestamp": 17.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Well, why don't you try it? I'm planning to go rafting this weekend. You're welcome to join.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}