Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/6581596326d6ef2c0b39200d.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: It reminds us of what keeps us going. -->

--description--

The phrase keeps us going means to sustain one's effort or determination. In the dialogue, Maria talks about the significance of these discussions in maintaining their persistence and dedication.

--fillInTheBlank--

--sentence--

It reminds us of what BLANK BLANK BLANK.

--blanks--

keeps

--feedback--

This verb is used to indicate continuation or maintenance of a condition or action.


us

--feedback--

This pronoun refers to the speaker and at least one other person, indicating a collective or group.


going

--feedback--

This word is used in the context of continuing forward or persevering in a particular action or state.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 79.06,
      "finishTimestamp": 80.60
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "It reminds us of what keeps us going.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}