Back to Freecodecamp

Task 46

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

latest1.4 KB
Original Source
<!-- (Audio) Alice: I totally get that, Tom. -->

--description--

Alice is responding to Tom's statement. Let's think about what Alice means with her answer.

--questions--

--text--

What does Alice mean with her answer I totally get that, Tom?

--answers--

She doesn't believe Tom

--feedback--

Think about what saying you get something means in a conversation.


She is confused by what Tom said

--feedback--

Consider if I totally get that sounds like confusion.


She is surprised by Tom's feelings

--feedback--

Does I totally get that show surprise, or something else?


She understands how Tom feels

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.70,
      "finishTimestamp": 18.98
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "I totally get that, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}